summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't bother with RNDZ for f2i.Eric Anholt2010-09-071-1/+1
* i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments.Eric Anholt2010-09-071-2/+57
* i965: Add assertion for another requirement about types.Eric Anholt2010-09-071-1/+13
* i965: Align the start of attribute interp coefficients in FS to use PLN.Eric Anholt2010-09-071-0/+8
* i965: Just assert when we flagged a compile error in the FS for now.Eric Anholt2010-09-071-3/+5
* i965: Clean up fs_reg setup by using a helper for constructors.Eric Anholt2010-09-071-27/+16
* i965: When using the new FS backend, don't validate the Mesa IR version.Eric Anholt2010-09-071-0/+16
* i965: Add a bit of validation for some ISA restrictions in the docs.Eric Anholt2010-09-071-0/+70
* i965: set the source width/stride when handling reladdr dests in the VS.Eric Anholt2010-09-071-0/+6
* dri: Make it a little clearer that we're not dereferencing a NULL pointernobled2010-09-071-1/+2
* 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
* mesa: Define C99's __func__ macro on MSVC.José Fonseca2010-09-061-0/+12
* 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
* mesa: don't smash the stack in _mesa_find_used_registersLuca Barbieri2010-09-051-2/+6
* mesa: don't expose unsupported GL_ARB_geometry_shader4 for nowLuca Barbieri2010-09-051-1/+2
* 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
* Revert "ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a...Marek Olšák2010-09-041-291/+345
* 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
* mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri2010-09-041-0/+2
* mesa: fix up a commentBrian Paul2010-09-031-1/+2
* ir_to_mesa: Handle loops with loop controls setIan Romanick2010-09-031-4/+44
* 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
* mesa: Fix printf-like warning.Vinson Lee2010-09-022-2/+2
* mesa: Fix printf-like warnings.Vinson Lee2010-09-026-16/+16
* st/mesa: clamp gl_constants::MaxVarying against MAX_VARYINGBrian Paul2010-09-021-0/+1
* mesa: fix code generation for ir_unop_sqrtBrian Paul2010-09-021-2/+3