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
*
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
*
glsl: Simplify the built-in function linking code.
Kenneth Graunke
2013-12-01
5
-32
/
+29
*
glsl: Create an accessor for the built-in function shader.
Kenneth Graunke
2013-12-01
2
-2
/
+13
*
glsl: Drop crazy looping from no_matching_function_error().
Kenneth Graunke
2013-12-01
1
-16
/
+23
*
glsl: Merge "candidates are: " message to the previous line.
Kenneth Graunke
2013-12-01
1
-6
/
+4
*
glsl: Drop unused call_ir parameter from generate_call().
Kenneth Graunke
2013-12-01
1
-8
/
+6
*
glsl: Remove useless iteration through function parameters.
Kenneth Graunke
2013-12-01
1
-6
/
+0
*
glsl: Remove unused field loop_variable_state::loop.
Paul Berry
2013-11-29
1
-5
/
+0
*
glsl: Improve documentation of ir_loop counter/control fields.
Paul Berry
2013-11-29
1
-6
/
+28
*
glsl: In ir_validate, check that ir_loop::counter always refers to a new var.
Paul Berry
2013-11-29
1
-0
/
+13
*
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
2013-11-29
3
-2
/
+9
*
glsl: Teach ir_variable_refcount about ir_loop::counter variables.
Paul Berry
2013-11-29
2
-0
/
+22
*
glsl: Link glcpp with math library.
Vinson Lee
2013-11-27
1
-1
/
+3
*
glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.
Francisco Jerez
2013-11-26
1
-0
/
+2
*
glsl/linker: Validate IR just before reparenting.
Paul Berry
2013-11-26
1
-0
/
+5
*
glsl: Fix lowering of direct assignment in lower_clip_distance.
Paul Berry
2013-11-26
1
-0
/
+5
*
glsl: Improve error message when attemping assignment to unsized array
Timothy Arceri
2013-11-23
1
-2
/
+8
*
mesa: Remove the ralloc canary on release builds.
Eric Anholt
2013-11-22
1
-0
/
+6
*
glsl: Fix interstage uniform interface block link error detection.
Paul Berry
2013-11-21
3
-32
/
+62
*
glsl: Fix cross-version linking between VS and GS.
Paul Berry
2013-11-21
1
-4
/
+23
*
glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.
Paul Berry
2013-11-21
5
-1
/
+60
[next]