Jelle Raaijmakers
|
c87d3521e4
LibGL: East-const `glTex*` methods
|
3 年 前 |
Jelle Raaijmakers
|
287f33165e
LibGL: Implement `glNormalPointer`
|
3 年 前 |
Jelle Raaijmakers
|
44a3d5c101
LibGL: Implement `glClearDepthf` and store as float
|
3 年 前 |
Jesse Buhagiar
|
371d49c0f6
LibGL: Implement `glMateriali{v}`
|
3 年 前 |
Jesse Buhagiar
|
170739fe39
LibGL: Implement `glLighti{v}`
|
3 年 前 |
Jesse Buhagiar
|
68e50759b4
LibGL: Implement `glGetMaterial`
|
3 年 前 |
Jesse Buhagiar
|
f5cde1b6fb
LibGL: Implement `glGetLight`
|
3 年 前 |
Jelle Raaijmakers
|
453f62c935
LibGL+LibSoftGPU: Implement `GL_POLYGON_OFFSET_FILL` capability
|
3 年 前 |
Stephan Unverwerth
|
12f63df329
LibGL+LibSoftGPU: Support generation of multiple texture coordinates
|
3 年 前 |
Stephan Unverwerth
|
bc17a87450
LibGL: Also track active texture unit index
|
3 年 前 |
Stephan Unverwerth
|
9627576d9c
LibGL: Track multiple current texture coordinates in GLContext
|
3 年 前 |
Stephan Unverwerth
|
a2c771a913
LibGL: Handle multiple texture coordinates in client state
|
3 年 前 |
Stephan Unverwerth
|
044582b0ce
LibGL: Add stubs for multitexturing and announce GL_ARB_multitexture
|
3 年 前 |
Stephan Unverwerth
|
d3d12c2fe7
LibGL: Generate GL extension string dynamically during construction
|
3 年 前 |
Jelle Raaijmakers
|
11c807ebd1
LibGL+LibSoftGPU: Implement the stencil buffer
|
3 年 前 |
Jelle Raaijmakers
|
6386671944
LibGL: Convert stencil front/back function and operation to `Array`s
|
3 年 前 |
Jelle Raaijmakers
|
3609ffc450
LibGL+LibSoftGPU: Enumize material front/back face selection
|
3 年 前 |
Jelle Raaijmakers
|
ca78327a96
LibGL+LibSoftGPU: Implement rasterization position
|
3 年 前 |
Jelle Raaijmakers
|
8e935ad3b1
LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL`
|
3 年 前 |
Jelle Raaijmakers
|
c03b21f0ea
LibGL: Make `MaterialFace` a simple `u8` enum
|
3 年 前 |
Luke Wilde
|
1fc611877f
LibGL: Implement glIsTexture
|
3 年 前 |
Jesse Buhagiar
|
775ef000e0
LibGL+LibSoftGPU: Move lighting model parameters to SoftGPU
|
3 年 前 |
Jesse Buhagiar
|
92373ab0b6
LibGL: Flesh out `glMaterialf{v}`
|
3 年 前 |
Jesse Buhagiar
|
bf294612a7
LibGL: Implement `glLightf{v}` and fix `gl.h` prototype
|
3 年 前 |
Jesse Buhagiar
|
192befa84b
LibGL+LibSoftGPU: Add `GL_MAX_LIGHTS` to get_context_parameter
|
3 年 前 |
Jelle Raaijmakers
|
69eb3b0838
LibGL: Remove duplicate `private:` from SoftwareGLContext.h
|
3 年 前 |
Jelle Raaijmakers
|
7ad18e91e2
LibGL: Add capabilities to context parameters
|
3 年 前 |
Jelle Raaijmakers
|
29bbf56286
LibGL+LibSoftGPU: Implement viewport support
|
3 年 前 |
Jelle Raaijmakers
|
c19632128c
LibGL+LibSoftGPU: Implement texture coordinate generation
|
3 年 前 |
Jelle Raaijmakers
|
8cf91a5ae5
LibGL: Change `gl_tex_gen` param to `GLint`
|
3 年 前 |