aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* dri: Use the right type for the API tokennobled2010-09-071-1/+3
* nouveau: restore nouveau_class.h for nv04-nv20Luca Barbieri2010-09-071-1/+4953
* radeon: Add radeon_buffer_objects.c.Henri Verbeet2010-09-051-0/+1
* r200: Add radeon_buffer_objects.c.Henri Verbeet2010-09-053-0/+3
* radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet2010-09-051-11/+31
* r300g,r300c: memset the compiler struct to zerosMarek Olšák2010-09-053-0/+3
* r300/compiler: Remove stray break statementTom Stellard2010-09-041-1/+0
* r300/compiler: fix the instruction limit in vertex shadersMarek Olšák2010-09-051-1/+1
* r300/compiler: indent printed instructions according to the branch depthMarek Olšák2010-09-041-4/+44
* r300/compiler: use limits from the compiler input instead of inline constantsMarek Olšák2010-09-041-5/+4
* r300/compiler: improve register allocation with indexable temporaries for VSMarek Olšák2010-09-041-17/+46
* r300/compiler: fix handling of indexed temporaries in peepholeMarek Olšák2010-09-041-1/+9
* r300/compiler: disable deadcode elimination for indexed dst operandsMarek Olšák2010-09-041-0/+14
* r300/compiler: allocate at least FS inputs if register allocation is disabledMarek Olšák2010-09-043-9/+52
* r300g: add a new debug option which disables compiler optimizationsMarek Olšák2010-09-046-6/+13
* r300/compiler: compute the final number of temporaries during translationMarek Olšák2010-09-041-7/+23
* r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák2010-09-045-1/+6
* r300/compiler: use peephole and constant folding for vertex shaders tooMarek Olšák2010-09-041-1/+3
* r300/compiler: remove unused enum OPCODE_REPL_ALPHAMarek Olšák2010-09-041-5/+0
* r300/compiler: refactor fragment shader compilationMarek Olšák2010-09-0419-165/+85
* r300/compiler: add new compiler parameter max_constantsMarek Olšák2010-09-046-10/+16
* r300/compiler: refactor vertex shader compilationMarek Olšák2010-09-0418-161/+140
* r300/compiler: remove a redundant parameter in rc_pair_regallocMarek Olšák2010-09-043-3/+4
* r300/compiler: remove a redundant parameter in rc_dataflow_deadcodeMarek Olšák2010-09-044-5/+5
* r300/compiler: use null-terminated array of transformation functionsMarek Olšák2010-09-044-15/+20
* r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2010-09-0410-35/+36
* r300/compiler: put emulate_loop_state in radeon_compilerMarek Olšák2010-09-047-24/+20
* r600c: add proper returns for some evergreen functionsAlex Deucher2010-09-032-2/+8
* r600c: emit DB_HTILE_DATA_BASE on evergreenAlex Deucher2010-09-031-4/+11
* i965: DP2 produces a scalar result like DP3, DP4, etc.Eric Anholt2010-09-011-0/+1
* r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas2010-09-011-3/+3
* i965: fix depth test on sandybridgeZhenyu Wang2010-08-313-3/+3
* i965: Clear the cached constant buffer entry in the VS at control flow.Eric Anholt2010-08-301-1/+21
* i965: Align the number of payload regs to 2 again in 16-wide mode.Eric Anholt2010-08-301-1/+1
* i965: Apply the rest of the old-libdrm guard patch.Cedric Vivier2010-08-301-0/+13
* i965: Add support for loops to the new FS backend.Eric Anholt2010-08-301-4/+82
* i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt2010-08-304-14/+10
* i965: Add "discard" support to the new FS backend.Eric Anholt2010-08-301-1/+19
* i965: Fix the new implementation of ir_unop_sign to match brw_wm_emit.cEric Anholt2010-08-301-5/+8
* i965: Add support for texturing with bias to i965 FS backend.Eric Anholt2010-08-302-17/+60
* evergreen : fix shader const allocation and instruction bugs.Richard Li2010-08-296-20/+48
* i965: Add initial support for texturing to the new FS backend.Eric Anholt2010-08-281-15/+128
* i965: Add disasm for gen5 sampler messages.Eric Anholt2010-08-281-6/+19
* i965: Move libdrm/C++ hack introduced in fa2deb3d to intel_context.hCedric Vivier2010-08-281-5/+0
* i965: Set the pop count on BRK/CONT inside of an if statement in the FS.Eric Anholt2010-08-271-4/+11
* dri: Get prototype for _mesa_destroy_compiler().Eric Anholt2010-08-271-0/+1
* i965: Don't strip negate/abs flags when assigning uniform locations.Eric Anholt2010-08-271-5/+5
* i965: Add missing handling for BRW_OPCODE_SEL.Eric Anholt2010-08-271-0/+4
* i965: Mask out higher bits of the result of BRW_CMP producing a boolean.Eric Anholt2010-08-271-0/+6
* i965: Fix the types of immediate integer values.Eric Anholt2010-08-271-2/+2