Age | Commit message (Expand) | Author |
2009-09-10 | NV fp parser: Add support for condition codes | Ian Romanick |
2009-09-10 | ARB prog lexer: Add missing #include to silence compile warning | Ian Romanick |
2009-09-10 | ARB prog parser: Differentiate between used and unused names in the lexer | Ian Romanick |
2009-09-04 | NV fp parser: Support instruction and TEMP / OUTPUT sizes | Ian Romanick |
2009-09-04 | ARB prog parser: Add new constructor for asm_instruction | Ian Romanick |
2009-09-03 | NV fp parser: Add support for absolute value operator on instruction operands | Ian Romanick |
2009-09-03 | Enable GL_NV_fragment_program_option for software rendering | Ian Romanick |
2009-09-03 | NV fp parser: Support new scalar constant behavior | Ian Romanick |
2009-09-01 | NV fp parser: Parse TXD instruction | Ian Romanick |
2009-08-31 | NV fp lexer: Add new opcodes | Ian Romanick |
2009-08-31 | NV fp: Parse 'OPTION NV_fragment_program' in ARB assembly shaders | Ian Romanick |
2009-08-31 | NV fp: Add tracking for NV_fragment_program_option | Ian Romanick |
2009-09-01 | i915g: Implement new winsys | Jakob Bornecrantz |
2009-09-01 | i915g: Switch from pipe_winsys to intel_winsys | Jakob Bornecrantz |
2009-09-01 | i915g: Add header file for new winsys interface | Jakob Bornecrantz |
2009-09-01 | i915g: Add new buffer code not yet hocked up | Jakob Bornecrantz |
2009-09-01 | st/xorg: Fix crash in MPH | Jakob Bornecrantz |
2009-09-01 | radeon: Fix null pointer reference in debug system if no context is bind. | Pauli Nieminen |
2009-08-31 | r600: Add more trace debug output to rendering pipeline. | Pauli Nieminen |
2009-08-31 | radeon: Add support for indenting debug output. | Pauli Nieminen |
2009-08-31 | radeon: Add comment warning about not choosing critical debug level. | Pauli Nieminen |
2009-08-31 | radeon: Change default debug level to verbose. | Pauli Nieminen |
2009-08-31 | r300: Convert to shared debug code. | Pauli Nieminen |
2009-08-31 | r200: Convert r200 to use new style debug code. | Pauli Nieminen |
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen |
2009-08-31 | radeon: Make OQ to use new style debugging. | Pauli Nieminen |
2009-08-31 | radeon: Add gcc attribute to enable pritnf format warnings. | Pauli Nieminen |
2009-08-31 | r100: Use shared debug code. | Pauli Nieminen |
2009-08-31 | radeon: Add common debugging functions. | Pauli Nieminen |
2009-08-31 | mesa: added const qualifiers, move local var | Brian Paul |
2009-08-31 | mesa: fix saturation logic in emit_texenv() | Brian Paul |
2009-08-31 | docs: fixed glXCreateGLXPixmap() for direct rendering | Brian Paul |
2009-08-31 | docs/: document cross-compile fix | Brian Paul |
2009-08-31 | mesa: fix 32bit cross compilation on a 64bit machine | Marc Dietrich |
2009-08-31 | st/xorg: add code to render textured quads for composite acceleration | Zack Rusin |
2009-08-31 | st/xorg: setup constant buffers for vertex and fragment shaders | Zack Rusin |
2009-08-31 | st/xorg: Re-organize the EXA ModifyPixmapHeader hook a bit. | Michel Dänzer |
2009-08-31 | st/xorg: Simplify EXA ModifyPixmapHeader hook for pPixmap != NULL. | Michel Dänzer |
2009-08-31 | st/xorg: Don't always fall back for solid fills. | Michel Dänzer |
2009-08-31 | r600: add missing r7xx pci id | Alex Deucher |
2009-08-31 | i915g: Reorg texture layout code | Jakob Bornecrantz |
2009-08-31 | i915g: Move transfer functions into i915_texture.c | Jakob Bornecrantz |
2009-08-31 | i915g: Reorg texture code a bit | Jakob Bornecrantz |
2009-08-31 | i915g: Don't use winsys directly in the driver | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_prim_vbuf.c | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_screen.[c|h] | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_context.c | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_blit.[c|h] | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_state_emit.c | Jakob Bornecrantz |
2009-08-31 | i915g: Cleanup i915_texture.c | Jakob Bornecrantz |