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