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
/
ir_to_mesa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change return type of try_emit_* methods to bool.
Kai Wasserbäch
2011-08-25
1
-4
/
+4
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-2
/
+5
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
1
-0
/
+1
*
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
Kenneth Graunke
2011-08-19
1
-2
/
+2
*
ir_to_mesa: Emit a MAD(b, -a, b) for !a && b
Ian Romanick
2011-08-16
1
-0
/
+52
*
ir_to_mesa: Implement ir_binop_all_equal using DP4 w/SGE
Ian Romanick
2011-08-16
1
-1
/
+12
*
ir_to_mesa: Implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT
Ian Romanick
2011-08-16
1
-2
/
+20
*
ir_to_mesa: Implement ir_unop_any using DP4 w/saturate or DP4 w/SLT
Ian Romanick
2011-08-16
1
-4
/
+23
*
ir_to_mesa: Make ir_to_mesa_visitor::emit_dp return the instruction
Ian Romanick
2011-08-16
1
-7
/
+7
*
ir_to_mesa: Implement ir_binop_logic_or using an add w/saturate or add w/SLT
Ian Romanick
2011-08-16
1
-4
/
+21
*
ir_to_mesa: Implement ir_unop_logic_not using 1-x
Ian Romanick
2011-08-16
1
-1
/
+7
*
ir_to_mesa: Replace open-coded swizzle_for_size()
Eric Anholt
2011-08-05
1
-8
/
+1
*
ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.
Eric Anholt
2011-08-05
1
-4
/
+24
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-4
/
+4
|
\
|
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
1
-4
/
+4
*
|
ir_to_mesa: Emit warnings instead of errors for IR that can't be lowered
Ian Romanick
2011-08-02
1
-4
/
+24
*
|
ir_to_mesa: Use Add linker_error instead of fail_link
Ian Romanick
2011-08-02
1
-31
/
+22
*
|
ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
Ian Romanick
2011-07-23
1
-1
/
+1
*
|
ir_to_mesa: Add each relative address to the previous
Ian Romanick
2011-07-23
1
-0
/
+12
*
|
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: Include shader target in dumps of GLSL source.
Eric Anholt
2011-05-27
1
-1
/
+2
*
ir_to_mesa: Emit TXD instruction.
Kenneth Graunke
2011-05-09
1
-2
/
+11
*
ir_to_mesa: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-3
/
+2
*
ir_to_mesa: silence signed/unsigned comparison warnings
Brian Paul
2011-04-11
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
*
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: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
1
-20
/
+0
*
ir_to_mesa: do not check the number of uniforms against hw limits
Marek Olšák
2011-03-14
1
-5
/
+3
*
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: Do copy propagation across if-else-endif.
José Fonseca
2011-02-17
1
-2
/
+28
*
ir_to_mesa: Don't dereference a NULL pointer during copy propagation
Ian Romanick
2011-02-11
1
-0
/
+3
*
mesa: Fix the Mesa IR copy propagation to not read past writes to the reg.
Eric Anholt
2011-02-08
1
-7
/
+40
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-21
/
+21
*
glsl: use 'this' pointer to be consistent
Brian Paul
2011-01-26
1
-1
/
+1
*
glsl: remove needless conditional
Brian Paul
2011-01-26
1
-14
/
+10
*
glsl: move ir_var_out code
Brian Paul
2011-01-26
1
-7
/
+7
*
glsl: move ir_var_system_value code
Brian Paul
2011-01-26
1
-5
/
+5
*
glsl: use local var to simplify code a bit
Brian Paul
2011-01-26
1
-22
/
+23
[next]