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: Simplify the built-in function linking code.
Kenneth Graunke
2013-12-01
5
-32
/
+29
*
glsl: Create an accessor for the built-in function shader.
Kenneth Graunke
2013-12-01
2
-2
/
+13
*
glsl: Drop crazy looping from no_matching_function_error().
Kenneth Graunke
2013-12-01
1
-16
/
+23
*
glsl: Merge "candidates are: " message to the previous line.
Kenneth Graunke
2013-12-01
1
-6
/
+4
*
glsl: Drop unused call_ir parameter from generate_call().
Kenneth Graunke
2013-12-01
1
-8
/
+6
*
glsl: Remove useless iteration through function parameters.
Kenneth Graunke
2013-12-01
1
-6
/
+0
*
glsl: Remove unused field loop_variable_state::loop.
Paul Berry
2013-11-29
1
-5
/
+0
*
glsl: Improve documentation of ir_loop counter/control fields.
Paul Berry
2013-11-29
1
-6
/
+28
*
glsl: In ir_validate, check that ir_loop::counter always refers to a new var.
Paul Berry
2013-11-29
1
-0
/
+13
*
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
2013-11-29
3
-2
/
+9
*
glsl: Teach ir_variable_refcount about ir_loop::counter variables.
Paul Berry
2013-11-29
2
-0
/
+22
*
glsl: Link glcpp with math library.
Vinson Lee
2013-11-27
1
-1
/
+3
*
glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.
Francisco Jerez
2013-11-26
1
-0
/
+2
*
glsl/linker: Validate IR just before reparenting.
Paul Berry
2013-11-26
1
-0
/
+5
*
glsl: Fix lowering of direct assignment in lower_clip_distance.
Paul Berry
2013-11-26
1
-0
/
+5
*
glsl: Improve error message when attemping assignment to unsized array
Timothy Arceri
2013-11-23
1
-2
/
+8
*
mesa: Remove the ralloc canary on release builds.
Eric Anholt
2013-11-22
1
-0
/
+6
*
glsl: Fix interstage uniform interface block link error detection.
Paul Berry
2013-11-21
3
-32
/
+62
*
glsl: Fix cross-version linking between VS and GS.
Paul Berry
2013-11-21
1
-4
/
+23
*
glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.
Paul Berry
2013-11-21
5
-1
/
+60
*
glsl: Use more portable bash invocation construct.
Vinson Lee
2013-11-20
26
-26
/
+26
*
glsl: cleanup, remove duplicate assignment
Tapani Pälli
2013-11-17
1
-1
/
+0
*
glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.
Eric Anholt
2013-11-15
1
-3
/
+4
*
glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.
Eric Anholt
2013-11-15
1
-1
/
+3
*
glsl: Move the CSE equality functions to the ir class.
Eric Anholt
2013-11-15
4
-179
/
+222
*
glsl: Rework interface block linking.
Paul Berry
2013-11-15
1
-20
/
+251
*
glsl: fix missing breaks in equals(ir_texture,..)
Chris Forbes
2013-11-10
1
-0
/
+2
*
glsl: Linker support for ARB_shader_atomic_counters.
Francisco Jerez
2013-11-07
4
-1
/
+306
*
glsl: Implement parser support for atomic counters.
Francisco Jerez
2013-11-07
6
-6
/
+103
*
glsl: Enable dFdx, dFdy, and fwidth by default in GLSL ES 3.00.
Kenneth Graunke
2013-11-07
1
-1
/
+2
*
glsl: Don't generate misleading debug names when packing gs inputs.
Paul Berry
2013-11-04
1
-4
/
+3
*
glsl: Add new builtins required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-0
/
+18
*
mesa: Add infrastructure for GL_ARB_sample_shading
Anuj Phogat
2013-11-01
4
-0
/
+7
*
glsl: Add a CSE pass.
Eric Anholt
2013-11-01
5
-0
/
+608
*
glsl: fix MSVC int->bool conversion warning
Brian Paul
2013-10-31
1
-1
/
+1
*
glsl: Move layout(location) checks to AST-to-HIR conversion
Ian Romanick
2013-10-30
3
-22
/
+43
*
glsl: Slightly restructure error generation in validate_explicit_location
Ian Romanick
2013-10-30
1
-11
/
+11
*
glsl: Make mode_string function globally available
Ian Romanick
2013-10-30
3
-23
/
+46
*
glsl: Eliminate the global check in validate_explicit_location
Ian Romanick
2013-10-30
1
-3
/
+2
*
glsl: Extract explicit location code from apply_type_qualifier_to_variable
Ian Romanick
2013-10-30
1
-75
/
+84
*
glsl: fix crash introduced by the previous commit
Marek Olšák
2013-10-30
1
-1
/
+1
*
glsl: break the gl_FragData array into separate gl_FragData[i] variables
Marek Olšák
2013-10-29
1
-33
/
+134
*
glsl: Fix the function inlining pass to deal with general opaque arguments.
Francisco Jerez
2013-10-29
1
-33
/
+33
*
glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...
Francisco Jerez
2013-10-29
5
-0
/
+89
*
glsl: Basic support for built-in intrinsics.
Francisco Jerez
2013-10-29
4
-11
/
+64
*
glsl: Add type predicate to check whether a type contains any opaque types.
Francisco Jerez
2013-10-29
3
-0
/
+27
*
glsl: Add new atomic_uint built-in GLSL type.
Francisco Jerez
2013-10-29
10
-1
/
+49
*
glsl: Add extension enables for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
2
-0
/
+3
[next]