summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-06radeon: hopefully fixup radeon cube state emission for kmsDave Airlie
2009-05-06r100/r200: try and allocate miptree correct for hw.Dave Airlie
2009-05-06r200: fix cubic emission.Dave Airlie
2009-05-05r200: fix some cube map issuesRoland Scheidegger
2009-05-05r200: fix another section size mismatchRoland Scheidegger
2009-05-05r200: fix CS section size mismatch (bug 21565)Roland Scheidegger
2009-05-05radeon/r200: enable all the optional drm support bitsDave Airlie
2009-05-04r300: set proper texture row alignment for IGP chipsMaciej Cencora
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28radeno: cleanup the startup path furtherDave Airlie
2009-04-28radeon: further cleanup dri1 screen initDave Airlie
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-28radeon: remove kernel mm, dri2 path takes care of itDave Airlie
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: fallback only if stencil test is enabledMaciej Cencora
2009-04-27r300: do front/back color selection in HW for software TCL pathMaciej Cencora
2009-04-27r300: fix valgrind warningsMaciej Cencora
2009-04-27r300: fix point size clamping when point is not attenuatedMaciej Cencora
2009-04-27r300: fix performance regressionMaciej Cencora
2009-04-27r300: add point attenuation stage for TCL fallbacksMaciej Cencora
2009-04-27r300: always route 4 texcoord components to RSMaciej Cencora
2009-04-27r300: flush stdout to get consistent debugging infoMaciej Cencora
2009-04-27r300: add atom print function for kernel mm pathMaciej Cencora
2009-04-27r300: handle texcoords properlyMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-24r300: fix cliprect valuesJerome Glisse
2009-04-24r300: emit cliprect when in dri2 modeJerome Glisse
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-22gallium: Reinstate unconditional flushes.Thomas Hellstrom
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-04-21st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul
2009-04-21swrast: simplify state update logic for fragment shader const buffersBrian Paul
2009-04-21st: use the static atoms[] array directlyBrian Paul
2009-04-21st: do away with dynamic state atom for const buffersBrian Paul
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-21mesa: print internal.current[i] attribBrian Paul
2009-04-21mesa: print parameter list dirty state flag maskBrian Paul
2009-04-21i965: const correctnessBrian Paul
2009-04-21Update GALLIUM_AUXILIARY_DIRS in configure.ac to match configs/default.Michel Dänzer
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora
2009-04-21r300-gallium: Fix CS size mismatchMathias Gottschlag
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul
2009-04-21st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul
2009-04-21trivial/tri-viewport: add keys for frustrum/ortho and z coordinateKeith Whitwell
2009-04-21trivial/tri-viewport: add more out-of-bounds background quadsKeith Whitwell
2009-04-21trivial/tri_viewport: add space==reset keyKeith Whitwell
2009-04-21trivial/tri_viewport: add width/height keysKeith Whitwell
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul