Commit Graph

13 Commits

Author SHA1 Message Date
f1d60493f4 . 2020-07-29 21:48:12 -07:00
67efffa139 screenshotting the output 2020-07-28 19:18:22 -07:00
b3e092e25a Piping just the vertex glyph representation first to test the stencil buffer 2020-02-22 00:07:58 -08:00
bb8144bb01 compute is back in. Crashing the nvidia driver on buffer operations in the kernel.... 2020-02-21 20:39:20 -08:00
5f2092ef21 fixed 0,1 coord issue. Going to test multiple vertex buffers now 2019-09-10 22:04:13 -07:00
9043c2cd3c removed the colored vertex and combined into one. Half fixed texturing. Fully fixed images and compute swapping 2019-09-10 21:13:48 -07:00
e8507f9dfc Fixed a particularly nasty typo bug. Added more moving sprites. Will need to examine order of draw commands. Need to fix the size/8 for misaligned data. 2019-09-09 23:27:49 -07:00
314fa3e4af Workgroup sizes of 8 along with reducing the amount of work groups improves performance 20x 2019-09-06 00:21:50 -07:00
9135d9ec84 minimal example of 15ms lag 2019-09-05 21:40:56 -07:00
982e2ad517 initial impl of get image set 2019-07-28 00:29:52 -07:00
e476cb2e4e It was the gamma being wrong. Interesting how much different this is working than SFML+OpenCL 2019-07-18 23:43:55 -07:00
5928eb5dde getting close, something wrong with copying the buffer. Probably the format that I've selected 2019-07-17 21:53:22 -07:00
b2b486be84 so that didn't do what I wanted, essentially a pixelate shader ATM 2019-07-02 18:56:02 -07:00