GLdc/GL
UnknownShadow200 6f0acd5218 Only check whether twiddle table needs updating once instead of every pixel
Based on checking disassembly output in Release mode
2024-10-04 22:11:42 +10:00
..
alloc Fix multiple bugs in the allocator 2024-09-14 07:51:13 +01:00
platforms Merge branch 'master' of https://gitlab.com/simulant/GLdc 2024-08-11 09:19:59 -05:00
config.h fix: config.h moved to #pragma once 2020-03-05 14:45:05 -05:00
draw_fastpath.inc Fix issues with GL_QUADS 2023-05-31 18:27:17 +01:00
draw.c Try to fix not being able to use GL_SRC_COLOR and GL_ONE_MINUS_SRC_COLOR as destination blend factor 2024-09-06 22:13:31 +10:00
error.c Error cleanup and immediate mode perf improvements 2021-09-13 10:29:04 +01:00
flush.c Fix up paletted textures 2023-09-06 08:01:01 +01:00
fog.c Error cleanup and immediate mode perf improvements 2021-09-13 10:29:04 +01:00
framebuffer.c Make glGenerateMipmap the function, and EXT the alias 2023-07-26 20:33:12 +01:00
gl_assert.h Clean ups and optimisations 2022-08-25 21:24:08 +01:00
glu.c X86 2021-04-09 15:24:47 +00:00
immediate.c Merge branch 'master' into 'FasterImmediate' 2024-08-11 11:11:25 +00:00
lighting.c Don't update lights unnecessarily 2023-03-23 20:01:41 +00:00
matrix.c Merge branch 'master' of https://gitlab.com/simulant/GLdc into pvr_direct 2024-08-11 01:21:06 -05:00
platform.h Set the opb counter 2024-03-11 19:11:35 +00:00
private.h Try to fix not being able to use GL_SRC_COLOR and GL_ONE_MINUS_SRC_COLOR as destination blend factor 2024-09-06 22:13:31 +10:00
state.c Try to fix not being able to use GL_SRC_COLOR and GL_ONE_MINUS_SRC_COLOR as destination blend factor 2024-09-06 22:13:31 +10:00
texture.c Only check whether twiddle table needs updating once instead of every pixel 2024-10-04 22:11:42 +10:00
types.h Use Moops memcpy 2023-03-05 21:16:12 +00:00
util.c X86 2021-04-09 15:24:47 +00:00
version.c.in X86 2021-04-09 15:24:47 +00:00