summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2007-05-08r300: Cleaned up r300_render.c using Indent with appropriate options.Oliver McFadden
2007-05-08r300: General render clean up; added some Doxygen documentation, too.Oliver McFadden
2007-05-08r300: Moved the pipeline stages together for readability.Oliver McFadden
2007-05-08r300: Print the OpenGL define instead of a 2-digit char code in the warning.Oliver McFadden
2007-05-08r300: Clean up the vertex buffer emission code and reduced code duplication.Oliver McFadden
2007-05-08r300: Cleaned up a lot of cruft in r300_render.c.Oliver McFadden
2007-05-08i915/miniglx: remove unused codeDave Airlie
2007-05-07radeon: enable xpress chipsetsDave Airlie
2007-05-06rs480: fix secondary color for real this timeAapo Tahkola
2007-05-06Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesaAapo Tahkola
2007-05-06rs480: fix textures and secondary color(?). clipping is still busted. tested ...Aapo Tahkola
2007-05-06r300: fix broken vbosAapo Tahkola
2007-05-06r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden
2007-05-06r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden
2007-05-06r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden
2007-05-06r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden
2007-05-06r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden
2007-05-06r300: fix primary color on rs480Aapo Tahkola
2007-05-05don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola
2007-05-04Makefile clean-ups for miniglx.Brian
2007-05-03fix some matrix/state token indexing bugs (see bug 10848)Brian
2007-05-03add some #includes to silence warningsBrian
2007-04-30r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.Michel Dänzer
2007-04-29r300: Page flipping fixes.Michel Dänzer
2007-04-29r300: radeonMakeCurrent cleanups.Michel Dänzer
2007-04-27"Fix" for bug 9170. May need more attention.Brian
2007-04-24s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom
2007-04-17r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden
2007-04-16just clean-upsBrian
2007-04-16move GL_EXT_stencil_two_side into alphabetical positionBrian
2007-04-16Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-04-14r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie
2007-04-14r300: remove unneeded semicolon from macroDave Airlie
2007-04-14r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie
2007-04-11use _mesa_reference_renderbuffer(), fix typoBrian
2007-04-10rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie
2007-04-10i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer
2007-04-10r300: don't enable VAP/TCL on cards that don't support itDave Airlie
2007-04-09i915tex: Fix some mismatches between texels or bytes for pitch/stride.Michel Dänzer
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer
2007-04-09the RS400 definitely doesn't work at this point so don't let it initDave Airlie
2007-04-08i915tex: Clean up resizing of renderbuffers.Michel Dänzer
2007-04-08driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer
2007-04-05include points.h to fix warningsBrian
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao