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 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
*
glsl: Don't return a value from check_builtin_array_max_size
Ian Romanick
2013-04-08
2
-5
/
+2
*
glsl: Remove some unnecessary uses of error_emitted
Ian Romanick
2013-04-08
1
-15
/
+4
*
glsl: Refactor handling of ast_array_index to a separate function
Ian Romanick
2013-04-08
4
-162
/
+205
*
glsl: Make check_build_array_max_size externally visible
Ian Romanick
2013-04-08
2
-1
/
+5
*
glsl: Add an optimization pass to flatten simple nested if blocks.
Kenneth Graunke
2013-04-04
4
-0
/
+106
*
Revert "glsl: Replace constant-index vector array accesses with swizzles"
Paul Berry
2013-04-02
2
-83
/
+83
*
glsl: Fix array indexing when constant folding built-in functions.
Paul Berry
2013-04-02
1
-1
/
+1
*
GLSL: fix lower_jumps to report progress properly
Aras Pranckevicius
2013-04-01
1
-1
/
+3
*
glsl: Generated masked write instead of vector array index for UBO lowering
Ian Romanick
2013-03-29
1
-7
/
+3
*
glsl: Replace open-coded dot-product with dot
Ian Romanick
2013-03-29
1
-4
/
+5
*
glsl: Replace constant-index vector array accesses with swizzles
Ian Romanick
2013-03-29
2
-87
/
+87
*
glsl: Add missing bool case in glsl_type::get_scalar_type
Ian Romanick
2013-03-29
1
-0
/
+2
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
15
-18
/
+96
*
glsl ir: add as_dereference_record
Jordan Justen
2013-03-25
1
-0
/
+6
*
mesa: Disable validate_ir_tree() on release builds.
Eric Anholt
2013-03-25
2
-2
/
+6
*
glsl: Add built-in functions for GLSL 1.50.
Kenneth Graunke
2013-03-20
2
-0
/
+1145
*
glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.
Kenneth Graunke
2013-03-20
2
-1
/
+12
*
glsl: Bump standalone compiler versions to 1.50.
Kenneth Graunke
2013-03-20
2
-3
/
+3
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
5
-23
/
+22
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
5
-15
/
+15
*
mesa: Report ARB_debug_output for both shader errors and warnings.
Eric Anholt
2013-03-05
3
-10
/
+9
[next]