summaryrefslogtreecommitdiff
path: root/src/mesa/program
AgeCommit message (Expand)Author
2011-03-17mesa: one more missing pre-generated fileChia-I Wu
2011-03-17mesa: add more pre-generated filesChia-I Wu
2011-03-15mesa: use BITFIELD64_BIT() macroBrian Paul
2011-03-14ir_to_mesa: do not check the number of uniforms against hw limitsMarek Olšák
2011-03-12Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt
2011-03-11prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt
2011-03-11mesa: test against MaxUniformComponents in check_resources()Brian Paul
2011-03-11mesa: move location of some geometry program limitsBrian Paul
2011-03-11mesa: use check_resources() to check program against limitsBrian Paul
2011-03-02mesa: added gl_program_constants::MaxAddressOffsetBrian Paul
2011-03-02mesa: increase INST_INDEX_BITS to 12Brian Paul
2011-03-01mesa: Fix build breakage caused by c73e6ceIan Romanick
2011-03-01Add generated parser / lexer files to gitignore listsIan Romanick
2011-03-01mesa: Remove files generated by flex and bison from GITIan Romanick
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick
2011-02-17mesa: Do copy propagation across if-else-endif.José Fonseca
2011-02-11ir_to_mesa: Don't dereference a NULL pointer during copy propagationIan Romanick
2011-02-08mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.Eric Anholt
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-26glsl: use 'this' pointer to be consistentBrian Paul
2011-01-26glsl: remove needless conditionalBrian Paul
2011-01-26glsl: move ir_var_out codeBrian Paul
2011-01-26glsl: move ir_var_system_value codeBrian Paul
2011-01-26glsl: use local var to simplify code a bitBrian Paul
2011-01-26mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace
2011-01-25ir_to_mesa: Add several assertions about sizes of arraysIan Romanick
2011-01-21ra: Use the same context when realloc'ing arrays.Kenneth Graunke
2011-01-18ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt
2011-01-18ra: Remove unused "name" field in regs.Eric Anholt
2011-01-18ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt
2011-01-18ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt
2011-01-18ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-14ir_to_mesa: Fix segfaults on ir_to_mesa invocation after MSVC change.Eric Anholt
2011-01-14mesa: Dynamically allocate acp array in ir_to_mesa_visitor::copy_propagate.Vinson Lee
2011-01-14mesa: Add channel-wise copy propagation to ir_to_mesa.Eric Anholt
2011-01-09mesa: Include mfeatures.h in program.c.Vinson Lee
2010-12-27glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke
2010-12-18mesa: Clean up header file inclusion in prog_statevars.h.Vinson Lee
2010-12-14mesa: more program debug codeBrian Paul
2010-12-14mesa: Clean up header file inclusion in prog_optimize.h.Vinson Lee
2010-12-14mesa: Clean up header file inclusion in prog_cache.h.Vinson Lee
2010-12-14mesa: Clean up header file inclusion in nvvertparse.h.Vinson Lee
2010-12-13ir_to_mesa: Don't generate swizzles for record derefs of non-scalar/vectorsIan Romanick
2010-12-11mesa: Clean up header file inclusion in nvfragparse.h.Vinson Lee
2010-12-11mesa: Clean up header file inclusion in ir_to_mesa.h.Vinson Lee
2010-12-10mesa: implement system values in program interpreterBrian Paul
2010-12-09mesa: Clean up header file inclusion in arbprogparse.h.Vinson Lee
2010-12-08mesa: ir_to_mesa support for system valuesBrian Paul