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
/
radeon
/
radeon_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(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
-1
/
+1
*
enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...
Roland Scheidegger
2004-12-03
1
-0
/
+46
*
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-27
1
-0
/
+3
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-1
/
+1
*
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
*
change lighting to use MULT instead of PREMULT (i.e. move some lighting color...
Roland Scheidegger
2004-02-10
1
-35
/
+30
*
Include context.h in radeon_state.c.
Felix Kuehling
2004-02-02
1
-0
/
+1
*
Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface
Ian Romanick
2004-01-28
1
-2
/
+2
*
Use NEED_SECONDARY_COLOR() for checking specular state at all times
Keith Whitwell
2004-01-28
1
-1
/
+1
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-4
/
+9
*
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
-12
/
+27
*
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2004-01-21
1
-11
/
+7
*
Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
Felix Kuehling
2003-12-28
1
-8
/
+8
*
No need to call radeonUpdateMaterial() from RunPipeline().
Keith Whitwell
2003-12-09
1
-2
/
+0
*
merge some more of the radeon DRI 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
*
patch to import Jon Smirl's work from Bitkeeper
Brian Paul
2003-08-22
1
-0
/
+2211