summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
AgeCommit message (Expand)Author
2009-03-09r300: move firevertices out into the main place its needed.Dave Airlie
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-26radeon: avoid page flip code in DRI2Dave Airlie
2009-02-12radeon: renaming and headers cleanupDave Airlie
2009-02-12r100/r200: fix front rendering issue.Dave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-10r100: remove debug codeDave Airlie
2009-02-10radeon: major cleanups removing old dead codepaths.Dave Airlie
2009-02-06r100: fixup radeon so gears seems to workDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-03-12radeon: Adapt cliprect fixes from r300.Alan Swanson
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick
2006-09-13don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger
2006-09-10remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2006-02-28No need to call *_FIREVERTICES twice.Aapo Tahkola
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-10-27Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 byEric Anholt
2005-10-17add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger
2005-10-08remove code dealing with drm versions older than 1.3. The driver requires (an...Roland Scheidegger
2005-10-05remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger
2005-10-05Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger
2005-09-26fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-04Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-08-31remove redundant ctx->Driver fallback assignments that were already done in _...Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-16s/0/NULL/ (Jeff Muizelaar)Brian Paul
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-03enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick