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
/
prog_to_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog_to_nir: Fix fragment depth writes.
Kenneth Graunke
2015-06-06
1
-3
/
+19
*
prog_to_nir: Make RSQ properly take the absolute value of its argument.
Kenneth Graunke
2015-06-04
1
-1
/
+2
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-2
/
+2
*
prog_to_nir: Remove OPCODE_MOV special case.
Matt Turner
2015-06-02
1
-1
/
+1
*
prog_to_nir: Remove from op_trans[] opcodes handled in the switch.
Matt Turner
2015-06-02
1
-7
/
+7
*
Fix an unused variable warning
Jason Ekstrand
2015-05-25
1
-2
/
+0
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
1
-30
/
+35
*
prog_to_nir: OPCODE_EXP is not nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+1
*
nir: Fix per-component negation in prog_to_nir's SWZ handling.
Kenneth Graunke
2015-04-21
1
-7
/
+18
*
nir: Constify prog_to_nir's gl_program pointer.
Kenneth Graunke
2015-04-10
1
-2
/
+2
*
nir: Allocate dereferences out of their parent instruction or deref.
Kenneth Graunke
2015-04-07
1
-5
/
+4
*
nir: Use _mesa_flsll(InputsRead) in prog->nir.
Kenneth Graunke
2015-04-01
1
-2
/
+2
*
nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).
Kenneth Graunke
2015-04-01
1
-4
/
+4
*
nir: Implement a Mesa IR -> NIR translator.
Kenneth Graunke
2015-03-27
1
-0
/
+1097