aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* r100: fixup radeon so gears seems to workDave Airlie2009-02-061-22/+11
* r200: clear is working at least - not much elseDave Airlie2009-01-201-2/+2
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-142/+14
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-87/+87
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-12/+12
* radeon: Adapt cliprect fixes from r300.Alan Swanson2007-03-121-0/+2
* merge current trunk into vbo branchAlan Hourihane2006-11-021-2/+3
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-4/+2
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-181-9/+26
* don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger2006-09-131-3/+6
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-29/+0
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-281-22/+28
* No need to call *_FIREVERTICES twice.Aapo Tahkola2006-02-281-1/+0
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 byEric Anholt2005-10-271-2/+8
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-40/+37
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-1/+0
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-13/+12
* remove code dealing with drm versions older than 1.3. The driver requires (an...Roland Scheidegger2005-10-081-34/+16
* remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger2005-10-051-2/+3
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-29/+138
* fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger2005-09-261-4/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-6/+1
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+10
* Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul2005-09-041-16/+19
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-13/+51
* remove redundant ctx->Driver fallback assignments that were already done in _...Brian Paul2005-08-311-16/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+3
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-1/+1
* SUBPIXEL fixes from DieterKeith Whitwell2005-02-081-2/+2
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+1
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-031-0/+46
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-1/+1
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-1/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-10/+10
* change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger2004-02-101-35/+30
* Include context.h in radeon_state.c.Felix Kuehling2004-02-021-0/+1
* Fixed a cut-and-paste bug from the BlendFuncSeparate driver interfaceIan Romanick2004-01-281-2/+2
* Use NEED_SECONDARY_COLOR() for checking specular state at all timesKeith Whitwell2004-01-281-1/+1
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+9
* Fix hardware ROP state handling (Roland Scheidegger)Michel Dänzer2004-01-241-3/+3
* Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state changeMichel Dänzer2004-01-231-10/+7