| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unused function declarations | Sam Anthony | 2024-11-14 | 1 | -2/+0 |
| * | move config parameters into config.h | Sam Anthony | 2024-11-13 | 1 | -6/+0 |
| * | refactor cl initialization | Sam Anthony | 2024-11-13 | 1 | -240/+1 |
| * | move gl functions out of balls.c | Sam Anthony | 2024-11-13 | 1 | -141/+5 |
| * | move readFile() out of balls.c | Sam Anthony | 2024-11-13 | 1 | -21/+3 |
| * | 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 |
| * | 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 |
| * | correct units of measurement in move() kernel | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | decrease number of vertices | Sam Anthony | 2024-11-02 | 1 | -3/+1 |
| * | move FPS into config.h | Sam Anthony | 2024-11-02 | 1 | -1/+2 |
| * | frame counter in top left corner | Sam Anthony | 2024-11-02 | 1 | -2/+2 |
| * | frame pacing | Sam Anthony | 2024-11-02 | 1 | -4/+25 |
| * | fix typo in windows cl_context_properties config | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | config.h | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | fix typo in cl_context_properties for windows | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | conditionally include glx.h | Sam Anthony | 2024-11-02 | 1 | -1/+3 |
| * | rename Rectangle->Rect for windows compatibility | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | use size_t for index | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| * | flatten() | Sam Anthony | 2024-10-31 | 1 | -2/+20 |
| * | move noOverlapPositions to geo | Sam Anthony | 2024-10-31 | 1 | -30/+1 |
| * | remove gcc vector with struct | Sam Anthony | 2024-10-31 | 1 | -14/+19 |
| * | collideWalls after collideBalls | Sam Anthony | 2024-10-30 | 1 | -1/+1 |