index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Initialize per_vertex_accumulator::fields.
Vinson Lee
2013-10-18
1
-1
/
+2
*
glsl: Fix MSVC build (missing strcasecmp())
Paul Berry
2013-10-17
1
-1
/
+7
*
glsl: In update_max_array_access, fix interface instance check.
Paul Berry
2013-10-17
1
-3
/
+3
*
glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL.
Paul Berry
2013-10-17
1
-15
/
+59
*
glsl: Optimize mul(a, -1) into neg(a).
Matt Turner
2013-10-16
1
-0
/
+23
*
glsl: Add new GLSL 1.50 constants.
Paul Berry
2013-10-15
3
-0
/
+51
*
glsl: fix signed/unsigned comparison warning
Brian Paul
2013-10-11
1
-1
/
+1
*
glsl: Remove extraneous .dir-locals.el
Ian Romanick
2013-10-11
1
-3
/
+0
*
glsl: Don't allow gl_PerVertex to be redeclared after it's been used.
Paul Berry
2013-10-10
1
-0
/
+53
*
glsl: Support redeclaration of GS gl_PerVertex input.
Paul Berry
2013-10-10
1
-2
/
+21
*
glsl: Catch redeclaration of interface block instance names at compile time.
Paul Berry
2013-10-10
1
-2
/
+8
*
glsl: Support redeclaration of VS and GS gl_PerVertex output.
Paul Berry
2013-10-10
1
-2
/
+60
*
glsl: Error check redeclarations of gl_PerVertex.
Paul Berry
2013-10-10
1
-0
/
+60
*
glsl: Make it possible to disable a variable in the symbol table.
Paul Berry
2013-10-10
2
-0
/
+23
*
glsl: Add an ir_variable::reinit_interface_type() function.
Paul Berry
2013-10-10
1
-0
/
+25
*
glsl: Generalize processing of variable redeclarations.
Paul Berry
2013-10-10
1
-8
/
+7
*
glsl: Don't allow invalid identifiers as struct names.
Paul Berry
2013-10-10
1
-0
/
+2
*
glsl: Don't allow invalid identifiers as interface block instance names.
Paul Berry
2013-10-10
1
-0
/
+3
*
glsl: Don't allow invalid identifier names in struct/interface fields.
Paul Berry
2013-10-10
1
-3
/
+9
*
glsl: Don't allow invalid identifiers as interface block names.
Paul Berry
2013-10-10
1
-0
/
+4
*
glsl: Don't allow unnamed interface blocks to redeclare variables.
Paul Berry
2013-10-10
1
-0
/
+3
*
glsl: Refactor code to check that identifier names are valid.
Paul Berry
2013-10-10
1
-33
/
+32
*
glsl: Account for location field when comparing interface blocks.
Paul Berry
2013-10-10
1
-0
/
+3
*
glsl: Construct gl_PerVertex interfaces for GS and VS outputs.
Paul Berry
2013-10-10
1
-7
/
+19
*
glsl: Refactor code for creating gl_PerVertex interface block.
Paul Berry
2013-10-10
1
-23
/
+49
*
glsl: Fix block name of built-in gl_PerVertex interface block.
Paul Berry
2013-10-10
1
-1
/
+1
*
glsl: Construct gl_in with a location of -1.
Paul Berry
2013-10-10
1
-1
/
+1
*
glsl: Modify array_sizing_visitor to handle unnamed interface blocks.
Paul Berry
2013-10-09
2
-2
/
+88
*
glsl: Update call_link_visitor to update max_ifc_array_access.
Paul Berry
2013-10-09
1
-12
/
+25
*
glsl/linker: Modify array_sizing_visitor to handle named interface blocks.
Paul Berry
2013-10-09
2
-6
/
+87
*
glsl: Update ir_variable::max_ifc_array_access properly.
Paul Berry
2013-10-09
1
-0
/
+37
*
glsl: Sanity check max_ifc_array_access in ir_validate::visit(ir_variable *).
Paul Berry
2013-10-09
1
-0
/
+20
*
glsl: Add an ir_variable::max_ifc_array_access field.
Paul Berry
2013-10-09
3
-1
/
+25
*
glsl: Make accessor functions for ir_variable::interface_type.
Paul Berry
2013-10-09
9
-33
/
+51
*
glsl: Move update of max_array_access into a separate function.
Paul Berry
2013-10-09
1
-17
/
+30
*
glsl: Add parser support for unsized arrays in interface blocks.
Paul Berry
2013-10-09
1
-0
/
+6
*
glsl: Rename the fourth argument to get_interface_instance.
Paul Berry
2013-10-09
2
-5
/
+5
*
glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.
Bryan Cain
2013-10-08
1
-60
/
+193
*
glsl/gs: add gl_in support to builtin_variables.cpp.
Paul Berry
2013-10-08
1
-2
/
+31
*
glsl: Keep track of location for interface block fields.
Paul Berry
2013-10-08
5
-37
/
+50
*
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
2013-10-07
6
-1
/
+47
*
glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+21
*
glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
Matt Turner
2013-10-07
1
-0
/
+21
*
glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
5
-0
/
+38
*
glsl_compiler: Enable any extension that any Mesa driver enables
Ian Romanick
2013-10-07
1
-1
/
+8
*
glsl_compiler: Sort extensions by name
Ian Romanick
2013-10-07
1
-8
/
+11
*
glsl_compiler: Always log the compiler diagnostics
Ian Romanick
2013-10-07
1
-1
/
+3
*
glsl_compiler: Set max GLSL version on the command line
Ian Romanick
2013-10-07
1
-12
/
+173
*
glsl_compiler: Use no_argument instead of 0 in getopt_long options
Ian Romanick
2013-10-07
1
-5
/
+5
*
glsl_compiler: Re-enable building glsl_compiler
Ian Romanick
2013-10-07
2
-3
/
+14
[next]