summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-31fix ugly copy/paste error in mipmap generation codeRoland Scheidegger
2009-03-30r300-gallium: RGBA, not ARGB, after all.Corbin Simpson
2009-03-30r300-gallium: r500-fs: If recompiling a shader, overwrite old insts.Corbin Simpson
2009-03-30r300-gallium: Properly redo shaders when constant buffer changes size.Corbin Simpson
2009-03-30r300-gallium: Allow surface_fill to clear depth/stencil buffers too.Corbin Simpson
2009-03-30r300-gallium: Emit the "right" sequence of colors.Corbin Simpson
2009-03-30r300-gallium: Fix hardlock when no colors or textures are present.Corbin Simpson
2009-03-30r300-gallium: Fix strange build error.Corbin Simpson
2009-03-30r300-gallium: Handful of small leftovers.Corbin Simpson
2009-03-30intel: Avoid mapping the texture image for CopyTex{,Sub}ImageAdam Jackson
2009-03-30python: Use depth buffer in the triangle example.José Fonseca
2009-03-30python: Read rgba8 with a single transfer.José Fonseca
2009-03-30python: Cleanup.José Fonseca
2009-03-30python: Don't use deprecated clear_value field.José Fonseca
2009-03-30python/test: Move the test description logic to the base class.José Fonseca
2009-03-30python/test: Move the image comparison logic to the base test class.José Fonseca
2009-03-30python: Force unsigned comparison.José Fonseca
2009-03-30python: Set correct transfer mode.José Fonseca
2009-03-30python: Set the surface GPU access flags.José Fonseca
2009-03-30python: Hide away the surface usage flags.José Fonseca
2009-03-30tgsi: Condition codes are implied in KILP.Michal Krol
2009-03-30tgsi: Explain symbols used in instruction set documentation.Michal Krol
2009-03-30tgsi: Document BRA opcode.Michal Krol
2009-03-30python: Dont touch old pipe_winsys.José Fonseca
2009-03-30python: Update instructions for windows.José Fonseca
2009-03-30scons: Get python extensions building correctly on windows.José Fonseca
2009-03-28i965: srgb texture fixesRoland Scheidegger
2009-03-28mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger
2009-03-28mesa: add _rev signed rgba texture formatRoland Scheidegger
2009-03-28glapi regenerateRoland Scheidegger
2009-03-28glapi: remove a couple accidental GL_ prefixesRoland Scheidegger
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-28gl: add new OGL 3.1 enums to glext.hRoland Scheidegger
2009-03-28gl: update glext.h to version 48Roland Scheidegger
2009-03-28fix various small intel blitter issuesRoland Scheidegger
2009-03-27wgl: Don't flush surface if it is NULL.José Fonseca
2009-03-27wgl: Remove unused cruft.José Fonseca
2009-03-27util: Support Z24S8/Z24X8.José Fonseca
2009-03-27mesa: Support Z24S8 wherever S8Z24 is supported.José Fonseca
2009-03-27r300-gallium: Add some surface_copy.Corbin Simpson
2009-03-27r300-gallium: Use CMP for MOV on r300.Corbin Simpson
2009-03-27mesa: Use the python executable from sys.executable.José Fonseca
2009-03-26egl: Fix newline typo in MakefilesCarl-Johan Kjellander
2009-03-26st: init the default texture to (0,0,0,1)Brian Paul
2009-03-26tgsi: pass zero vector to texture sampler for 1D case instead of NULLBrian Paul
2009-03-26python: Don't bypass vs/clip/viewport by default.José Fonseca
2009-03-26python: Fix the texture test.José Fonseca
2009-03-26python: Make swig bindings python independent.José Fonseca
2009-03-26python: Drop st_buffer.José Fonseca