| Commit message (Expand) | Author | Age | Files | Lines |
* | util: add _mesa_strtod and _mesa_strtof | Chia-I Wu | 2014-10-30 | 1 | -0/+1 |
* | mesa: Silence unused parameter warning in _mesa_clear_shader_program_data | Ian Romanick | 2014-10-24 | 1 | -1/+1 |
* | st/mesa: Fix paths used in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+2 |
* | util: Include in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+1 |
* | glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private | Ian Romanick | 2014-09-30 | 1 | -7/+7 |
* | mesa: Use realloc() instead of _mesa_realloc() and remove the latter. | Matt Turner | 2014-09-24 | 2 | -6/+4 |
* | mesa: Move register_allocate.c to util. | Eric Anholt | 2014-09-23 | 2 | -733/+0 |
* | mesa: add null checks in symbol_table.c | Juha-Pekka Heikkila | 2014-09-23 | 1 | -0/+30 |
* | mesa: fix prog_optimize.c assertions triggered by SWZ opcode | Brian Paul | 2014-09-18 | 1 | -5/+4 |
* | ra: assert against unsigned underflow in q_total | Connor Abbott | 2014-09-12 | 1 | -0/+1 |
* | ra: note a restriction in the interfence graph API | Connor Abbott | 2014-09-12 | 1 | -1/+4 |
* | ir_to_mesa: Stop converting uniform booleans. | Kenneth Graunke | 2014-09-09 | 1 | -6/+1 |
* | Eliminate several cases of multiplication in arguments to calloc | Carl Worth | 2014-09-03 | 3 | -5/+5 |
* | mesa/program_cache: calloc the correct size for the cache. | Dave Airlie | 2014-09-02 | 1 | -1/+1 |
* | ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate | Abdiel Janulgue | 2014-08-31 | 1 | -48/+0 |
* | ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate | Abdiel Janulgue | 2014-08-31 | 1 | -0/+6 |
* | ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate | Abdiel Janulgue | 2014-08-31 | 1 | -1/+4 |
* | mesa: Delete ctx->GeometryProgram.Cache. | Kenneth Graunke | 2014-08-29 | 1 | -2/+0 |
* | glsl: Use the without_array predicate in some more places | Timothy Arceri | 2014-08-19 | 1 | -2/+1 |
* | mesa/program: add new derivative unops to the unexpected list | Ilia Mirkin | 2014-08-14 | 1 | -0/+4 |
* | ra: move declarations before code to fix MSVC build | Brian Paul | 2014-08-14 | 1 | -2/+2 |
* | ra: optimistically color only one node at a time | Connor Abbott | 2014-08-13 | 1 | -35/+22 |
* | ra: don't consider nodes for spilling we don't need to | Connor Abbott | 2014-08-13 | 1 | -40/+11 |
* | ra: make the p, q test more efficient | Connor Abbott | 2014-08-13 | 1 | -7/+26 |
* | ra: cleanup the public API | Connor Abbott | 2014-08-13 | 2 | -10/+7 |
* | mesa: Add a new function for getting the nonconst sampler array index | Chris Forbes | 2014-08-12 | 2 | -0/+14 |
* | mesa: move ShaderCompilerOptions into gl_constants | Marek Olšák | 2014-08-11 | 2 | -3/+3 |
* | mesa: whitespace, 80-column wrapping in program.c | Brian Paul | 2014-08-11 | 1 | -8/+11 |
* | mesa: simplify/rename _mesa_init_program_struct() | Brian Paul | 2014-08-11 | 1 | -34/+35 |
* | mesa: Drop USE_IEEE define. | Matt Turner | 2014-08-07 | 1 | -5/+0 |
* | glsl: Make it possible to ignore built-ins when matching signatures. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | mesa: Actually use the Mesa IR optimizer for ARB programs. | Kenneth Graunke | 2014-08-04 | 1 | -0/+7 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | exec_list: Make various places use the new length() method. | Connor Abbott | 2014-07-15 | 1 | -4/+1 |
* | glsl: add new expression types for interpolateAt* | Chris Forbes | 2014-07-12 | 1 | -0/+3 |
* | mesa: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -22/+9 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 2 | -32/+0 |
* | glsl: Store info about geometry shaders that emit vertices to non-zero streams. | Iago Toral Quiroga | 2014-06-30 | 1 | -0/+1 |
* | mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program. | Iago Toral Quiroga | 2014-06-20 | 1 | -0/+1 |
* | mesa: Add missing null checks into prog_hash_table.c | Juha-Pekka Heikkila | 2014-05-30 | 1 | -0/+8 |
* | glsl: Drop do_common_optimization's max_unroll_iterations parameter. | Kenneth Graunke | 2014-04-11 | 1 | -1/+0 |
* | glsl: Pass ctx->Const.NativeIntegers to do_common_optimization(). | Kenneth Graunke | 2014-04-08 | 1 | -1/+1 |
* | mesa: remove redundant running of check_symbol_table() | Juha-Pekka Heikkila | 2014-04-02 | 1 | -2/+4 |
* | mesa: Add missing null check in _mesa_parse_arb_program() | Juha-Pekka Heikkila | 2014-04-02 | 1 | -0/+5 |
* | mesa: Prevent negative indexing on noise2, noise3 and noise4 | Juha-Pekka Heikkila | 2014-04-02 | 1 | -18/+18 |
* | mesa: Clean up "unused parameter" warnings | Ian Romanick | 2014-03-28 | 1 | -3/+3 |
* | mesa/program: Constify find_variable_storage | Ian Romanick | 2014-03-28 | 1 | -3/+2 |
* | mesa/sso: rename Shader to the pointer _Shader | Gregory Hainaut | 2014-03-25 | 1 | -3/+3 |
* | mesa: include stdbool.h in register_allocate.h to fix build | Brian Paul | 2014-03-18 | 1 | -0/+2 |
* | ra: Convert another bool array to bitsets. | Eric Anholt | 2014-03-18 | 1 | -6/+7 |