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
/
state_tracker
/
st_glsl_to_tgsi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.
Paul Berry
2013-08-01
1
-1
/
+1
*
st/mesa: fix opcode translation for ARB_shader_bit_encoding functions
Marek Olšák
2013-07-30
1
-0
/
+7
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-3
/
+3
*
tgsi: fix-up KILP comments
Brian Paul
2013-07-12
1
-0
/
+1
*
mesa: renumber shader indices according to their placement in pipeline
Marek Olšák
2013-07-02
1
-7
/
+3
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
1
-5
/
+2
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-3
/
+2
*
glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...
Ian Romanick
2013-06-12
1
-1
/
+1
*
st/mesa: add switch cases for new IR enums to silence warnings
Brian Paul
2013-05-24
1
-0
/
+2
*
st/mesa: fix weird UCMP opcode use for bool ubo load
Roland Scheidegger
2013-05-18
1
-4
/
+2
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
1
-1
/
+1
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-1
/
+1
*
mesa/st: Don't copy propagate from swizzles.
Fabian Bieler
2013-05-08
1
-0
/
+2
*
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
Matt Turner
2013-05-06
1
-0
/
+2
*
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
Matt Turner
2013-05-06
1
-0
/
+6
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-1
/
+7
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-3
/
+14
*
st/mesa: add ir_lod case in GLSL->TGSI code to silence warning
Brian Paul
2013-03-29
1
-0
/
+3
*
glsl_to_tgsi: avoid creating arrays if driver doesn't support them
Christian König
2013-03-26
1
-1
/
+3
*
glsl_to_tgsi: make simplify_cmp work with arrays
Christian König
2013-03-26
1
-1
/
+1
*
glsl_to_tgsi: remove indirect addressing limitations
Christian König
2013-03-19
1
-33
/
+3
*
glsl_to_tgsi: allocate arrays separately v2
Christian König
2013-03-19
1
-31
/
+58
*
glsl_to_tgsi: use get_temp for all allocations
Christian König
2013-03-19
1
-13
/
+10
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-13
/
+13
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-6
/
+6
*
st/mesa: translate ir offset parameters for non-TXF opcodes.
Roland Scheidegger
2013-03-05
1
-2
/
+18
*
st/mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
Brian Paul
2013-03-01
1
-1
/
+4
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supported
Marek Olšák
2013-02-06
1
-3
/
+4
*
st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30
Marek Olšák
2013-02-06
1
-0
/
+15
*
st/mesa: do most of GLSL lowering outside of the optimization do-while loop
Marek Olšák
2013-02-06
1
-36
/
+29
*
st/mesa: remove dead code depending on EmitCondCodes
Marek Olšák
2013-02-06
1
-22
/
+2
*
st/mesa: emit SQRT opcode when driver supports it
Brian Paul
2013-02-04
1
-7
/
+21
*
st/mesa: handle new GLSL IR enumerants in switch statements
Brian Paul
2013-01-25
1
-2
/
+16
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-3
/
+5
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-10
/
+7
*
glsl_to_tgsi: emit multi-level structs and arrays properly.
Dave Airlie
2012-12-12
1
-9
/
+42
*
st_glsl_to_tgsi: fix ubo bools.
Dave Airlie
2012-12-10
1
-2
/
+19
*
st_glsl_to_tgsi: call ubo load pass earlier
Dave Airlie
2012-12-10
1
-1
/
+2
*
glsl_to_tgsi: fix texture offset translation
Dave Airlie
2012-12-10
1
-4
/
+7
*
mesa/st: add ARB_uniform_buffer_object support (v2)
Dave Airlie
2012-12-08
1
-6
/
+57
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
1
-1
/
+1
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-21
/
+46
*
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
2012-11-09
1
-1
/
+1
*
st/mesa: change glsl_to_tgsi_visitor from class to struct
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2012-10-29
1
-2
/
+19
*
Revert "glsl_to_tgsi: set correct register type for array and structure eleme...
Andreas Boll
2012-10-29
1
-19
/
+2
[next]