index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ir_to_mesa: remove unused 'target' variable
Brian Paul
2014-12-12
1
-1
/
+0
*
program: Delete dead _mesa_realloc_instructions.
Matt Turner
2014-12-08
2
-21
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
2
-8
/
+2
*
ir_to_mesa: Remove sat to clamp lowering pass
Abdiel Janulgue
2014-12-08
1
-3
/
+1
*
mesa: remove unused functions in prog_execute.c
Brian Paul
2014-12-01
1
-74
/
+0
*
mesa: Drop unused NV_fragment_program opcodes.
Eric Anholt
2014-11-24
4
-177
/
+0
*
mesa: Drop unused SFL/STR opcodes.
Eric Anholt
2014-11-24
3
-16
/
+0
*
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
[next]