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_context.c
Age
Commit message (
Expand
)
Author
2005-10-26
Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_color
Eric Anholt
2005-10-26
Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches the
Eric Anholt
2005-07-28
Major rip-up of internal function insertion interface. The old
Ian Romanick
2005-06-30
Replace add_newer_entrypoints (src/mesa/main/context.c) 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-08
Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default
Eric Anholt
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-12
Make R128 driver use sarea/defines from DRM. removed r128_common.h
Jon Smirl
2004-02-26
added _tnl_allow_vertex/pixel_fog() calls
Brian Paul
2004-01-26
Make the drivers using the common texmem code work with NewTextureObject
Felix Kuehling
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-13
Added some missing extension strings.
Ian Romanick
2004-01-12
Removed redundant extension strings. The Mesa extension mechanism
Ian Romanick
2003-12-12
applied Felix's patch for configuration system
Brian Paul
2003-12-12
set MaxTextureImageUnits, MaxTextureCoordUnits
Keith Whitwell
2003-12-08
fix bogus assertion that checked for an empty texture heap list before
Alan Hourihane
2003-12-05
merge r128 DRI driver from DRI trunk
Alan Hourihane
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