summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-31mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()Brian Paul
2009-08-31mesa: disable another debug testBrian Paul
2009-08-31mesa: make verts[] arrays local varsBrian Paul
2009-09-01r200: emit cube for kms correctly + fix tex emit resetDave Airlie
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul
2009-08-31mesa: implement depth/stencil formats for meta glDrawPixelsBrian Paul
2009-08-31mesa: remove accidentally commited debug/disabled codeBrian Paul
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul
2009-08-31progs/samples: added test/debug code for cullingBrian Paul
2009-08-31swrast: fix selection/feedback regressionBrian Paul
2009-08-31mesa: debug printf for KILBrian Paul
2009-08-31progs/tests: disable depth test for second glDrawPixelsBrian Paul
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie
2009-09-01r200: emit max vtx info for index buffer.Dave Airlie
2009-09-01i915g: Implement new winsysJakob Bornecrantz
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz
2009-09-01i915g: Add header file for new winsys interfaceJakob Bornecrantz
2009-09-01i915g: Add new buffer code not yet hocked upJakob Bornecrantz
2009-09-01st/xorg: Fix crash in MPHJakob Bornecrantz
2009-09-01radeon: Fix null pointer reference in debug system if no context is bind.Pauli Nieminen
2009-08-31r600: Add more trace debug output to rendering pipeline.Pauli Nieminen
2009-08-31radeon: Add support for indenting debug output.Pauli Nieminen
2009-08-31radeon: Add comment warning about not choosing critical debug level.Pauli Nieminen
2009-08-31radeon: Change default debug level to verbose.Pauli Nieminen
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-08-31r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen
2009-08-31radeon: Make OQ to use new style debugging.Pauli Nieminen
2009-08-31radeon: Add gcc attribute to enable pritnf format warnings.Pauli Nieminen
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
2009-08-31mesa: added const qualifiers, move local varBrian Paul
2009-08-31mesa: fix saturation logic in emit_texenv()Brian Paul
2009-08-31docs: fixed glXCreateGLXPixmap() for direct renderingBrian Paul
2009-08-31docs/: document cross-compile fixBrian Paul
2009-08-31mesa: fix 32bit cross compilation on a 64bit machineMarc Dietrich
2009-08-31st/xorg: add code to render textured quads for composite accelerationZack Rusin
2009-08-31st/xorg: setup constant buffers for vertex and fragment shadersZack Rusin
2009-08-31st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit.Michel Dänzer
2009-08-31st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL.Michel Dänzer
2009-08-31st/xorg: Don't always fall back for solid fills.Michel Dänzer
2009-08-31r600: add missing r7xx pci idAlex Deucher
2009-08-31i915g: Reorg texture layout codeJakob Bornecrantz
2009-08-31i915g: Move transfer functions into i915_texture.cJakob Bornecrantz
2009-08-31i915g: Reorg texture code a bitJakob Bornecrantz
2009-08-31i915g: Don't use winsys directly in the driverJakob Bornecrantz
2009-08-31i915g: Cleanup i915_prim_vbuf.cJakob Bornecrantz
2009-08-31i915g: Cleanup i915_screen.[c|h]Jakob Bornecrantz
2009-08-31i915g: Cleanup i915_context.cJakob Bornecrantz