Age | Commit message (Collapse) | Author |
|
s_texcombine.c - for texture combining/application
s_texfilter.c - for texture sampling/filtering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Submitted by: Diego Pettenò <flameeyes@gentoo.org>
|
|
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 output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200.
|
|
the r200 and radeon driver
|