summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-02mesa: fix code generation for ir_unop_sqrtBrian Paul
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-09-02r600g: fix thinko in shadow code.Dave Airlie
2010-09-02r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.Dave Airlie
2010-09-02r600g: fix depth texture testsDave Airlie
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke
2010-09-01glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke
2010-09-01glsl: Reject structure constructors that have too many arguments.Kenneth Graunke
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick
2010-09-01glsl2: Remove unused method glsl_type::generate_constructorIan Romanick
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick
2010-09-01glsl2: Emit structure constructors inlineIan Romanick
2010-09-02r600g: add missing vertex fetch formats to the translation table.Dave Airlie
2010-09-01r600g: fix binding of same texture to several target slotJerome Glisse
2010-09-01glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke
2010-09-01ast_function: Fix check for "too few components".Kenneth Graunke
2010-09-01ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke
2010-09-02r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_viewDave Airlie
2010-09-01ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp.Eric Anholt
2010-09-01ir_to_mesa: Add a little helper for emitting link failure messages.Eric Anholt
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt
2010-09-02mesa/st: remove check for buffer/elements = 0Dave Airlie
2010-09-01r600g: silence compiler warningJerome Glisse
2010-09-01r600g: refix db/cb stateJerome Glisse
2010-09-01mesa: fix out of bounds memory read in mipmap gen codeBrian Paul
2010-09-01mesa: more prog_execute.c debug codeBrian Paul
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke
2010-09-01r600g: fix up default state differences between r6xx and r7xxAlex Deucher
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul
2010-09-01i965: DP2 produces a scalar result like DP3, DP4, etc.Eric Anholt
2010-09-01glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick
2010-09-01glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse
2010-09-01nouveau/nvfx: Remove enforcement of bit depth being same as front bufferPatrice Mandin
2010-09-01mesa: initialize dummy framebuffer and renderbuffer mutexesVladimir Vukicevic
2010-09-01Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY
2010-09-01Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY
2010-09-01Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY
2010-09-01Cygwin: Have mklib exit with error code if link failsJon TURNEY
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas
2010-09-01r600g: correct cb/zb offset emits.Dave Airlie
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie
2010-09-01r600g: fix typo causing segfault.Dave Airlie
2010-09-01r600g: fix glean texCube and shadows.Dave Airlie