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
/
mesa
/
program
/
ir_to_mesa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-0
/
+3
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-2
/
+2
*
mesa: add switch case for ir_txf_ms to silence warning
Brian Paul
2013-03-02
1
-0
/
+3
*
ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
Matt Turner
2013-02-28
1
-2
/
+5
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-1
/
+5
*
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
2013-02-04
1
-2
/
+2
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter
Ian Romanick
2013-01-25
1
-2
/
+6
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
1
-1
/
+1
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
1
-0
/
+2
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
1
-4
/
+10
*
glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)
Chad Versace
2013-01-24
1
-1
/
+11
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-5
/
+2
*
glcpp: Accept pointer to GL context rather than just the API version
Carl Worth
2013-01-11
1
-1
/
+1
*
mesa: Remove dead program_parameter::Flags field.
Kenneth Graunke
2012-10-16
1
-1
/
+1
*
ir_to_mesa: make some global variable static
Dave Airlie
2012-09-15
1
-3
/
+3
*
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
2012-09-15
1
-1
/
+1
*
ir_to_mesa: Don't whack the ->location field of uniform block variables.
Eric Anholt
2012-08-07
1
-1
/
+1
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+4
*
ir_to_mesa: make size_swizzles[] array static const
Brian Paul
2012-07-31
1
-1
/
+1
*
glsl: Merge the lists of uniform blocks into the linked shader program.
Eric Anholt
2012-07-20
1
-0
/
+6
*
mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.
Paul Berry
2012-07-20
1
-4
/
+0
*
ir_to_mesa: Add support for ir_unop_f2u to ir_to_mesa backend.
Paul Berry
2012-06-15
1
-0
/
+1
*
glsl: Bitwise conversion operator support in the software renderers.
Olivier Galibert
2012-06-07
1
-0
/
+5
*
ir_to_mesa: Don't set initial uniform values again
Ian Romanick
2012-05-23
1
-104
/
+0
*
ir_to_mesa: Propagate initial values in _mesa_associate_uniform_storage
Ian Romanick
2012-05-23
1
-0
/
+9
*
ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.
Vinson Lee
2012-04-12
1
-1
/
+1
*
ir_to_mesa: Remove pretense of support for function calls.
Kenneth Graunke
2012-04-09
1
-181
/
+5
*
glsl: Remove ir_call::get_callee() and set_callee().
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
linker: Calculate used samplers and shadow samplers in the linker
Ian Romanick
2012-01-11
1
-27
/
+4
*
linker: Calculate the sampler to texture target mapping during linking
Ian Romanick
2012-01-11
1
-5
/
+3
*
mesa: set the gl_FragDepth layout in the GLSL linker
Marek Olšák
2011-11-19
1
-23
/
+6
*
ir_to_mesa: don't init unfirom if link failed
Yuanhan Liu
2011-11-15
1
-1
/
+3
*
glsl: Remove resource count checks from ir_to_mesa and st_glsl_to_tgsi
Ian Romanick
2011-11-14
1
-55
/
+0
*
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
-18
/
+29
*
ir_to_mesa: Add _mesa_associate_uniform_storage
Ian Romanick
2011-11-07
1
-0
/
+71
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+3
*
ir_to_mesa: Let check_resources halt compilation
Ian Romanick
2011-10-28
1
-6
/
+17
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-1
/
+1
*
ir_to_mesa: Use uniform_field_visitor to add all struct fields to parameter list
Ian Romanick
2011-10-25
1
-12
/
+38
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
1
-2
/
+4
*
ir_to_mesa: Generate gl_program_parameter list by walking the GLSL IR.
Ian Romanick
2011-10-18
1
-100
/
+63
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
1
-3
/
+4
*
mesa: Simplify calling Driver.ProgramStringNotify after previous refactors
Ian Romanick
2011-10-07
1
-22
/
+11
*
mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgram
Ian Romanick
2011-10-07
1
-4
/
+2
*
mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgram
Ian Romanick
2011-10-07
1
-3
/
+2
*
mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgram
Ian Romanick
2011-10-07
1
-3
/
+2
*
mesa: Remove unused gl_program::Attributes
Ian Romanick
2011-10-04
1
-9
/
+0
*
ir_to_mesa: Don't assertion fail on integer modulus.
Kenneth Graunke
2011-10-02
1
-1
/
+4
[next]