summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* radeon: Invert front face winding when rendering to FBO.Michel Dänzer2009-07-141-0/+4
* radeon/r200: fix color masking under dri2Dave Airlie2009-07-141-6/+19
* radeon: set texture in state properly.Dave Airlie2009-07-111-1/+1
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-13/+12
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-64/+64
* radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse2009-05-121-1/+1
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-4/+4
|\
| * mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-4/+4
* | radeon: fix compiler warningAlex Deucher2009-04-071-0/+2
* | radeon/r200/r300: fix missing dma buffer validationDave Airlie2009-04-071-0/+4
* | radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie2009-04-021-2/+48
* | raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-10/+21
* | radeon/r200: add fbo state changesDave Airlie2009-03-211-2/+12
* | r300: move firevertices out into the main place its needed.Dave Airlie2009-03-091-1/+0
* | radeon: refactor framebuffer code like intelDave Airlie2009-03-031-74/+6
* | radeon: avoid page flip code in DRI2Dave Airlie2009-02-261-1/+2
* | radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+0
* | r100/r200: fix front rendering issue.Dave Airlie2009-02-121-1/+1
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-21/+5
* | r100: remove debug codeDave Airlie2009-02-101-2/+0
* | radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-0/+2
* | 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