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
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
17
-148
/
+148
*
glsl: Optimize pow(2, x) --> exp2(x).
Kenneth Graunke
2014-01-07
1
-0
/
+11
*
glsl: Refactor is_zero/one/negative_one into an is_value() method.
Kenneth Graunke
2014-01-07
2
-68
/
+23
*
glsl: Optimize pow(1.0, X) --> 1.0.
Kenneth Graunke
2014-01-07
1
-0
/
+6
*
glsl: rename min(), max() functions to fix MSVC build
Brian Paul
2014-01-06
3
-7
/
+7
*
mesa: enable AMD_shader_trinary_minmax
Maxence Le Doré
2014-01-06
1
-1
/
+1
*
glsl: implement mid3 built-in function
Maxence Le Doré
2014-01-06
1
-0
/
+38
*
glsl: implement max3 built-in function
Maxence Le Doré
2014-01-06
1
-0
/
+38
*
glsl: Implement min3 built-in function
Maxence Le Doré
2014-01-06
1
-0
/
+38
*
glsl: add min() and max() functions to builder.cpp
Maxence Le Doré
2014-01-06
2
-0
/
+13
*
glsl: add a shader_trinary_minmax predicate
Maxence Le Doré
2014-01-06
1
-0
/
+6
*
glsl: Add extension tracking for AMD_shader_trinary_minmax
Maxence Le Doré
2014-01-06
3
-0
/
+6
*
glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
2014-01-02
6
-1
/
+51
*
glcpp: Replace multi-line comment with a space (even as part of macro definit...
Carl Worth
2014-01-02
8
-9
/
+48
*
glcpp: Add a more descriptive comment for the SKIP state manipulation
Carl Worth
2014-01-02
1
-5
/
+36
*
glsl: Fix gl_type of usamplerCube built-in type.
Paul Berry
2013-12-30
1
-1
/
+1
*
mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.
Paul Berry
2013-12-30
2
-7
/
+14
*
glsl: Remove extraneous shader_type argument from analyze_clip_usage().
Paul Berry
2013-12-30
1
-4
/
+5
*
glsl: Get rid of hardcoded arrays of shader target names.
Paul Berry
2013-12-30
2
-15
/
+9
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
5
-30
/
+30
*
Report that no function found if signature lookup is empty
Kevin Rogovin
2013-12-20
1
-9
/
+16
*
Use line number information from entire function expression
Kevin Rogovin
2013-12-20
1
-1
/
+1
*
glsl: Replace _mesa_glsl_parser_targets enum with gl_shader_type.
Paul Berry
2013-12-17
6
-81
/
+75
*
glsl: Don't return bad values from _mesa_shader_type_to_index.
Paul Berry
2013-12-17
1
-1
/
+1
*
glsl: add gl_SampleMaskIn[] builtin
Chris Forbes
2013-12-14
1
-0
/
+4
*
glsl: modify ir_clone to use memcpy
Tapani Pälli
2013-12-12
1
-20
/
+3
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
22
-357
/
+366
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
36
-272
/
+273
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
17
-73
/
+81
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
40
-195
/
+35
*
glsl/loops: Stop creating normatively bound loops in loop_controls.
Paul Berry
2013-12-09
3
-20
/
+41
*
glsl/loops: Get rid of loop_variable_state::max_iterations.
Paul Berry
2013-12-09
3
-38
/
+19
*
glsl/loops: Simplify loop unrolling logic by breaking into functions.
Paul Berry
2013-12-09
1
-108
/
+184
*
glsl/loops: Move some analysis from loop_controls to loop_analysis.
Paul Berry
2013-12-09
3
-80
/
+125
*
glsl/loops: Allocate loop_terminator using new(mem_ctx) syntax.
Paul Berry
2013-12-09
1
-1
/
+1
*
glsl/loops: Remove unnecessary list walk from loop_control_visitor.
Paul Berry
2013-12-09
2
-33
/
+39
*
glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.
Paul Berry
2013-12-09
2
-12
/
+4
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
42
-239
/
+88
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
3
-0
/
+119
*
glsl: In loop analysis, handle unconditional second assignment.
Paul Berry
2013-12-09
1
-3
/
+4
*
glsl: Fix handling of function calls inside nested loops.
Paul Berry
2013-12-09
1
-7
/
+7
*
glsl: Fix loop analysis of nested loops.
Paul Berry
2013-12-09
2
-17
/
+29
*
glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).
Paul Berry
2013-12-09
2
-25
/
+71
*
glsl: Populate gl_fragment_program::IsSample bitfield
Chris Forbes
2013-12-07
1
-1
/
+4
*
glsl: Put `sample`-qualified varyings in their own packing classes
Chris Forbes
2013-12-07
1
-1
/
+1
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
13
-4
/
+60
*
glsl: Add frontend support for `sample` auxiliary storage qualifier
Chris Forbes
2013-12-07
5
-4
/
+13
*
glsl: Don't emit empty declaration warning for a struct specifier
Ian Romanick
2013-12-06
1
-1
/
+1
*
glsl: Use fabs() on floating point values.
Matt Turner
2013-12-04
1
-2
/
+2
*
glsl: Remove silly OR(..., 0x0) from ldexp() lowering.
Matt Turner
2013-12-04
1
-3
/
+1
[next]