summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-07glsl: don't optimize program if MESA_GLSL=noptBrian Paul
2009-04-07swrast: restore !shader check around add_specular()Brian Paul
2009-04-06r300-gallium: vs: Add MAD.Corbin Simpson
2009-04-06r300-gallium: vs: Add MUL.Corbin Simpson
2009-04-06r300-gallium: Fix surface_copy too.Corbin Simpson
2009-04-06r300-gallium: Properly setup HW/SW TCL controls.Corbin Simpson
2009-04-06swrast: more texcombine clean-upsBrian Paul
2009-04-06swrast: asst. clean-ups in texcombine codeBrian Paul
2009-04-06swrast: fix secondary color add for glBitmapBrian Paul
2009-04-06stw: Choose a color buffer format that matches the visual.José Fonseca
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul
2009-04-06swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV modeBrian Paul
2009-04-06st: as with swrast, interpret texture border color according to texture formatBrian Paul
2009-04-06st: rename a helper functionBrian Paul
2009-04-06swrast: fix texture border color interpretationBrian Paul
2009-04-06mesa: Fix orientation adjustment for reading stencil pixels.José Fonseca
2009-04-06intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt
2009-04-06i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt
2009-04-06intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt
2009-04-06r300-gallium: Skeleton for integrating into the python statetracker.José Fonseca
2009-04-06radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer
2009-04-05r300-gallium: vp: Moar.Corbin Simpson
2009-04-05r300-gallium: vs: Use a tab to properly set up OVM.Corbin Simpson
2009-04-05r300-gallium: Re-translate shaders if constants change.Corbin Simpson
2009-04-05r300-gallium: Properly interface with Draw for vert shaders.Corbin Simpson
2009-04-05r300-gallium: Update state handlers/setters for vertex shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Moar vert shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Expand instruction emission.Corbin Simpson
2009-04-04r300-gallium: Update clear() code.Corbin Simpson
2009-04-04cell: update clear() code to catch up to gallium changesBrian Paul
2009-04-04python/regress: Clean up driver clear() interface.Michal Krol
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-04gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer
2009-04-04python/regress: Remove trailing whitespace.Michal Krol
2009-04-04python/regress: Initial fragment shader test suite.Michal Krol
2009-04-04python/regress: Use X8R8G8B8 rendertarget in vertex shader test.Michal Krol
2009-04-04radeon: A bit of indent and line break cleanup.Corbin Simpson
2009-04-04r300-gallium: Calculate vert shader inputs for HW TCL.Corbin Simpson
2009-04-04radeon: If the CS emit fails, dump it to stderr.Corbin Simpson
2009-04-04r300-gallium: Fix bad register write.Corbin Simpson
2009-04-04r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson
2009-04-04Add scons build support for radeon/r300.Corbin Simpson
2009-04-04radeon: Fix compile warnings, compile errors.Corbin Simpson
2009-04-04r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson
2009-04-04r300-gallium: r500 surface_copy fragment shader.Corbin Simpson
2009-04-03intel: #include texgetimage.hBrian Paul
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-04-03mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul
2009-04-03mesa: whitespace and comment clean-upBrian Paul