summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* r300: Print the OpenGL define instead of a 2-digit char code in the warning.Oliver McFadden2007-05-081-15/+6
* r300: Clean up the vertex buffer emission code and reduced code duplication.Oliver McFadden2007-05-081-26/+11
* r300: Cleaned up a lot of cruft in r300_render.c.Oliver McFadden2007-05-081-73/+4
* i915/miniglx: remove unused codeDave Airlie2007-05-081-28/+0
* radeon: enable xpress chipsetsDave Airlie2007-05-073-2/+10
* rs480: fix secondary color for real this timeAapo Tahkola2007-05-061-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaAapo Tahkola2007-05-062-97/+4
|\
| * r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden2007-05-062-1/+2
| * r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden2007-05-061-76/+0
| * r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden2007-05-061-14/+0
| * r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden2007-05-061-4/+0
| * r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden2007-05-061-2/+2
* | rs480: fix textures and secondary color(?). clipping is still busted. tested ...Aapo Tahkola2007-05-061-3/+17
* | r300: fix broken vbosAapo Tahkola2007-05-061-0/+2
|/
* r300: fix primary color on rs480Aapo Tahkola2007-05-062-0/+7
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-053-65/+10
* Makefile clean-ups for miniglx.Brian2007-05-041-1/+2
* fix some matrix/state token indexing bugs (see bug 10848)Brian2007-05-031-3/+4
* add some #includes to silence warningsBrian2007-05-032-1/+2
* r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.Michel Dänzer2007-04-301-1/+3
* r300: Page flipping fixes.Michel Dänzer2007-04-295-3/+8
* r300: radeonMakeCurrent cleanups.Michel Dänzer2007-04-291-6/+0
* "Fix" for bug 9170. May need more attention.Brian2007-04-271-0/+3
* s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian2007-04-241-1/+1
* Defer buffer pool creation to the first context creation.Thomas Hellstrom2007-04-173-43/+55
* r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden2007-04-171-1/+0
* just clean-upsBrian2007-04-162-55/+48
* move GL_EXT_stencil_two_side into alphabetical positionBrian2007-04-161-1/+1
* Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian2007-04-161-6/+3
* remove _tnl_arb_vertex_program_stageBrian2007-04-166-11/+0
* Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-166-5/+37
* r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie2007-04-141-2/+15
* r300: remove unneeded semicolon from macroDave Airlie2007-04-141-1/+1
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-143-88/+104
* use _mesa_reference_renderbuffer(), fix typoBrian2007-04-111-2/+2
* rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie2007-04-101-2/+4
* i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer2007-04-101-1/+1
* r300: don't enable VAP/TCL on cards that don't support itDave Airlie2007-04-102-0/+5
* i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer2007-04-092-1/+2
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-091-19/+1
* the RS400 definitely doesn't work at this point so don't let it initDave Airlie2007-04-091-1/+2
* i915tex: Clean up resizing of renderbuffers.Michel Dänzer2007-04-082-17/+31
* driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer2007-04-081-1/+1
* include points.h to fix warningsBrian2007-04-053-0/+3
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-2/+0
* Move glcontextmodes.c to glx.George Sapountzis2007-04-052-585/+0
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-043-0/+15
* Merge branch 'origin'Eric Anholt2007-03-301-1/+2
|\
| * call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477Gustavo Pichorim Boiko2007-03-301-1/+2
* | Merge branch 'crestline-qa', adding support for the 965GM chipset.Eric Anholt2007-03-302-0/+4
|\ \ | |/ |/|