index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glsl_parser_extras.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
glsl: add support for GL_OES_EGL_image_external
Chia-I Wu
1
-0
/
+1
2011-10-25
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
1
-2
/
+21
2011-09-23
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
1
-0
/
+2
2011-09-08
glsl: Don't do structure splitting until link time.
Eric Anholt
1
-1
/
+1
2011-08-25
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
1
-0
/
+1
2011-06-28
glsl: Rewrote _mesa_glsl_process_extension to use table-driven logic.
Paul Berry
1
-109
/
+218
2011-06-03
AST dump: fixed printing of conditionals.
Paul Berry
1
-1
/
+1
2011-05-09
glsl: Add compiler support for ARB_shader_texture_lod.
Kenneth Graunke
1
-0
/
+8
2011-05-03
mesa: implement AMD_shader_stencil_export
Marek Olšák
1
-0
/
+10
2011-04-13
glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass.
Eric Anholt
1
-1
/
+1
2011-04-11
glsl: Make GL_ARB_shader_stencil_export enable block be similar to other blocks
Ian Romanick
1
-7
/
+7
2011-04-11
glsl: Only let a shader enable GL_ARB_draw_instanced if the driver supports it
Ian Romanick
1
-6
/
+5
2011-02-28
glsl: Enable GL_OES_texture_3D extension for ES2.
Kenneth Graunke
1
-0
/
+5
2011-02-08
glsl: Disable the new copy propagation pass until it gets fixed.
Eric Anholt
1
-1
/
+1
2011-02-04
glsl: Add a new opt_copy_propagation variant that does it channel-wise.
Eric Anholt
1
-0
/
+1
2011-02-01
glsl: Fix memory error when creating the supported version string.
Kenneth Graunke
1
-1
/
+1
2011-01-31
glsl: Reject shader versions not supported by the implementation
Ian Romanick
1
-0
/
+32
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-11
/
+9
2011-01-26
glsl: Enable AMD_conservative_depth in parser
Chad Versace
1
-0
/
+7
2011-01-18
glsl: Skip the rest of loop unrolling if no loops were found.
Eric Anholt
1
-2
/
+4
2011-01-15
Merge branch 'draw-instanced'
Brian Paul
1
-0
/
+9
2010-12-08
glsl: add support for system values and GL_ARB_draw_instanced
Brian Paul
1
-0
/
+9
2010-12-01
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
1
-0
/
+1
2010-11-19
glsl: Combine many instruction lowering passes into one.
Kenneth Graunke
1
-1
/
+1
2010-10-20
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
1
-1
/
+0
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
1
-2
/
+2
2010-10-13
glsl: add support for shader stencil export
Dave Airlie
1
-0
/
+8
2010-10-08
glsl: Add parser support for GL_ARB_explicit_attrib_location layouts
Ian Romanick
1
-0
/
+7
2010-10-08
glsl: Wrap ast_type_qualifier contents in a struct in a union
Ian Romanick
1
-12
/
+12
2010-09-18
glsl: Properly handle nested structure types.
Kenneth Graunke
1
-0
/
+5
2010-09-13
glsl2: Add pass to remove redundant jumps
Ian Romanick
1
-0
/
+2
2010-09-13
glsl: add continue/break/return unification/elimination pass (v2)
Luca Barbieri
1
-1
/
+1
2010-09-08
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
1
-2
/
+2
2010-09-08
glsl: Require a context in _mesa_glsl_parse_state.
Chia-I Wu
1
-56
/
+21
2010-09-07
glsl: Accept language version 100 and make it the default on ES2.
Kenneth Graunke
1
-0
/
+8
2010-09-07
glsl: Set default language version in mesa_glsl_parse_state constructor.
Kenneth Graunke
1
-0
/
+3
2010-09-03
glsl2: Add module to perform simple loop unrolling
Ian Romanick
1
-0
/
+1
2010-09-03
glsl2: Perform initial bits of loop analysis during compilation
Ian Romanick
1
-0
/
+5
2010-08-24
glsl: Include main/core.h.
Chia-I Wu
1
-1
/
+1
2010-08-18
glsl2: Free the shader compiler at dri screen destruction.
Eric Anholt
1
-0
/
+30
2010-08-13
glsl2: Add a pass to strip out noop swizzles.
Eric Anholt
1
-0
/
+1
2010-08-13
glsl2: Move the common optimization passes to a helper function.
Eric Anholt
1
-0
/
+35
2010-08-05
glsl2: Enable all supported extensions in stand-alone compiler
Ian Romanick
1
-0
/
+5
2010-07-30
ast: Initialize location data in constructor of all ast_node objects.
Carl Worth
1
-1
/
+3
2010-07-28
glsl2: Parser support for GL_ARB_fragment_coord_conventions
Ian Romanick
1
-0
/
+7
2010-07-22
glsl2: Fix standalone compiler to not crash horribly.
Kenneth Graunke
1
-0
/
+23
2010-07-20
glsl2: Add a constructor for _mesa_glsl_parse_state
Ian Romanick
1
-0
/
+41
2010-07-18
glsl2: Fix warning from always-false assert not being known to not return.
Eric Anholt
1
-0
/
+1
2010-07-01
glsl2: Conditionally allow optional extensions to be enabled
Ian Romanick
1
-0
/
+6
2010-07-01
glsl2: Initialize ast_declarator_list::invariant in constructor
Ian Romanick
1
-0
/
+1
[next]