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
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir_to_mesa: typo fix in a comment.
Eric Anholt
2011-07-11
1
-3
/
+3
*
ir_to_mesa: Allocate temporary instructions on the visitor's ralloc context
Ian Romanick
2011-07-06
1
-16
/
+12
*
ir_to_mesa: "Support" u2f, i2u, and u2i operations by doing nothing.
Kenneth Graunke
2011-06-29
1
-1
/
+3
*
mesa: set parameter list StateFlags field in _mesa_layout_parameters()
Pierre-Eric Pelloux-Prayer
2011-05-27
1
-0
/
+1
*
mesa: Include shader target in dumps of GLSL source.
Eric Anholt
2011-05-27
1
-1
/
+2
*
mesa: Don't append fog code for programs that don't output color.
José Fonseca
2011-05-11
1
-0
/
+6
*
ir_to_mesa: Emit TXD instruction.
Kenneth Graunke
2011-05-09
1
-2
/
+11
*
mesa: document instructions ir_to_mesa emits
Marek Olšák
2011-05-09
1
-14
/
+14
*
mesa: replace ONE_DIV_LN2 constant with M_LOG2E
Matt Turner
2011-05-06
1
-1
/
+1
*
mesa,st/mesa: fix WPOS adjustment
Christoph Bumiller
2011-05-03
2
-3
/
+3
*
ir_to_mesa: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-3
/
+2
*
ra: Add ra_set_node_reg()
Tom Stellard
2011-04-30
2
-4
/
+25
*
mesa: Add a bunch of documentation to the register allocator.
Eric Anholt
2011-04-29
1
-3
/
+65
*
prog_print: Add support for printing the TXD opcode.
Kenneth Graunke
2011-04-28
1
-0
/
+7
*
mesa: emit more info in program parser error message
Brian Paul
2011-04-27
1
-1
/
+5
*
hash_table: Add an iterator for doing things like cleanup of the HT.
Eric Anholt
2011-04-26
2
-0
/
+26
*
mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.
Eric Anholt
2011-04-23
1
-3
/
+8
*
mesa: Kill gl_fragment_program::FogOption with fire
Ian Romanick
2011-04-21
4
-26
/
+30
*
prog_optimize: Add simplify CMP optimization pass
Tom Stellard
2011-04-16
1
-0
/
+78
*
prog_optimize: get_src_arg_mask() respect writemask for more opcodes
Tom Stellard
2011-04-16
1
-0
/
+11
*
mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.
Eric Anholt
2011-04-13
1
-0
/
+10
*
mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.
Eric Anholt
2011-04-13
2
-0
/
+30
*
ir_to_mesa: silence signed/unsigned comparison warnings
Brian Paul
2011-04-11
1
-2
/
+2
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-1
/
+1
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-2
/
+2
*
ir_to_mesa: Use gl_register_file enum type rather than 'int'.
Kenneth Graunke
2011-04-05
1
-5
/
+5
*
ir_to_mesa: Unprefix ir_to_mesa_undef* and ir_to_mesa_address_reg.
Kenneth Graunke
2011-04-05
1
-17
/
+13
*
ir_to_mesa: Use emit overloads to avoid passing undef registers.
Kenneth Graunke
2011-04-05
1
-4
/
+3
*
ir_to_mesa: Rename ir_to_mesa_emit_*_opX methods to emit_*.
Kenneth Graunke
2011-04-05
1
-211
/
+147
*
ir_to_mesa: Use constructors to convert between src_reg and dst_reg.
Kenneth Graunke
2011-04-05
1
-51
/
+66
*
ir_to_mesa: Remove the "ir_to_mesa_" prefix on src_reg/dst_reg types.
Kenneth Graunke
2011-04-05
1
-121
/
+121
*
ir_to_mesa: Rename src_reg and dst_reg variables to src and dst.
Kenneth Graunke
2011-04-05
1
-104
/
+101
*
ir_to_mesa: Handle shadow compare w/projection and LOD bias correctly
Ian Romanick
2011-04-05
1
-2
/
+26
*
prog_optimize: Fix reallocating registers for shaders with loops
Tom Stellard
2011-03-31
1
-3
/
+14
*
mesa: Fix ugly indentation left from previous commit
Ian Romanick
2011-03-29
1
-16
/
+15
*
glsl: Calcluate Mesa state slots in front-end instead of back-end
Ian Romanick
2011-03-29
1
-39
/
+17
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
5
-7
/
+38
*
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
1
-20
/
+0
*
mesa: use BITFIELD64_BIT() macro
Brian Paul
2011-03-15
1
-2
/
+2
*
ir_to_mesa: do not check the number of uniforms against hw limits
Marek Olšák
2011-03-14
1
-5
/
+3
*
Revert "mesa: Convert fixed function fragment program generator to GLSL IR."
Eric Anholt
2011-03-12
1
-1
/
+1
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-03-11
1
-1
/
+1
*
prog_cache: Add some support for shader_programs in prog_cache.
Eric Anholt
2011-03-11
2
-4
/
+58
*
mesa: test against MaxUniformComponents in check_resources()
Brian Paul
2011-03-11
1
-3
/
+3
*
mesa: move location of some geometry program limits
Brian Paul
2011-03-11
1
-1
/
+1
*
mesa: use check_resources() to check program against limits
Brian Paul
2011-03-11
1
-0
/
+58
*
mesa: added gl_program_constants::MaxAddressOffset
Brian Paul
2011-03-02
2
-2
/
+5
*
mesa: increase INST_INDEX_BITS to 12
Brian Paul
2011-03-02
1
-1
/
+1
*
mesa: Fix build breakage caused by c73e6ce
Ian Romanick
2011-03-01
1
-7
/
+0
*
Add generated parser / lexer files to gitignore lists
Ian Romanick
2011-03-01
1
-0
/
+3
[next]