summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-25r300g: eliminate unused constants in FSMarek Olšák
2010-08-25r300g: eliminate unused constants in VSMarek Olšák
2010-08-25r300g: clean up some mess in set_constant_bufferMarek Olšák
2010-08-25r300g: fix indentationMarek Olšák
2010-08-25r300/compiler: implement elimination of unused constantsMarek Olšák
2010-08-25r300/compiler: terminate vertex shader compilation immediately after an errorMarek Olšák
2010-08-25r300/compiler: fail to compile if we hit hw limits or an unimplemented featureMarek Olšák
2010-08-25r300/compiler: handle indexable temporaries correctly in deadcode eliminationMarek Olšák
2010-08-25r300/compiler: disable register allocation for indexable temporaries in VSMarek Olšák
2010-08-25r300g: reset the index bias to 0 at the end of CSMarek Olšák
2010-08-25ir_to_mesa: set IndirectRegisterFilesMarek Olšák
2010-08-24nvfx: Initialize variables on error path.Vinson Lee
2010-08-24glsl: Set up uniform initializers by walking the shaders after linking.Eric Anholt
2010-08-24glsl: Don't dead-code eliminate a uniform initializer.Eric Anholt
2010-08-25r300g: rename radeong_dri.so to r300_dri.soDave Airlie
2010-08-24make: Use C++ compiler to link stdc++ library.Brian Paul
2010-08-24r600g: Add support for PIPE_FORMAT_R32_FLOAT.Henri Verbeet
2010-08-24prog_execute: Implement OPCODE_TXLIan Romanick
2010-08-24glsl2: rename local variable_entry classBrian Paul
2010-08-24glsl2: move constructor into .cpp file to work around compiler bugBrian Paul
2010-08-24mesa: added isblank() for MSVCBrian Paul
2010-08-24glsl: Add assert to check variable_entry referenced_count after construction.Vinson Lee
2010-08-23nvfx: Remove unnecessary headers.Vinson Lee
2010-08-24glsl: make 'make clean' work properly.Dave Airlie
2010-08-23glsl: Silence unused variable warning.Vinson Lee
2010-08-23r300g: Remove unused variable.Vinson Lee
2010-08-24st/egl: Fix r300/r600 support in KMS backend.Chia-I Wu
2010-08-24targets/egl: Check against drm_driver_descriptor::name.Chia-I Wu
2010-08-24targets/egl: add pipe_r600Benjamin Franzke
2010-08-24targets/egl: rename pipe_radeon to pipe_r300Benjamin Franzke
2010-08-24mesa: Remove extraneous semicolon.Chia-I Wu
2010-08-24st/dri: Remove unnecessary main/mtype.h.Chia-I Wu
2010-08-24st/wgl: Include main/core.h.Chia-I Wu
2010-08-24st/glx: Include main/core.h.Chia-I Wu
2010-08-24glsl: Include main/core.h.Chia-I Wu
2010-08-24mesa: Add core.h.Chia-I Wu
2010-08-24translate_sse: clear state for each function emissionLuca Barbieri
2010-08-23glsl: Rely on talloc_autofree_context() instead of trying to free on our own.Eric Anholt
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt
2010-08-23radeon: print chip family for evergreen in renderer stringAlex Deucher
2010-08-24r600g: add XPD supportDave Airlie
2010-08-24r600g: add CMP support.Dave Airlie
2010-08-24nvfx: don't emit dummy commands on nv30Luca Barbieri
2010-08-23glsl: When unable to assign the initializer for a const variable, set it to 0.Eric Anholt
2010-08-23translate_sse: fix x86-64Luca Barbieri
2010-08-23glsl: Cleanly fail when a function has an unknown return type.Eric Anholt
2010-08-23r600g: Add support for PIPE_CAP_DEPTH_CLAMP.Henri Verbeet
2010-08-23glsl: Rebuild builtins for any() change.Eric Anholt
2010-08-23mesa: Add new ir_unop_any() expression operation.Eric Anholt
2010-08-23glsl: Regenerate builtins with the new sorting.Eric Anholt