| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | fix typo in windows cl_context_properties config | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| | | |||||
| * | disable warning on windows | Sam Anthony | 2024-11-02 | 1 | -1/+5 |
| | | |||||
| * | config.h | Sam Anthony | 2024-11-02 | 3 | -2/+4 |
| | | |||||
| * | 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 | 4 | -9/+9 |
| | | |||||
| * | use size_t for index | Sam Anthony | 2024-11-02 | 1 | -1/+1 |
| | | |||||
| * | change vector type from int to float | Sam Anthony | 2024-10-31 | 2 | -4/+3 |
| | | |||||
| * | flatten() | Sam Anthony | 2024-10-31 | 1 | -2/+20 |
| | | |||||
| * | move noOverlapPositions to geo | Sam Anthony | 2024-10-31 | 3 | -31/+29 |
| | | |||||
| * | remove gcc vector with struct | Sam Anthony | 2024-10-31 | 4 | -36/+40 |
| | | |||||
| * | cast scalar to vector | Sam Anthony | 2024-10-30 | 1 | -4/+2 |
| | | |||||
| * | floating point constants | Sam Anthony | 2024-10-30 | 1 | -3/+3 |
| | | |||||
| * | collideWalls after collideBalls | Sam Anthony | 2024-10-30 | 1 | -1/+1 |
| | | |||||
| * | createKernel() | Sam Anthony | 2024-10-30 | 1 | -13/+13 |
| | | |||||
| * | use vec2 in vertex shader | Sam Anthony | 2024-10-30 | 1 | -2/+2 |
| | | |||||
| * | parameterize number of balls | Sam Anthony | 2024-10-30 | 1 | -21/+34 |
| | | |||||
| * | remove TODO | Sam Anthony | 2024-10-30 | 1 | -4/+0 |
| | | |||||
| * | random colors | Sam Anthony | 2024-10-30 | 1 | -3/+7 |
| | | |||||
| * | reword comment | Sam Anthony | 2024-10-30 | 1 | -16/+33 |
| | | |||||
| * | ball colorss | Sam Anthony | 2024-10-30 | 3 | -10/+41 |
| | | |||||
| * | frame counter | Sam Anthony | 2024-10-30 | 1 | -1/+40 |
| | | |||||
| * | replace EPSILON with FLT_EPSILON | Sam Anthony | 2024-10-30 | 1 | -8/+7 |
| | | |||||