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 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
*
glsl: Add frexp signatures and implementation.
Matt Turner
2013-09-17
1
-0
/
+56
*
glsl: Add ldexp_to_arith lowering pass.
Matt Turner
2013-09-17
2
-0
/
+129
*
glsl: Allow vectors to be created from ir_constant().
Matt Turner
2013-09-17
3
-29
/
+41
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
5
-0
/
+41
*
glsl/tests: Update .gitignore for new unit test.
Kenneth Graunke
2013-09-16
1
-0
/
+1
*
glsl/tests: Add a test for properties of sampler types.
Kenneth Graunke
2013-09-15
2
-0
/
+114
*
glsl/builtins: Fix {texture1D,texture2D,shadow1D}ArrayLod availibility.
Paul Berry
2013-09-13
1
-5
/
+5
*
mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
2013-09-13
4
-6
/
+6
*
glsl: Use sampler_coordinate_components instead of passing it by hand.
Kenneth Graunke
2013-09-11
1
-450
/
+450
*
glsl: Add a new glsl_type::sampler_coordinate_components() function.
Kenneth Graunke
2013-09-11
2
-0
/
+47
*
glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
2013-09-11
1
-0
/
+31
*
glsl: Add missing va_end in builtin_builder::add_function.
Vinson Lee
2013-09-10
1
-0
/
+1
*
glsl: Initialize builtin_builder member variables.
Vinson Lee
2013-09-10
1
-0
/
+3
*
glsl: fix variadic macro for MSVC
Brian Paul
2013-09-09
1
-2
/
+2
*
glsl: remove struct keyword from ir_variable declarations
Brian Paul
2013-09-09
1
-4
/
+4
*
glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
2013-09-09
4
-7
/
+38
*
glsl: Use conditional-select in mix().
Matt Turner
2013-09-09
1
-8
/
+8
*
glsl: Add conditional-select IR.
Matt Turner
2013-09-09
6
-0
/
+36
*
glsl: Rename ir_function_signature::builtin_info to builtin_avail.
Kenneth Graunke
2013-09-09
3
-7
/
+7
*
glsl: Add missing type inference for ir_binop_bfm.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Delete old built-in function generation code.
Kenneth Graunke
2013-09-09
135
-11595
/
+0
*
glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
2013-09-09
8
-249
/
+21
*
glsl: Switch to the new built-in function module.
Kenneth Graunke
2013-09-09
3
-29
/
+4
*
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
[next]