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
/
ir_to_mesa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-9
/
+9
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-7
/
+7
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-5
/
+5
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-7
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-2
/
+4
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-38
/
+4
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
1
-0
/
+2
*
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+1
*
glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+2
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
1
-0
/
+3
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+3
*
mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
2013-10-01
1
-1
/
+1
*
glsl: Remove unused pointer value.
Vinson Lee
2013-09-24
1
-1
/
+1
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-2
/
+14
*
i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Kenneth Graunke
2013-09-21
1
-11
/
+1
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
1
-0
/
+1
*
glsl: Add conditional-select IR.
Matt Turner
2013-09-09
1
-0
/
+1
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
1
-0
/
+1
*
mesa: Refactor copying of linked program data.
Paul Berry
2013-08-01
1
-4
/
+1
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+14
*
glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.
Paul Berry
2013-08-01
1
-1
/
+1
*
glsl: Remove redundant writes to prog->LinkStatus
Paul Berry
2013-07-30
1
-1
/
+0
*
mesa: renumber shader indices according to their placement in pipeline
Marek Olšák
2013-07-02
1
-7
/
+3
*
mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
2013-06-21
1
-63
/
+0
*
mesa: Move shader compiler API code to shaderapi.c
Eric Anholt
2013-06-21
1
-31
/
+0
*
mesa: Fix missing setting of shader->IsES.
Eric Anholt
2013-06-21
1
-0
/
+1
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
1
-4
/
+1
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-5
/
+4
*
mesa: fix GLSL program objects with more than 16 samplers combined
Marek Olšák
2013-05-28
1
-4
/
+11
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
glsl: Add ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
glsl: Add ir_binop_vector_extract
Ian Romanick
2013-05-13
1
-0
/
+1
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
1
-2
/
+5
*
mesa/program: 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
/
+9
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-0
/
+3
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-2
/
+2
*
mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
Matt Turner
2013-02-28
1
-2
/
+5
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-1
/
+5
*
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
2013-02-04
1
-2
/
+2
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter
Ian Romanick
2013-01-25
1
-2
/
+6
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-1
/
+1
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+2
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-4
/
+10
[next]