Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
point coord
|
|
|
|
Subroutine code may be found after the END instruction so it's not always
the last instruction.
At least check for presence of exactly one END instruction though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cso_set/save/restore_framebuffer()
Fixes asst problems with FBO / render to texture.
|
|
|
|
Calls to glBindAttribLocation() should not take effect until the next time
that glLinkProgram() is called.
gl_shader_program::Attributes now just contains user-defined bindings.
gl_shader_program::VertexProgram->Attributes contains the actual/final bindings.
|
|
Free old teximage/level data, then stop.
|
|
vbo_save_EndList())
|
|
KIL takes 1 src register. KILP uses no registers (uses cond codes).
|
|
|
|
Call it before freeing core Mesa state to avoid references to freed buffer objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Primitive begin in one dlist, end in another.
|
|
Fixes glitches seen in morph3d demo.
|
|
|
|
Old pipe_buffer_reference() renamed winsys_buffer_reference(), new
pipe_buffer_reference() expects a screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TGSI shaders are translated into SPE instructions which are then sent to
the SPEs for execution. Only a few opcodes work, no swizzling yet, no
support for constants/immediates, etc.
|
|
|
|
|