aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add ir node for barrierChris Forbes2015-06-121-0/+7
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-0/+30
* prog_to_nir: Fix fragment depth writes.Kenneth Graunke2015-06-061-3/+19
* mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAMMarek Olšák2015-06-052-7/+7
* mesa: remove useless gl_compute_program_state::CurrentMarek Olšák2015-06-051-3/+0
* mesa: remove unused geometry shader variablesMarek Olšák2015-06-051-9/+0
* prog_to_nir: Make RSQ properly take the absolute value of its argument.Kenneth Graunke2015-06-041-1/+2
* main: fix a regression in uniform handling introduced by 87a4bc5Martin Peres2015-06-041-1/+1
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-041-2/+7
* program: Replace gl_inst_opcode with enum prog_opcode.Matt Turner2015-06-034-16/+16
* program: Remove dead Aux field from prog_instruction.Matt Turner2015-06-031-3/+0
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-0310-30/+18
* prog_to_nir: Remove OPCODE_MOV special case.Matt Turner2015-06-021-1/+1
* prog_to_nir: Remove from op_trans[] opcodes handled in the switch.Matt Turner2015-06-021-7/+7
* Fix an unused variable warningJason Ekstrand2015-05-251-2/+0
* prog_to_nir: Use a variable for uniform dataJason Ekstrand2015-05-231-30/+35
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-141-2/+2
* prog_to_nir: OPCODE_EXP is not nir_op_fexpIan Romanick2015-05-081-1/+1
* mesa/cs: Update program.c for compute shaders.Paul Berry2015-05-021-0/+3
* mesa/cs: Add inline functions for dealing with compute shaders.Paul Berry2015-05-021-0/+22
* Fix a few typosZoë Blade2015-04-272-3/+3
* android: export the path of the generated headersChih-Wei Huang2015-04-221-0/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-2/+1
* android: fix a building error of libmesa_programChih-Wei Huang2015-04-221-0/+1
* android: build the Mesa IR -> NIR translatorEmil Velikov2015-04-221-1/+2
* android: add gallium dirs to more places in the treeEmil Velikov2015-04-221-1/+3
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-1/+0
* nir: Fix per-component negation in prog_to_nir's SWZ handling.Kenneth Graunke2015-04-211-7/+18
* mesa/program: remove dead codeMarek Olšák2015-04-162-81/+0
* i965: Create NIR during LinkShader() and ProgramStringNotify().Kenneth Graunke2015-04-111-0/+5
* nir: Constify prog_to_nir's gl_program pointer.Kenneth Graunke2015-04-102-3/+3
* nir: Allocate dereferences out of their parent instruction or deref.Kenneth Graunke2015-04-071-5/+4
* program: Remove unused emit_scs().Matt Turner2015-04-061-98/+0
* glsl: Remove never used sin_reduced/cos_reduced.Matt Turner2015-04-061-6/+0
* nir: Use _mesa_flsll(InputsRead) in prog->nir.Kenneth Graunke2015-04-011-2/+2
* nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).Kenneth Graunke2015-04-011-4/+4
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* nir: Implement a Mesa IR -> NIR translator.Kenneth Graunke2015-03-273-0/+1136
* mesa: reorder prog_instructionDave Airlie2015-03-211-3/+3
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-114-6/+6
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-024-12/+12
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+0
* mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.cBrian Paul2015-02-281-0/+3
* mesa: trim down #includes in compiler.hBrian Paul2015-02-261-1/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+2
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-241-1/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-15/+15
* mesa: replace FLOORF with floorfBrian Paul2015-02-241-9/+9
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-2/+3