Hayden K
|
5eea65c31f
|
Fixes for rendering and new samples to test
|
2019-03-08 15:32:29 -05:00 |
|
Hayden K
|
4e29678866
|
Updates and Fixes for comparable execution on pc
|
2019-03-07 19:49:24 -05:00 |
|
Hayden K
|
a124fa7ab2
|
remove junk, fix warnings
|
2019-03-06 14:20:11 -05:00 |
|
Hayden K
|
ec602f2d70
|
fixes
|
2019-03-06 13:58:16 -05:00 |
|
Hayden K
|
375073416a
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-03-06 13:57:46 -05:00 |
|
Luke Benstead
|
3e1ed8a5f7
|
Don't reserve more space than we need
|
2019-03-06 08:31:06 +00:00 |
|
Hayden K
|
c7526ea5b7
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-03-04 20:13:58 -05:00 |
|
Hayden K
|
aa966504d2
|
change texture count
|
2019-03-04 20:13:55 -05:00 |
|
Luke Benstead
|
2ac9cac22d
|
Use the shared palette in the sample
|
2019-03-04 20:56:17 +00:00 |
|
Luke Benstead
|
d89997a277
|
Simplify the element drawing
|
2019-03-04 20:41:33 +00:00 |
|
Hayden K
|
d79b044b73
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-03-04 10:11:12 -05:00 |
|
Luke Benstead
|
7c0a123aac
|
Correctly initialize the shared palette. Fixes #34
|
2019-03-04 08:44:19 +00:00 |
|
Luke Benstead
|
efa63ebff2
|
Don't apply the shared palette if it hasn't been specified yet. Fixes #34
|
2019-03-04 08:42:24 +00:00 |
|
Hayden K
|
58f3c2633c
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-03-03 15:48:47 -05:00 |
|
Luke Benstead
|
11bb588279
|
Make sure we reupload the palette if it's changed by glColorTableEXT
|
2019-03-03 20:21:42 +00:00 |
|
Hayden K
|
daef7f4e01
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-03-03 15:03:16 -05:00 |
|
Hayden K
|
c610d7c15a
|
a
|
2019-03-03 15:03:12 -05:00 |
|
Luke Benstead
|
526b1f0d16
|
Add some assertions
|
2019-03-03 19:49:28 +00:00 |
|
Luke Benstead
|
ba4fde3975
|
Fix depth funcs
|
2019-03-03 19:41:19 +00:00 |
|
Luke Benstead
|
44ca14bcbd
|
Add assertions
|
2019-03-03 19:11:53 +00:00 |
|
Hayden K
|
19ab4ee47b
|
merge changes
|
2019-03-03 14:10:37 -05:00 |
|
Hayden K
|
3553fdf19d
|
changes
|
2019-03-03 14:08:16 -05:00 |
|
Luke Benstead
|
5f7fef2cf9
|
Prefix non-static private functions with '_gl'
|
2019-03-03 19:06:01 +00:00 |
|
Luke Benstead
|
926214bd82
|
Prefix some non-static private functions with '_gl'
|
2019-03-03 19:02:25 +00:00 |
|
Luke Benstead
|
2382126603
|
Make palette binding lazy
|
2019-03-03 18:56:18 +00:00 |
|
Luke Benstead
|
ef06af793a
|
Don't apply the color table unless a texture is bound
|
2019-03-03 18:54:25 +00:00 |
|
Luke Benstead
|
3c3018450f
|
Support twiddled and non-twiddled paletted textures
|
2019-03-03 18:49:33 +00:00 |
|
Luke Benstead
|
d12032c961
|
Store palette data in PVR ram
|
2019-03-03 18:49:06 +00:00 |
|
Luke Benstead
|
f349cd1b49
|
Fix packing order issue (thanks @mrneo240!)
|
2019-03-03 18:48:50 +00:00 |
|
Luke Benstead
|
cf273eab42
|
Add glTexParameterf (thanks @mrneo240)
|
2019-02-28 19:21:16 +00:00 |
|
Luke Benstead
|
b0c9ac7207
|
Remove zero special casing from named array
|
2019-02-28 18:33:37 +00:00 |
|
Luke Benstead
|
31ed419dfa
|
Don't allow zero as a valid texture ID
|
2019-02-28 18:28:55 +00:00 |
|
Hayden Kowalchuk
|
4dadbcb20d
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-02-28 10:30:57 -05:00 |
|
Luke Benstead
|
6189f8d671
|
Merge branch 'implement-glGetFloatv' into 'master'
Add stub with just GL_PROJECTION_MATRIX supported
See merge request simulant/GLdc!32
|
2019-02-28 08:49:42 +00:00 |
|
Luke Benstead
|
02937ccd2c
|
Add stub with just GL_PROJECTION_MATRIX supported
|
2019-02-28 08:46:13 +00:00 |
|
Luke Benstead
|
3345e17e3c
|
Fix marker indexing
|
2019-02-28 08:34:32 +00:00 |
|
Luke Benstead
|
11b26c78d5
|
Fix an off-by-one error
|
2019-02-28 06:37:18 +00:00 |
|
Hayden Kowalchuk
|
07c8fadc23
|
Merge branch 'master' of gitlab.com:simulant/GLdc
|
2019-02-27 22:51:03 -05:00 |
|
Hayden Kowalchuk
|
50b9e55014
|
ok thanks
|
2019-02-27 22:50:56 -05:00 |
|
Luke Benstead
|
0d460afa82
|
Merge branch '30-fix-bind-texture' into 'master'
Handle calling glBindTexture on an unknown name
Closes #30
See merge request simulant/GLdc!31
|
2019-02-27 20:48:19 +00:00 |
|
Luke Benstead
|
111d4ca83e
|
Handle calling glBindTexture on an unknown name
|
2019-02-27 20:45:53 +00:00 |
|
Luke Benstead
|
e34f7e6368
|
Merge branch '32-narrow-to-rgb' into 'master'
Implement new conversion
Closes #32
See merge request simulant/GLdc!30
|
2019-02-27 20:35:01 +00:00 |
|
Luke Benstead
|
f6af3ab3fb
|
Implement new conversion
|
2019-02-27 20:11:14 +00:00 |
|
Luke Benstead
|
b76dd102f7
|
Merge branch 'enable-ci' into 'master'
Add GitLab CI file
Closes #31
See merge request simulant/GLdc!29
|
2019-02-27 20:02:50 +00:00 |
|
Luke Benstead
|
86a921da25
|
Add GitLab CI file
|
2019-02-27 19:33:25 +00:00 |
|
Luke Benstead
|
920fc2b782
|
Increase the max number of textures to 512. Add config.h for settings like this. Fixes #29
|
2019-02-25 08:30:02 +00:00 |
|
Luke Benstead
|
7368f5c290
|
Add GL_SHARED_TEXTURE_PALETTE_EXT as a valid target to glColorTableEXT. Fixes #27
|
2019-02-25 08:26:04 +00:00 |
|
Luke Benstead
|
c3cd3b936c
|
Add definition of GL_INTENSITY
|
2019-02-23 21:29:45 +00:00 |
|
Luke Benstead
|
cdd2447e07
|
Merge branch 'GL_EXT_shared_texture_palette' into 'master'
Implement GL_EXT_shared_texture_palette
See merge request simulant/GLdc!28
|
2019-02-21 21:59:58 +00:00 |
|
Luke Benstead
|
6d2c47bda1
|
Implement GL_EXT_shared_texture_palette
|
2019-02-21 21:58:31 +00:00 |
|