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: Allow int -> uint implicit conversions on function parameters
Chris Forbes
2014-06-04
1
-3
/
+16
*
glsl: Pass parse state to can_implicitly_convert_to()
Chris Forbes
2014-06-04
4
-6
/
+8
*
glsl: Pass parse state to parameter_lists_match()
Chris Forbes
2014-06-04
1
-2
/
+3
*
glsl: Add support for int -> uint implicit conversions
Chris Forbes
2014-06-04
1
-0
/
+8
*
glsl: Clean up apply_implicit_conversion
Chris Forbes
2014-06-04
1
-27
/
+31
*
glsl: Allow `precise` as a parameter qualifier
Chris Forbes
2014-06-04
1
-2
/
+10
*
glsl: Disallow `precise` redeclarations of vars from outer scopes
Chris Forbes
2014-06-04
1
-0
/
+9
*
glsl: Add support for `precise` redeclarations
Chris Forbes
2014-06-04
4
-7
/
+47
*
glsl: add support for `precise` in type_qualifier
Chris Forbes
2014-06-04
5
-8
/
+48
*
glsl: remove outdated comment, move sample to correct block
Chris Forbes
2014-06-04
1
-3
/
+3
*
glsl: Make most ir_instruction::as_subclass() functions non-virtual.
Matt Turner
2014-06-03
1
-109
/
+52
*
glsl: Move ir_type_unset to end of enumeration.
Matt Turner
2014-06-03
2
-7
/
+3
*
glsl: Reorder ir_type_* enum for easier comparisons.
Matt Turner
2014-06-03
1
-7
/
+7
*
glsl: Remove useless call to as_rvalue().
Matt Turner
2014-06-03
1
-1
/
+1
*
glsl: Set ir_instruction::ir_type in the base class constructor
Ian Romanick
2014-06-03
2
-54
/
+57
*
scons: add common.c as part of glcpp build
Tapani Pälli
2014-05-30
1
-1
/
+1
*
glcpp: link with tests/common.c
Tapani Pälli
2014-05-30
1
-0
/
+1
*
glsl: Add null check in loop_analysis.cpp
Juha-Pekka Heikkila
2014-05-30
1
-2
/
+4
*
glsl/tests: remove generated tests from the repo
Connor Abbott
2014-05-28
49
-696
/
+2
*
glsl/tests: call create_test_cases.py in optimization-test
Connor Abbott
2014-05-28
1
-0
/
+8
*
glsl/tests/lower_jumps: fix generated sexpr's for loops
Connor Abbott
2014-05-28
1
-1
/
+1
*
glsl: be more consistent about printing constants
Connor Abbott
2014-05-28
23
-48
/
+40
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
5
-9
/
+17
*
glsl: fix use-after free bug/crash in ast_declarator_list::hir()
Brian Paul
2014-05-28
1
-1
/
+5
*
glsl: Add C-callable fprint_ir function.
Matt Turner
2014-05-15
2
-0
/
+10
*
glsl: simplify the M_PI*f macros, fixes build on OpenBSD
Jonathan Gray
2014-05-13
1
-5
/
+3
*
ralloc: Omit detailed license information about talloc.
José Fonseca
2014-05-13
1
-4
/
+3
*
glsl: Do not call lhs->variable_referenced() multiple times
Iago Toral Quiroga
2014-05-13
1
-3
/
+2
*
glsl: the number of samplers is already calculated so use it
Timothy Arceri
2014-05-13
1
-2
/
+1
*
glsl: Rename linker's is_varying_var
Chris Forbes
2014-05-10
1
-3
/
+3
*
linker: Fix consumer_inputs_with_locations indexing
Ian Romanick
2014-05-07
2
-10
/
+9
*
glsl: fix bogus layout qualifier warnings
Tapani Pälli
2014-05-06
1
-4
/
+7
*
mesa: Add _mesa_error_no_memory for logging out-of-memory messages
Ian Romanick
2014-05-02
3
-3
/
+43
*
glsl: make static constant variables "static const"
Chia-I Wu
2014-05-02
5
-37
/
+38
*
glsl: add lowering passes for carry/borrow
Ilia Mirkin
2014-05-02
2
-0
/
+60
*
mesa: Eliminate gl_shader_program::InternalSeparateShader
Ian Romanick
2014-05-02
1
-2
/
+1
*
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
2014-05-02
4
-4
/
+9
*
glsl: Sort the list of extensions
Ian Romanick
2014-05-02
2
-62
/
+85
*
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
2014-05-02
1
-6
/
+1
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
2
-4
/
+2
*
linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...
Ian Romanick
2014-05-02
2
-20
/
+103
*
linker: Sort shader I/O variables into a canonical order
Ian Romanick
2014-05-02
1
-4
/
+74
*
linker: Allow geometry shader without vertex shader for separable programs
Ian Romanick
2014-05-02
1
-1
/
+2
*
linker: Assign varying locations for separable programs
Ian Romanick
2014-05-02
2
-3
/
+30
*
linker: Allow consumer stage or producer stage to be NULL
Ian Romanick
2014-05-02
1
-25
/
+46
*
linker: Refactor code that gets an input matching an output
Ian Romanick
2014-05-02
2
-17
/
+114
*
glsl: Exit when the shader IR contains an interface block instance
Ian Romanick
2014-05-02
2
-31
/
+63
*
glsl/tests: Add first simple tests of populate_consumer_input_sets
Ian Romanick
2014-05-02
2
-1
/
+248
*
linker: Refactor code that builds hash tables of varyings during linking
Ian Romanick
2014-05-02
1
-20
/
+33
*
linker: Make lower_packed_varyings work with explicit locations
Ian Romanick
2014-05-02
1
-1
/
+6
[prev]
[next]