Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
call driUpdateFramebufferSize() when window size/position changes.
|
|
|
|
call driUpdateFramebufferSize() when window size/position changes.
|
|
|
|
|
|
|
|
call driUpdateFramebufferSize() when we detect changes in window size/
position in radeonGetLock().
|
|
|
|
Update some comments, code, etc.
|
|
|
|
|
|
ctx->Driver.Stencil*Separate() functions.
|
|
See comment near top of stencil.c for info about OpenGL 2.0 vs.
GL_EXT_stencil_two_side.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me
|
|
was refactored)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the r200 and radeon driver
|
|
Airlie, me)
|
|
backOffset, backPitch, depthOffset, depthPitch, textureOffset fields.
|
|
_tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell)
|
|
the same value
|
|
|
|
ATI_fs instructions.
|
|
|
|
ARB_vertex_program. Disable ARB_vertex_program by default - it is incredibly slow, and just plain doesn't work anyway (arbvptorus fails an assertion, arbvpmesh has bogus output)
|
|
|
|
In driTexturesGone(), set bound = 0, not 99.
|
|
Make sure oC alpha is populated when separate_specular enabled.
|
|
|