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
/
glsl
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl: Add an ir_expression triop constructor with type inference.
Kenneth Graunke
2013-09-09
1
-0
/
+5
*
glsl: Initialize lod_info in the ir_texture constructor.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-3
/
+6
*
glsl: Add a method to tell whether a built-in is available.
Kenneth Graunke
2013-09-09
1
-0
/
+3
*
glsl: Convert ir_function_signature::is_builtin to a method.
Kenneth Graunke
2013-09-09
1
-2
/
+2
*
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
2013-09-09
1
-1
/
+13
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
1
-0
/
+7
*
glsl: support compilation of geometry shaders
Bryan Cain
2013-08-01
1
-0
/
+3
*
glsl: add ir_emit_vertex and ir_end_primitive instruction types
Bryan Cain
2013-08-01
1
-0
/
+51
*
glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.
Paul Berry
2013-08-01
1
-1
/
+1
*
glsl: Add ir_variable fields for explicit bindings.
Kenneth Graunke
2013-07-18
1
-0
/
+15
*
glsl: Make _mesa_print_ir() available from anything including ir.h.
Eric Anholt
2013-06-21
1
-0
/
+8
*
glsl: Make some files safe to include from C
Paul Berry
2013-06-21
1
-0
/
+4
*
glsl: Add ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-1
/
+10
*
glsl: Add ir_binop_vector_extract
Ian Romanick
2013-05-13
1
-1
/
+9
*
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
Matt Turner
2013-05-06
1
-0
/
+18
*
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
Matt Turner
2013-05-06
1
-1
/
+20
*
glsl: Add virtual function ir_instruction::as_jump()
Paul Berry
2013-04-24
1
-0
/
+7
*
glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.
Paul Berry
2013-04-09
1
-1
/
+2
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-1
/
+3
*
glsl ir: add as_dereference_record
Jordan Justen
2013-03-25
1
-0
/
+6
*
Replace gl_frag_attrib 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
-1
/
+1
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+4
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-0
/
+7
*
glsl: Consolidate ir_expression constructors that use explicit types.
Kenneth Graunke
2013-02-28
1
-9
/
+4
*
glsl: Initialize ir_texture member variable.
Vinson Lee
2013-02-13
1
-2
/
+2
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Remove ir_variable::uniform_block
Ian Romanick
2013-01-25
1
-10
/
+0
*
glsl: Add a predicate to determine whether a variable is an interface block
Ian Romanick
2013-01-25
1
-0
/
+27
*
glsl: Add ir_variable::interface_type field
Ian Romanick
2013-01-25
1
-1
/
+9
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-0
/
+8
*
glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)
Chad Versace
2013-01-24
1
-0
/
+31
*
glsl: Fix typo in comment
Chad Versace
2013-01-24
1
-1
/
+1
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-4
/
+6
*
glsl: Create a field to store fractional varying locations.
Paul Berry
2012-12-14
1
-0
/
+9
*
glsl/linker: Make separate ir_variable field to mean "unmatched".
Paul Berry
2012-12-14
1
-0
/
+9
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-1
/
+9
*
glsl: Fix ir_last_opcode value.
Ian Romanick
2012-07-30
1
-1
/
+1
*
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
2012-07-20
1
-1
/
+12
*
glsl: Initialize coordinate to NULL in ir_texture constructor.
Kenneth Graunke
2012-07-12
1
-1
/
+2
*
glsl: Remove unused ir_loop_jump::loop pointer.
Kenneth Graunke
2012-07-02
1
-4
/
+0
*
glsl: fix comment typo
Brian Paul
2012-06-26
1
-1
/
+1
*
glsl: Add unary operation ir_unop_f2u.
Paul Berry
2012-06-15
1
-0
/
+1
*
glsl: Add is_basis function
Matt Turner
2012-06-12
1
-4
/
+22
*
glsl: Clean up warnings about deleting classes without virtual destructors.
Eric Anholt
2012-06-08
1
-0
/
+10
*
glsl: New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
2012-06-07
1
-11
/
+15
*
glsl: Change built-in constant expression evaluation to run the IR.
Olivier Galibert
2012-05-08
1
-0
/
+15
*
glsl: Add an origin pointer in the function signature object.
Olivier Galibert
2012-05-08
1
-0
/
+3
*
glsl: Add methods to copy parts of one ir_constant into another.
Olivier Galibert
2012-05-08
1
-0
/
+25
[prev]
[next]