index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+7
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
1
-0
/
+30
*
prog_to_nir: Fix fragment depth writes.
Kenneth Graunke
2015-06-06
1
-3
/
+19
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
2
-7
/
+7
*
mesa: remove useless gl_compute_program_state::Current
Marek Olšák
2015-06-05
1
-3
/
+0
*
mesa: remove unused geometry shader variables
Marek Olšák
2015-06-05
1
-9
/
+0
*
prog_to_nir: Make RSQ properly take the absolute value of its argument.
Kenneth Graunke
2015-06-04
1
-1
/
+2
*
main: fix a regression in uniform handling introduced by 87a4bc5
Martin Peres
2015-06-04
1
-1
/
+1
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-2
/
+7
*
program: Replace gl_inst_opcode with enum prog_opcode.
Matt Turner
2015-06-03
4
-16
/
+16
*
program: Remove dead Aux field from prog_instruction.
Matt Turner
2015-06-03
1
-3
/
+0
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
10
-30
/
+18
*
prog_to_nir: Remove OPCODE_MOV special case.
Matt Turner
2015-06-02
1
-1
/
+1
*
prog_to_nir: Remove from op_trans[] opcodes handled in the switch.
Matt Turner
2015-06-02
1
-7
/
+7
*
Fix an unused variable warning
Jason Ekstrand
2015-05-25
1
-2
/
+0
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
1
-30
/
+35
*
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
[next]