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
/
r200
/
r200_state.c
Age
Commit message (
Expand
)
Author
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-12-08
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-11-03
enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...
Roland Scheidegger
2004-10-16
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-09-07
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-05-27
change some explicit references to texture units 0/1 to unit < MaxTextureUnit...
Roland Scheidegger
2004-05-20
Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...
Roland Scheidegger
2004-05-14
Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...
Roland Scheidegger
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-18
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-17
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-02-10
Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...
Roland Scheidegger
2004-01-27
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-24
Fix hardware ROP state handling (Roland Scheidegger)
Michel Dänzer
2004-01-23
Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change
Michel Dänzer
2004-01-23
Fix attenuation hardware state handling, inspired by the R200 DDK reference
Michel Dänzer
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
2004-01-18
minor changes to silence warnings
Brian Paul
2003-12-27
Don't allow lighting in model coordinates when fog is active,
Keith Whitwell
2003-12-09
No need to call UpdateMaterial() from RunPipeline().
Keith Whitwell
2003-12-07
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell