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
/
i810
/
i810state.c
Age
Commit message (
Expand
)
Author
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-07-21
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2006-10-30
switch several dri drivers over
Keith Whitwell
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-05-17
add texture rectangle support for i815, I wrote the original patch about
Dave Airlie
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-08-29
Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, and
Ian Romanick
2005-08-18
Add support for NV_blend_square. This was tested with
Ian Romanick
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-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
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-09-30
add the i810 driver - no kernel driver yet
Alan Hourihane