index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r128
/
r128_state.c
Age
Commit message (
Expand
)
Author
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-07-03
additional clipping/viewport fixes (Martijn van Oosterhout)
Brian Paul
2006-07-03
fix clipping bug on context change (Martijn van Oosterhout)
Brian Paul
2006-06-30
clipping fixes (Martijn van Oosterhout)
Brian Paul
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2005-10-27
Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers did
Eric Anholt
2005-10-27
Bug #1028: Add hardware-accelerated stencil support to r128. Testing with
Eric Anholt
2005-10-26
Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_color
Eric Anholt
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)
Eric Anholt
2004-06-04
Enable GL_EXT_blend_subtract and GL_NV_blend_square.
Ian Romanick
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-12
Make R128 driver use sarea/defines from DRM. removed r128_common.h
Jon Smirl
2004-01-27
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-21
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul