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
/
tdfx
/
tdfx_state.c
Age
Commit message (
Expand
)
Author
2008-05-26
Remove CVS keywords.
José Fonseca
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-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
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
2005-01-06
fix dstRGB factor
Daniel Borca
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
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-07-19
several new bugs
Daniel Borca
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-01-27
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-23
more fixing for tdfxUpdateTexturePalette
Brian Paul
2004-01-21
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-12-04
build fixes
Alan Hourihane
2003-12-04
add tdfx DRI driver
Alan Hourihane