summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* prog_optimize: Add simplify CMP optimization passTom Stellard2011-04-161-0/+78
* prog_optimize: get_src_arg_mask() respect writemask for more opcodesTom Stellard2011-04-161-0/+11
* mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.Eric Anholt2011-04-131-0/+10
* mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2011-04-132-0/+30
* ir_to_mesa: silence signed/unsigned comparison warningsBrian Paul2011-04-111-2/+2
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-1/+1
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-2/+2
* ir_to_mesa: Use gl_register_file enum type rather than 'int'.Kenneth Graunke2011-04-051-5/+5
* ir_to_mesa: Unprefix ir_to_mesa_undef* and ir_to_mesa_address_reg.Kenneth Graunke2011-04-051-17/+13
* ir_to_mesa: Use emit overloads to avoid passing undef registers.Kenneth Graunke2011-04-051-4/+3
* ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.Kenneth Graunke2011-04-051-211/+147
* ir_to_mesa: Use constructors to convert between src_reg and dst_reg.Kenneth Graunke2011-04-051-51/+66
* ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.Kenneth Graunke2011-04-051-121/+121
* ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.Kenneth Graunke2011-04-051-104/+101
* ir_to_mesa: Handle shadow compare w/projection and LOD bias correctlyIan Romanick2011-04-051-2/+26
* prog_optimize: Fix reallocating registers for shaders with loopsTom Stellard2011-03-311-3/+14
* mesa: Fix ugly indentation left from previous commitIan Romanick2011-03-291-16/+15
* glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick2011-03-291-39/+17
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-295-7/+38
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-171-20/+0
* mesa: use BITFIELD64_BIT() macroBrian Paul2011-03-151-2/+2
* ir_to_mesa: do not check the number of uniforms against hw limitsMarek Olšák2011-03-141-5/+3
* Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt2011-03-121-1/+1
* mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt2011-03-111-1/+1
* prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2011-03-112-4/+58
* mesa: test against MaxUniformComponents in check_resources()Brian Paul2011-03-111-3/+3
* mesa: move location of some geometry program limitsBrian Paul2011-03-111-1/+1
* mesa: use check_resources() to check program against limitsBrian Paul2011-03-111-0/+58
* mesa: added gl_program_constants::MaxAddressOffsetBrian Paul2011-03-022-2/+5
* mesa: increase INST_INDEX_BITS to 12Brian Paul2011-03-021-1/+1
* mesa: Fix build breakage caused by c73e6ceIan Romanick2011-03-011-7/+0
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-011-0/+3
* mesa: Remove files generated by flex and bison from GITIan Romanick2011-03-013-9620/+0
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-1/+0
* mesa: Do copy propagation across if-else-endif.José Fonseca2011-02-171-2/+28
* ir_to_mesa: Don't dereference a NULL pointer during copy propagationIan Romanick2011-02-111-0/+3
* mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.Eric Anholt2011-02-081-7/+40
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-313-52/+47
* glsl: use 'this' pointer to be consistentBrian Paul2011-01-261-1/+1
* glsl: remove needless conditionalBrian Paul2011-01-261-14/+10
* glsl: move ir_var_out codeBrian Paul2011-01-261-7/+7
* glsl: move ir_var_system_value codeBrian Paul2011-01-261-5/+5
* glsl: use local var to simplify code a bitBrian Paul2011-01-261-22/+23
* mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IRChad Versace2011-01-261-0/+23
* ir_to_mesa: Add several assertions about sizes of arraysIan Romanick2011-01-251-0/+4
* ra: Use the same context when realloc'ing arrays.Kenneth Graunke2011-01-211-2/+2
* ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt2011-01-181-6/+6
* ra: Remove unused "name" field in regs.Eric Anholt2011-01-181-1/+0
* ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt2011-01-181-5/+6
* ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt2011-01-181-14/+21