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: 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
*
glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
2013-10-07
3
-5
/
+4
*
glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etc
Ian Romanick
2013-10-07
1
-2
/
+2
*
glsl: Count shader inputs and outputs separately
Ian Romanick
2013-10-07
3
-25
/
+91
*
glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...
Francisco Jerez
2013-10-06
1
-2
/
+2
*
glsl: add ARB_gpu_shader5's additional textureGather signatures
Chris Forbes
2013-10-06
1
-1
/
+26
*
glsl: Add support for specifying the component in textureGather
Chris Forbes
2013-10-06
8
-7
/
+42
*
glsl: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
13
-6
/
+84
*
glsl: Define isnormal for Oracle Solaris Studio.
Vinson Lee
2013-10-04
1
-0
/
+6
*
glsl: flag shaders which use gather4 at all
Chris Forbes
2013-10-03
1
-0
/
+9
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
13
-4
/
+57
*
ralloc: Remove the rzalloc-based new/delete operator definition macro.
Francisco Jerez
2013-10-01
1
-14
/
+12
*
glsl: Switch ast_type_qualifier to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
glsl: Switch ast_node to the non-zeroing allocator.
Francisco Jerez
2013-10-01
2
-2
/
+11
*
glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.
Francisco Jerez
2013-10-01
2
-3
/
+15
*
glsl: Create and use a has_uniform_buffer_objects() helper.
Kenneth Graunke
2013-09-26
3
-7
/
+8
*
glsl: Create and use a has_explicit_attrib_location() helper.
Kenneth Graunke
2013-09-26
4
-6
/
+7
*
glsl: Initialize ir_lower_jumps_visitor member variables.
Vinson Lee
2013-09-24
1
-1
/
+6
*
glsl: Initialize lower_vector_visitor::dont_lower_swz.
Vinson Lee
2013-09-24
1
-1
/
+1
*
glsl: Initialize assignment_generator member variables.
Vinson Lee
2013-09-24
1
-0
/
+6
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
32
-0
/
+112
*
glsl: Define isnormal and copysign for MSVC to fix build.
Vinson Lee
2013-09-22
1
-0
/
+14
*
glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.
Kenneth Graunke
2013-09-21
5
-121
/
+7
*
ralloc: Introduce new macros for defining C++ new/delete operators.
Kenneth Graunke
2013-09-21
1
-0
/
+26
*
glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
glsl: Delete builtin_builder::shader when destroying built-ins.
Kenneth Graunke
2013-09-19
1
-0
/
+3
*
android: Remove builtin_compiler
Adrian Negreanu
2013-09-18
1
-19
/
+0
*
glsl: Correctly validate fma()'s types.
Matt Turner
2013-09-17
1
-0
/
+6
[next]