| Commit message (Expand) | Author | Age | Files | Lines |
* | main: Refactor _mesa_[update|get]_clamp_fragment_color. | Laura Ekstrand | 2015-05-14 | 1 | -2/+2 |
* | prog_to_nir: OPCODE_EXP is not nir_op_fexp | Ian Romanick | 2015-05-08 | 1 | -1/+1 |
* | mesa/cs: Update program.c for compute shaders. | Paul Berry | 2015-05-02 | 1 | -0/+3 |
* | mesa/cs: Add inline functions for dealing with compute shaders. | Paul Berry | 2015-05-02 | 1 | -0/+22 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 2 | -3/+3 |
* | android: export the path of the generated headers | Chih-Wei Huang | 2015-04-22 | 1 | -0/+2 |
* | android: fix the building rules for Android 5.0 | Chih-Wei Huang | 2015-04-22 | 1 | -2/+1 |
* | android: fix a building error of libmesa_program | Chih-Wei Huang | 2015-04-22 | 1 | -0/+1 |
* | android: build the Mesa IR -> NIR translator | Emil Velikov | 2015-04-22 | 1 | -1/+2 |
* | android: add gallium dirs to more places in the tree | Emil Velikov | 2015-04-22 | 1 | -1/+3 |
* | android: add $(mesa_top)/src include to the whole of mesa | Emil Velikov | 2015-04-22 | 1 | -1/+0 |
* | nir: Fix per-component negation in prog_to_nir's SWZ handling. | Kenneth Graunke | 2015-04-21 | 1 | -7/+18 |
* | mesa/program: remove dead code | Marek Olšák | 2015-04-16 | 2 | -81/+0 |
* | i965: Create NIR during LinkShader() and ProgramStringNotify(). | Kenneth Graunke | 2015-04-11 | 1 | -0/+5 |
* | nir: Constify prog_to_nir's gl_program pointer. | Kenneth Graunke | 2015-04-10 | 2 | -3/+3 |
* | nir: Allocate dereferences out of their parent instruction or deref. | Kenneth Graunke | 2015-04-07 | 1 | -5/+4 |
* | program: Remove unused emit_scs(). | Matt Turner | 2015-04-06 | 1 | -98/+0 |
* | glsl: Remove never used sin_reduced/cos_reduced. | Matt Turner | 2015-04-06 | 1 | -6/+0 |
* | nir: Use _mesa_flsll(InputsRead) in prog->nir. | Kenneth Graunke | 2015-04-01 | 1 | -2/+2 |
* | nir: In prog->nir, don't wrap dot products with ptn_channel(..., X). | Kenneth Graunke | 2015-04-01 | 1 | -4/+4 |
* | mesa: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+0 |
* | nir: Implement a Mesa IR -> NIR translator. | Kenneth Graunke | 2015-03-27 | 3 | -0/+1136 |
* | mesa: reorder prog_instruction | Dave Airlie | 2015-03-21 | 1 | -3/+3 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 4 | -6/+6 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 1 | -0/+1 |
* | mesa/program: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 4 | -12/+12 |
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 1 | -1/+0 |
* | mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c | Brian Paul | 2015-02-28 | 1 | -0/+3 |
* | mesa: trim down #includes in compiler.h | Brian Paul | 2015-02-26 | 1 | -1/+1 |
* | mesa: include stdarg.h only where it's used | Brian Paul | 2015-02-26 | 1 | -0/+2 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -15/+15 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 1 | -9/+9 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -2/+3 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 10 | -77/+77 |
* | glsl/ir: Add builtin function support for doubles | Dave Airlie | 2015-02-19 | 1 | -0/+11 |
* | mesa: add double uniform support. (v5) | Dave Airlie | 2015-02-19 | 1 | -2/+24 |
* | Revert use of Mesa IR optimizer for ARB_fragment_programs | Carl Worth | 2015-02-12 | 1 | -3/+0 |
* | program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program. | Matt Turner | 2015-02-11 | 2 | -97/+0 |
* | glsl: Improve precision of mod(x,y) | Iago Toral Quiroga | 2015-02-03 | 1 | -2/+2 |
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | mesa: Build with subdir-objects. | Matt Turner | 2015-01-23 | 1 | -2/+0 |
* | mesa: Add assert to check number of vector elements | Jan Vesely | 2015-01-21 | 1 | -0/+1 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 3 | -5/+5 |
* | mesa: remove comparisons that are always true | Jan Vesely | 2015-01-21 | 2 | -3/+0 |
* | mesa: Add iterate method for string_to_uint_map | Tapani Pälli | 2015-01-16 | 1 | -0/+34 |
* | program: remove extern "C" usage in sampler.cpp | Brian Paul | 2014-12-16 | 1 | -5/+4 |
* | program: remove extern "C" around #includes | Brian Paul | 2014-12-16 | 1 | -4/+3 |
* | program: add #ifndef SAMPLER_H wrapper | Brian Paul | 2014-12-16 | 1 | -0/+7 |
* | mesa: put extern "C" in src/mesa/program/*h header files | Brian Paul | 2014-12-16 | 4 | -0/+43 |