| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reporthetero | Sam Anthony | 2024-11-20 | 1 | -59/+111 |
| * | increase number of vertices per ball | Sam Anthony | 2024-11-20 | 1 | -1/+1 |
| * | remove unused function declarations | Sam Anthony | 2024-11-14 | 1 | -2/+0 |
| * | move config parameters into config.h | Sam Anthony | 2024-11-13 | 2 | -6/+9 |
| * | refactor cl initialization | Sam Anthony | 2024-11-13 | 4 | -241/+255 |
| * | move gl functions out of balls.c | Sam Anthony | 2024-11-13 | 5 | -145/+160 |
| * | move readFile() out of balls.c | Sam Anthony | 2024-11-13 | 4 | -22/+38 |
| * | rearrange functions | Sam Anthony | 2024-11-13 | 1 | -45/+45 |
| * | move genVertices() out of display() | Sam Anthony | 2024-11-13 | 1 | -3/+2 |
| * | refactor animate() | Sam Anthony | 2024-11-13 | 1 | -9/+20 |
| * | use host pointer for cpu position buffer | Sam Anthony | 2024-11-13 | 1 | -19/+21 |
| * | don't share event between cl contexts | Sam Anthony | 2024-11-13 | 1 | -8/+5 |
| * | print platform and device info | Sam Anthony | 2024-11-13 | 1 | -0/+78 |
| * | free cl objects | Sam Anthony | 2024-11-12 | 1 | -9/+15 |
| * | genVertices(): rename buffer | Sam Anthony | 2024-11-12 | 1 | -3/+3 |
| * | rename collision buffer | Sam Anthony | 2024-11-12 | 1 | -4/+4 |
| * | rename queues | Sam Anthony | 2024-11-12 | 1 | -6/+6 |
| * | copy positions from cpu to gpu | Sam Anthony | 2024-11-12 | 1 | -0/+14 |
| * | set kernel args | Sam Anthony | 2024-11-12 | 1 | -11/+11 |
| * | create radii gpu buffer | Sam Anthony | 2024-11-12 | 1 | -3/+8 |
| * | create vertex buffer | Sam Anthony | 2024-11-12 | 1 | -1/+1 |
| * | create collisions buffer | Sam Anthony | 2024-11-12 | 1 | -2/+2 |
| * | create radii buffer | Sam Anthony | 2024-11-12 | 1 | -5/+5 |
| * | create velocity buffer | Sam Anthony | 2024-11-12 | 1 | -6/+6 |
| * | create position buffers | Sam Anthony | 2024-11-12 | 1 | -10/+14 |
| * | fix contextProperties() macro | Sam Anthony | 2024-11-12 | 1 | -17/+15 |
| * | create kernels | Sam Anthony | 2024-11-12 | 1 | -4/+4 |
| * | create command queues | Sam Anthony | 2024-11-12 | 1 | -4/+7 |
| * | print cl program build log | Sam Anthony | 2024-11-12 | 1 | -9/+26 |
| * | read cl prog source | Sam Anthony | 2024-11-12 | 1 | -3/+6 |
| * | create cl contexts | Sam Anthony | 2024-11-12 | 1 | -12/+8 |
| * | cl context properties macro | Sam Anthony | 2024-11-12 | 1 | -16/+20 |
| * | fix typo | Sam Anthony | 2024-11-12 | 1 | -3/+3 |
| * | get cpu and gpu devices | Sam Anthony | 2024-11-12 | 1 | -5/+42 |
| * | remove redundant buffer writesHEADopencl | Sam Anthony | 2024-11-04 | 1 | -20/+0 |
| * | report | Sam Anthony | 2024-11-04 | 1 | -0/+63 |
| * | add zip files to gitignore | Sam Anthony | 2024-11-02 | 1 | -0/+1 |
| * | increase max radius and initial velocity | Sam Anthony | 2024-11-02 | 1 | -2/+2 |
| * | include local directory when building opencl program | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | remove epsilon | Sam Anthony | 2024-11-02 | 1 | -5/+5 |
| * | move(): optimize memory access | Sam Anthony | 2024-11-02 | 1 | -2/+5 |
| * | remove pragma from windows config | Sam Anthony | 2024-11-02 | 1 | -3/+0 |
| * | correct units of measurement in move() kernel | Sam Anthony | 2024-11-02 | 2 | -4/+4 |
| * | decrease number of vertices | Sam Anthony | 2024-11-02 | 1 | -3/+1 |
| * | move FPS into config.h | Sam Anthony | 2024-11-02 | 3 | -2/+6 |
| * | reorder function definitions | Sam Anthony | 2024-11-02 | 1 | -6/+6 |
| * | extract setVelocity() helper function | Sam Anthony | 2024-11-02 | 1 | -11/+21 |
| * | impulse-based collision simulation | Sam Anthony | 2024-11-02 | 1 | -16/+6 |
| * | frame counter in top left corner | Sam Anthony | 2024-11-02 | 1 | -2/+2 |
| * | frame pacing | Sam Anthony | 2024-11-02 | 2 | -6/+27 |