index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r200
/
r200_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not set format of the incoming vertices needed for fog_coord in the generi...
Roland Scheidegger
2005-10-08
1
-6
/
+1
*
fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...
Roland Scheidegger
2005-10-05
1
-7
/
+21
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
1
-5
/
+9
*
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-14
1
-3
/
+0
*
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-13
1
-8
/
+11
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
1
-2
/
+30
*
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...
Roland Scheidegger
2005-09-09
1
-1
/
+1
*
remove dead code
Brian Paul
2005-09-03
1
-16
/
+0
*
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-09-01
1
-2
/
+55
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-3
/
+3
*
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
1
-1
/
+1
*
SUBPIXEL fixes from Dieter
Keith Whitwell
2005-02-08
1
-2
/
+2
*
Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect rendering
Michel Dänzer
2005-02-08
1
-0
/
+3
*
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2005-01-26
1
-0
/
+3
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-3
/
+3
*
(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...
Roland Scheidegger
2004-12-08
1
-1
/
+16
*
enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...
Roland Scheidegger
2004-11-03
1
-3
/
+30
*
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-10-16
1
-6
/
+4
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-1
/
+1
*
This patch enables GL_ARB_vertex_program and GL_NV_vertex_program
Dave Airlie
2004-09-07
1
-0
/
+4
*
change some explicit references to texture units 0/1 to unit < MaxTextureUnit...
Roland Scheidegger
2004-05-27
1
-1
/
+1
*
Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...
Roland Scheidegger
2004-05-20
1
-12
/
+87
*
Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...
Roland Scheidegger
2004-05-14
1
-127
/
+113
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-2
/
+2
*
Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.
Ian Romanick
2004-03-18
1
-1
/
+1
*
Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
Ian Romanick
2004-03-17
1
-1
/
+1
*
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2004-03-11
1
-10
/
+10
*
Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...
Roland Scheidegger
2004-02-10
1
-71
/
+104
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-3
/
+6
*
Fix hardware ROP state handling (Roland Scheidegger)
Michel Dänzer
2004-01-24
1
-3
/
+3
*
Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change
Michel Dänzer
2004-01-23
1
-10
/
+7
*
Fix attenuation hardware state handling, inspired by the R200 DDK reference
Michel Dänzer
2004-01-23
1
-0
/
+39
*
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2004-01-21
1
-9
/
+3
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-46
/
+50
*
minor changes to silence warnings
Brian Paul
2004-01-18
1
-0
/
+1
*
Don't allow lighting in model coordinates when fog is active,
Keith Whitwell
2003-12-27
1
-0
/
+3
*
No need to call UpdateMaterial() from RunPipeline().
Keith Whitwell
2003-12-09
1
-2
/
+0
*
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
2003-12-07
1
-2
/
+5
*
Import vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-2
/
+24
*
r200 driver, brought over by Jon Smirl
Keith Whitwell
2003-08-06
1
-0
/
+2175