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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add AMD_vertex_shader_layer support
Jordan Justen
2013-05-13
4
-0
/
+37
*
glsl: Death to array dereferences of vectors!
Ian Romanick
2013-05-13
3
-169
/
+32
*
glsl: Generate correct ir_binop_vector_extract code for out and inout parameters
Ian Romanick
2013-05-13
1
-47
/
+102
*
glsl: Use vector-insert and vector-extract on elements of gl_ClipDistanceMESA
Ian Romanick
2013-05-13
1
-6
/
+60
*
glsl: Remove some stale comments about ir_call
Ian Romanick
2013-05-13
1
-6
/
+2
*
glsl: Convert lower_clip_distance_visitor to be an ir_rvalue_visitor
Ian Romanick
2013-05-13
1
-23
/
+33
*
glsl: Generate ir_binop_vector_extract for indexing of vectors
Ian Romanick
2013-05-13
1
-4
/
+16
*
glsl: Convert ir_binop_vector_extract in the LHS to ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+24
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
4
-0
/
+142
*
glsl: Lower ir_binop_vector_extract to conditional moves
Ian Romanick
2013-05-13
1
-1
/
+31
*
glsl: Lower ir_binop_vector_extract to swizzle
Ian Romanick
2013-05-13
1
-0
/
+45
*
glsl: Refactor part of convert_vec_index_to_cond_assign
Ian Romanick
2013-05-13
1
-20
/
+37
*
glsl: Add ir_triop_vector_insert
Ian Romanick
2013-05-13
4
-1
/
+45
*
glsl: Add ir_binop_vector_extract
Ian Romanick
2013-05-13
4
-5
/
+54
*
glsl: Fix "make check" breakage after adding options to do_common_optimization.
Paul Berry
2013-05-13
1
-5
/
+9
*
glsl: Add a pass to flip matrix/vector multiplies to use dot products.
Kenneth Graunke
2013-05-12
4
-0
/
+128
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
4
-4
/
+9
*
glsl: Initialize ctx->ShaderCompilerOptions in standalone scaffolding.
Kenneth Graunke
2013-05-12
1
-0
/
+12
*
glsl: Copy _mesa_shader_type_to_index() to standalone scaffolding.
Kenneth Graunke
2013-05-12
1
-0
/
+17
*
glsl: fix the value of gl_MaxFragmentUniformVectors
Marek Olšák
2013-05-11
1
-1
/
+1
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
3
-8
/
+8
*
glsl: Add a pass to lower bitfield-insert into bfm+bfi.
Matt Turner
2013-05-06
5
-0
/
+72
*
glsl: Add constant evaluation of bit built-ins.
Matt Turner
2013-05-06
1
-1
/
+125
*
glsl: Add support for new bit built-ins in ARB_gpu_shader5.
Matt Turner
2013-05-06
4
-5
/
+56
*
glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5.
Matt Turner
2013-05-06
7
-0
/
+342
*
glsl: Rework ir_reader to handle expressions with four operands.
Matt Turner
2013-05-06
1
-4
/
+6
*
mesa: Add infrastructure for ARB_gpu_shader5.
Matt Turner
2013-05-06
5
-0
/
+8
*
glsl: Flip around "if" statements with empty "then" blocks.
Eric Anholt
2013-05-05
1
-1
/
+26
*
build: remove unused API_DEFINES
Andreas Boll
2013-05-01
1
-2
/
+1
*
glsl: Ignore redundant prototypes after a function's been defined.
Kenneth Graunke
2013-04-30
1
-4
/
+11
*
glsl: Teach basic block analysis about break/continue/discard.
Paul Berry
2013-04-24
1
-1
/
+1
*
glsl: Add virtual function ir_instruction::as_jump()
Paul Berry
2013-04-24
1
-0
/
+7
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
ralloc: Move declarations before statements.
José Fonseca
2013-04-18
1
-2
/
+4
*
ralloc: don't write to memory in case of alloc fail.
Dave Airlie
2013-04-18
1
-0
/
+2
*
glsl: Fix hypothetical NULL dereference related to process_array_type
Ian Romanick
2013-04-12
1
-1
/
+5
*
glsl: Fix hypothetical NULL dereference in ast_process_structure_or_interface...
Ian Romanick
2013-04-12
1
-3
/
+8
*
glsl: Fix (and validate) comment above glsl_type::name.
Paul Berry
2013-04-11
2
-2
/
+5
*
glsl/linker: Reduce scope of non-flat integer varying fix.
Paul Berry
2013-04-09
1
-4
/
+3
*
glsl/linker: Adapt flat varying handling in preparation for geometry shaders.
Paul Berry
2013-04-09
1
-10
/
+20
*
glsl: Document lower_packed_varyings' "flat" requirement with an assert.
Paul Berry
2013-04-09
1
-0
/
+8
*
glsl/linker: fix varying packing for non-flat integer varyings.
Paul Berry
2013-04-09
1
-0
/
+19
*
glsl: Check the size of ir_print_visitor's mode[] array with STATIC_ASSERT.
Paul Berry
2013-04-09
2
-1
/
+3
*
glsl: Fix ir_print_visitor's handling of interpolation qualifiers.
Paul Berry
2013-04-09
1
-1
/
+3
*
glsl: Don't early-out for error-type inputs
Ian Romanick
2013-04-08
3
-15
/
+11
*
glsl: Don't emit spurious errors for constant indexes of the wrong type
Ian Romanick
2013-04-08
1
-2
/
+2
*
glsl: Collect all of the non-constant index error checks together
Ian Romanick
2013-04-08
1
-45
/
+42
*
glsl: Minor code compaction in _mesa_ast_array_index_to_hir
Ian Romanick
2013-04-08
1
-9
/
+8
[next]