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
/
drivers
/
dri
/
i965
/
test_fs_cmod_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-15
/
+15
*
i965/vec4: use an envvar to decide to print the assembly on cmod_propagation ...
Alejandro Piñeiro
2015-10-22
1
-1
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-1
/
+1
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-1
/
+1
*
i965/shader: Get rid of the shader, prog, and shader_prog fields
Jason Ekstrand
2015-10-02
1
-6
/
+6
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
1
-2
/
+2
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-11
/
+11
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965/fs: Migrate test_fs_cmod_propagation to the IR builder.
Francisco Jerez
2015-06-09
1
-52
/
+50
*
i965: Fix FS unit tests
Ian Romanick
2015-05-15
1
-1
/
+2
*
i965: Do better fake context setup in unit tests
Jason Ekstrand
2015-04-22
1
-1
/
+5
*
i965/fs: Use correct null destination register in cmod tests
Ian Romanick
2015-03-20
1
-3
/
+3
*
i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation
Ian Romanick
2015-03-17
1
-0
/
+105
*
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2015-03-04
1
-0
/
+34
*
i965/fs: Add support for removing MOV.NZ instructions.
Matt Turner
2015-01-23
1
-0
/
+32
*
i965/fs: Allow flipping cond mod for negated arguments.
Matt Turner
2015-01-23
1
-0
/
+33
*
i965/fs: Propagate cmod across flag read if it contains the same value.
Matt Turner
2015-01-23
1
-0
/
+41
*
i965/fs: Add unit tests for cmod propagation pass.
Matt Turner
2015-01-23
1
-0
/
+311