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
/
mesa
/
state_tracker
/
st_glsl_to_tgsi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add ARB_blend_func_extended support to state tracker.
Dave Airlie
2012-04-13
1
-1
/
+1
*
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
Vinson Lee
2012-04-09
1
-0
/
+4
*
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_OUTPUT_READ
Marek Olšák
2012-02-27
1
-11
/
+2
*
st/mesa: kill off point size clamping in vertex shaders
Marek Olšák
2012-01-31
1
-49
/
+0
*
state_stracker: Fix access to uninitialized memory.
Mathias Fröhlich
2012-01-29
1
-1
/
+1
*
st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
2012-01-25
1
-5
/
+30
*
st/mesa: copy num_immediates field when copying the immediates array
Brian Paul
2012-01-19
1
-1
/
+5
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-11
/
+7
*
st/mesa: fix struct vs. class compilation warning
Brian Paul
2012-01-12
1
-1
/
+1
*
linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
2012-01-11
1
-3
/
+3
*
st/mesa: rename translate_texture_target, and make translate_opcode static.
Dave Airlie
2012-01-11
1
-1
/
+1
*
glsl_to_tgsi: add support for shadow cube map sampling.
Dave Airlie
2012-01-11
1
-2
/
+3
*
st_extensions: fixup GLSL 1.30 related enables (v3)
Dave Airlie
2012-01-11
1
-3
/
+8
*
st_glsl_to_tgsi: use ISSG and fixup IABS
Dave Airlie
2012-01-11
1
-4
/
+4
*
glsl_to_tgsi: emit IABS for absolute value of integers
Bryan Cain
2012-01-07
1
-2
/
+4
*
glsl_to_tgsi: fix emission of boolean constants
Bryan Cain
2012-01-07
1
-1
/
+1
*
glsl_to_tgsi: remove bad assertion
Bryan Cain
2012-01-07
1
-2
/
+1
*
glsl_to_tgsi: Remove the obsolete remove_output_reads pass.
Kenneth Graunke
2012-01-06
1
-84
/
+0
*
glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass.
Vincent Lejeune
2012-01-06
1
-8
/
+7
*
gallium: Make use of gl_transform_feedback_info::ComponentOffset.
Paul Berry
2012-01-05
1
-1
/
+2
*
st/mesa: add support for gl_ClipDistance
Bryan Cain
2012-01-05
1
-5
/
+43
*
glsl_to_tgsi: v2 Invalidate and revalidate uniform backing storage
Vadim Girlin
2012-01-03
1
-0
/
+25
*
glsl-to-tgsi: handle ir_unop_round_even
Christoph Bumiller
2012-01-02
1
-1
/
+4
*
glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced()
Bryan Cain
2012-01-02
1
-2
/
+7
*
glsl_to_tgsi: make sure copied instructions don't lose texture target. (v2)
Dave Airlie
2011-12-18
1
-2
/
+6
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-0
/
+27
*
glsl_to_tgsi: fix typo in comment
Bryan Cain
2011-12-13
1
-2
/
+2
*
glsl_to_tgsi: emit both operands of shift and bitwise operations
Bryan Cain
2011-12-13
1
-5
/
+5
*
st/mesa: move frag depth up a level.
Dave Airlie
2011-12-10
1
-19
/
+0
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
1
-0
/
+19
*
glsl_to_tgsi: fix a bug in eliminate_dead_code_advanced()
Bryan Cain
2011-12-08
1
-10
/
+8
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-4
/
+4
*
st/mesa: use PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-4
/
+12
*
mesa: set the gl_FragDepth layout in the GLSL linker
Marek Olšák
2011-11-19
1
-23
/
+0
*
glsl: Remove resource count checks from ir_to_mesa and st_glsl_to_tgsi
Ian Romanick
2011-11-14
1
-51
/
+0
*
st/mesa: fix system value to semantic mapping
Christoph Bumiller
2011-11-14
1
-0
/
+1
*
mesa/st: Flush stdout after pritingin the GLSL.
José Fonseca
2011-11-14
1
-0
/
+1
*
Delete code made dead by previous uniform related patches
Ian Romanick
2011-11-07
1
-1
/
+0
*
mesa: Rewrite the way uniforms are tracked and handled
Ian Romanick
2011-11-07
1
-2
/
+11
*
mesa/st: Be nice with the stack -- use malloc for large structures/arrays.
José Fonseca
2011-11-04
1
-12
/
+40
*
st/mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+3
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-1
/
+1
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
1
-1
/
+3
*
mesa/st: Backport WPOS adjustment fixes from st_mesa_to_tgsi.c to st_glsl_to_...
José Fonseca
2011-10-19
1
-51
/
+83
*
glsl_to_tgsi: Use _mesa_generate_parameters_list_for_uniforms
Ian Romanick
2011-10-18
1
-117
/
+2
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
1
-3
/
+4
*
st/mesa: kill instruction if writemask=0 in eliminate_dead_code_advanced()
Brian Paul
2011-10-13
1
-1
/
+1
*
mesa: Simplify calling Driver.ProgramStringNotify after previous refactors
Ian Romanick
2011-10-07
1
-33
/
+11
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-2
/
+2
[next]