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: Write a new built-in function module.
Kenneth Graunke
2013-09-09
3
-0
/
+3528
*
glsl: Add optional parameters to the ir_factory constructor.
Kenneth Graunke
2013-09-09
1
-3
/
+3
*
glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
2013-09-09
2
-0
/
+94
*
glsl: Expose IR builder support for arbitrary swizzling.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Add a new ir_builder::dotlike() function.
Kenneth Graunke
2013-09-09
2
-0
/
+12
*
glsl: Add IR builder support for generating return statements.
Kenneth Graunke
2013-09-09
2
-0
/
+9
*
glsl: Add IR builder support for conditional assignments.
Kenneth Graunke
2013-09-09
2
-2
/
+17
*
glsl: Add IR builder support for triops.
Kenneth Graunke
2013-09-09
2
-0
/
+9
*
glsl: Add an ir_expression triop constructor with type inference.
Kenneth Graunke
2013-09-09
2
-0
/
+36
*
glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Kenneth Graunke
2013-09-09
1
-0
/
+4
*
glsl: Initialize lod_info in the ir_texture constructor.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Skip unavailable built-ins when printing out similar candidates.
Kenneth Graunke
2013-09-09
1
-0
/
+3
*
glsl: Skip unavailable built-ins when matching signatures.
Kenneth Graunke
2013-09-09
1
-0
/
+8
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
8
-17
/
+26
*
glsl: Add a method to tell whether a built-in is available.
Kenneth Graunke
2013-09-09
2
-0
/
+20
*
glsl: Mark _mesa_glsl_parse_state::is_version() as const.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
glsl: Convert ir_function_signature::is_builtin to a method.
Kenneth Graunke
2013-09-09
6
-10
/
+15
*
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
2013-09-09
4
-6
/
+30
*
glsl: propagate max_array_access through function calls
Dominik Behr
2013-09-05
1
-0
/
+32
*
glsl: Remove unused prog parameter from tfeedback_decl::init
Ian Romanick
2013-09-04
2
-5
/
+4
*
glsl: Validate qualifiers on VS color outputs with FS color inputs
Ian Romanick
2013-09-04
1
-3
/
+45
*
glsl: Copy ir_variable::assigned and ir_variable::used fields in ::clone method
Ian Romanick
2013-09-04
1
-0
/
+2
*
glsl: Refactor a bunch of the code out of cross_validate_outputs_to_inputs
Ian Romanick
2013-09-04
1
-81
/
+94
*
glsl: Reallow precision qualifiers on structure members
Ian Romanick
2013-09-04
1
-3
/
+7
*
glsl: Allow precision qualifiers for sampler types
Anuj Phogat
2013-08-29
1
-8
/
+21
*
glsl: Add heuristics to print floating-point numbers better.
Matt Turner
2013-08-29
15
-32
/
+42
*
glsl: Add built-ins from ARB_shader_bit_encoding to ARB_gpu_shader5.
Matt Turner
2013-08-27
1
-0
/
+20
*
glsl: Add support for new fma built-in in ARB_gpu_shader5.
Matt Turner
2013-08-27
4
-0
/
+20
*
glsl: Add new fma built-in IR and prototype from ARB_gpu_shader5.
Matt Turner
2013-08-27
2
-0
/
+34
*
glsl: Disallow uniform block layout qualifiers on non-uniform block vars.
Matt Turner
2013-08-26
1
-4
/
+13
*
glsl: init limit=0 to silence uninitialized var warning
Brian Paul
2013-08-26
1
-1
/
+1
*
glsl: Add built-in function prototypes for GLSL 3.30
Kenneth Graunke
2013-08-25
2
-0
/
+1169
*
glsl: Bump standalone compiler versions to 3.30.
Kenneth Graunke
2013-08-25
2
-3
/
+3
*
glsl: Refactor handling of gl_ClipDistance/gl_ClipVertex linkage rules for GS.
Paul Berry
2013-08-23
1
-29
/
+53
*
glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.
Ian Romanick
2013-08-21
1
-6
/
+12
*
glsl: Remove ubo_qualifiers_allowed variable.
Matt Turner
2013-08-21
4
-11
/
+2
*
glsl: Drop duplicate error messages.
Matt Turner
2013-08-21
1
-12
/
+1
*
glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.
Matt Turner
2013-08-21
4
-6
/
+6
*
glsl: Track existence of default float precision in GLSL ES fragment shaders
Ian Romanick
2013-08-21
2
-4
/
+68
*
glsl: Merge precision qualifiers too
Ian Romanick
2013-08-21
1
-0
/
+3
*
glsl: Pass type to is_valid_default_precision_type instead of name
Ian Romanick
2013-08-21
1
-4
/
+5
*
glsl: Use alignment of container record for its first field
Ian Romanick
2013-08-19
2
-2
/
+28
*
glsl: Add new overload of program_resource_visitor::visit_field method
Ian Romanick
2013-08-19
2
-10
/
+48
*
glsl: Disallow embedded structure definitions
Ian Romanick
2013-08-19
3
-0
/
+38
*
glsl: Add default precision qualifiers for ES builtins
Ian Romanick
2013-08-19
5
-0
/
+6
*
glsl: Remove extra "types" from error message
Ian Romanick
2013-08-19
1
-1
/
+1
*
glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACE
Marek Olšák
2013-08-18
3
-12
/
+23
*
glsl: Add i2b() and b2i() to ir_builder.
Matt Turner
2013-08-14
2
-0
/
+14
*
glsl: Add nequal() to ir_builder.
Matt Turner
2013-08-14
2
-0
/
+7
*
glsl: Add abs() to ir_builder.
Matt Turner
2013-08-14
2
-0
/
+7
[next]