| Age | Commit message (Collapse) | Author |
|
* Implement Geometry shaders
* Add EmitVertex() and EndPrimitive()
* Read output geometry data from header
* Stub Vmad
* Add Iadd_I32
* Stub Mov_S (S2R)
* Stub Isberd
* Change vertex index to gpr39 in Abuf
* Add stub messages for consistency
* Do not print input block when there is no attributes
* Use GL_ARB_enhanced_layouts
* Skip geometry shaders when there's no GL_ARB_enhanced_layouts
* Address feedback
* Address feedback
|
|
factor (#207)
* Add FaceAttr (0x3fc) input attribute in GLSL
* Implement unmanaged case in EmitTex
* Add ConstantColor for 0xC001 (G80) from PR #145
|
|
public private, remove old commmented out code
|
|
4x4 textures (slow!)
|
|
SHL, LD_C, some shader related fixes, added support for texture component selection
|
|
|
|
[GPU] Fix some of the current framebuffer issues
|
|
|
|
interpreter, and a rewrite of the GPU code.
|