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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add remaining signatures for 'max' builtin.
Kenneth Graunke
2010-06-09
2
-0
/
+78
*
Add remaining signatures for 'min' builtin.
Kenneth Graunke
2010-06-09
2
-0
/
+78
*
Add remaining signatures for 'mod' builtin.
Kenneth Graunke
2010-06-09
2
-0
/
+78
*
ir_function_cloning_visitor: Add support for ir_texture.
Kenneth Graunke
2010-06-09
2
-3
/
+23
*
Don't call _mesa_glsl_initialize_types for every builtin function.
Kenneth Graunke
2010-06-09
2
-7
/
+1
*
Only initialize types after #extension directives have been processed.
Kenneth Graunke
2010-06-09
2
-10
/
+8
*
Commit output of texture_builtins.py and refresh builtin_function.cpp.
Kenneth Graunke
2010-06-09
14
-7
/
+3041
*
texture_builtins.py: Support the EXT_texture_array extension.
Kenneth Graunke
2010-06-09
1
-1
/
+30
*
Add EXT_texture_array support.
Kenneth Graunke
2010-06-09
3
-0
/
+29
*
generate_builtins.pl: Support stage-specific builtins even for extensions.
Kenneth Graunke
2010-06-09
1
-12
/
+15
*
texture_builtins.py: Fixes for Array variants.
Kenneth Graunke
2010-06-09
1
-5
/
+9
*
texture_builtins.py: Add support for 130 Proj variants.
Kenneth Graunke
2010-06-09
1
-0
/
+36
*
Add a python script to generate texture builtins.
Kenneth Graunke
2010-06-09
1
-0
/
+229
*
generate_builtins.pl: Support directiories for each extension.
Kenneth Graunke
2010-06-09
1
-11
/
+14
*
generate_builtins.pl: Support _fs directories as well as _vs.
Kenneth Graunke
2010-06-09
1
-1
/
+3
*
Set the type of ir_texture properly; infer it from the sampler type.
Kenneth Graunke
2010-06-09
5
-2
/
+30
*
ir_reader: Add support for reading ir_texture.
Kenneth Graunke
2010-06-09
1
-1
/
+149
*
ir_reader: Refactor reading of dereferences for later reuse.
Kenneth Graunke
2010-06-09
1
-8
/
+26
*
Add stub visitor support for ir_texture.
Kenneth Graunke
2010-06-09
8
-0
/
+67
*
ir_print_visitor: Add support for ir_texture.
Kenneth Graunke
2010-06-09
2
-0
/
+50
*
Add mappings between ir_texture_opcode and strings.
Kenneth Graunke
2010-06-09
2
-0
/
+31
*
Define IR instruction for texture look-ups
Ian Romanick
2010-06-09
1
-0
/
+77
*
Use array delete operator to delete an array
Ian Romanick
2010-06-09
1
-1
/
+1
*
Bump GL_MAX_TEXTURE_COORDS from 2 to 4
Ian Romanick
2010-06-07
1
-9
/
+12
*
Only allow global precision qualifier for int and float
Ian Romanick
2010-06-07
1
-0
/
+7
*
Fix parsing of precision qualifiers
Ian Romanick
2010-06-07
1
-7
/
+45
*
Don't process empty shaders
Ian Romanick
2010-06-07
1
-2
/
+3
*
Generate an error on empty declaration lists
Ian Romanick
2010-06-07
1
-2
/
+7
*
Check variable mode when comparing qualifier lists.
Kenneth Graunke
2010-06-04
1
-0
/
+1
*
ir_dereference_array always operates on an r-value
Ian Romanick
2010-06-02
1
-9
/
+1
*
There is no class ir_label, so there's no need for ir_instruction::as_label
Ian Romanick
2010-06-02
1
-1
/
+0
*
Remove some cruft from the Makefile
Ian Romanick
2010-06-02
1
-3
/
+0
*
Add builtin gl_LightSource[].
Eric Anholt
2010-06-01
1
-1
/
+10
*
builtins: Add support for reflect().
Eric Anholt
2010-06-01
2
-0
/
+120
*
builtins: Add ftransform().
Eric Anholt
2010-06-01
3
-2
/
+36
*
Allow arrays of floats as varyings.
Eric Anholt
2010-06-01
1
-4
/
+13
*
gl_Normal is a vec3 not a vec4.
Eric Anholt
2010-06-01
1
-1
/
+1
*
builtins: Add the mix(gentype, gentype, float) variant.
Eric Anholt
2010-06-01
2
-0
/
+42
*
Handle GLSL 1.20 implicit type conversions.
Eric Anholt
2010-06-01
1
-9
/
+20
*
builtins: Add atan().
Eric Anholt
2010-06-01
2
-0
/
+312
*
builtins: Add asin().
Eric Anholt
2010-06-01
2
-0
/
+182
*
ir_constant_expression: Handle several floating point unops.
Eric Anholt
2010-06-01
1
-0
/
+97
*
ir_constant_variable: New pass to mark constant-assigned variables constant.
Eric Anholt
2010-06-01
5
-0
/
+262
*
ir_constant_folding: Look at instructions in functions.
Eric Anholt
2010-06-01
1
-1
/
+4
*
ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.
Eric Anholt
2010-06-01
4
-0
/
+100
*
ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.
Eric Anholt
2010-06-01
5
-2
/
+176
*
ir_expression_flattening: Handle flattening values out of swizzles, too.
Eric Anholt
2010-06-01
1
-12
/
+30
*
ir_expression_flattening: Fix breakage from hierarchichal visitor.
Eric Anholt
2010-06-01
1
-0
/
+30
*
Reimplement ir_function_inlining_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-26
1
-139
/
+43
*
Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-26
1
-105
/
+45
[next]