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
/
brw_fs_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-10
/
+10
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
1
-3
/
+1
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-8
/
+8
*
i965/fs: Respect ARB_color_buffer_float clamping.
Eric Anholt
2011-07-28
1
-6
/
+15
*
i965/gen4: Fix message parameter loading for 1D TXD sampling.
Kenneth Graunke
2011-07-28
1
-2
/
+4
*
i965/fs: Clear result before visiting shadow comparitor and LOD info.
Kenneth Graunke
2011-07-25
1
-0
/
+10
*
i965/fs: Fix message register allocation in FB writes.
Kenneth Graunke
2011-07-06
1
-5
/
+6
*
i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.
Kenneth Graunke
2011-06-29
1
-0
/
+8
*
i965: step message register allocation
Ben Widawsky
2011-06-27
1
-5
/
+5
*
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
1
-5
/
+57
*
i965/fs: Refactor texture result swizzling into a helper function.
Kenneth Graunke
2011-06-18
1
-9
/
+19
*
i965/fs: Move sampler fetch to the top of the ir_texture visit function.
Kenneth Graunke
2011-06-18
1
-6
/
+3
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.
Kenneth Graunke
2011-06-18
1
-1
/
+36
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen5/6.
Kenneth Graunke
2011-06-18
1
-1
/
+31
*
i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.
Kenneth Graunke
2011-06-18
1
-9
/
+41
*
i965/fs: Use the embedded compare in SEL on gen6+.
Eric Anholt
2011-05-31
1
-12
/
+22
*
i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164.
Eric Anholt
2011-05-27
1
-3
/
+3
*
i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.
Eric Anholt
2011-05-27
1
-0
/
+1724