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
/
radeon
/
radeon_state.c
Age
Commit message (
Expand
)
Author
2009-04-03
mesa: rename some gl_light fields to be clearer
Brian Paul
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-03-12
radeon: Adapt cliprect fixes from r300.
Alan Swanson
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-18
Enable GLX_SGI_make_current_read for radeon.
Ian Romanick
2006-09-13
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-10
remove code to deal with non-normalized texture coordinates for tex rect targ...
Roland Scheidegger
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-03-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-02-28
No need to call *_FIREVERTICES twice.
Aapo Tahkola
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-10-27
Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by
Eric Anholt
2005-10-17
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-13
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-08
remove code dealing with drm versions older than 1.3. The driver requires (an...
Roland Scheidegger
2005-10-05
remove unneeded parameter from radeonUploadTexMatrix.
Roland Scheidegger
2005-10-05
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-09-26
fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...
Roland Scheidegger
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-04
Simplify radeonSetCliprects(). Remove the 'mode' parameter.
Brian Paul
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-08-31
remove redundant ctx->Driver fallback assignments that were already done in _...
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-02-16
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-08
SUBPIXEL fixes from Dieter
Keith Whitwell
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-03
enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...
Roland Scheidegger
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-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
change lighting to use MULT instead of PREMULT (i.e. move some lighting color...
Roland Scheidegger
2004-02-02
Include context.h in radeon_state.c.
Felix Kuehling
2004-01-28
Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface
Ian Romanick
2004-01-28
Use NEED_SECONDARY_COLOR() for checking specular state at all times
Keith Whitwell
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
2003-12-28
Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
Felix Kuehling
[next]