index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs_emit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-15
/
+15
*
i965/fs: Make register file enum 0 be the undefined register file.
Eric Anholt
2011-11-30
1
-2
/
+19
*
i965/gen4: Fix sampling from integer textures.
Eric Anholt
2011-11-17
1
-1
/
+15
*
i965: Fix Sandybridge regression introduced by workaround-free math.
Kenneth Graunke
2011-11-07
1
-1
/
+1
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
1
-1
/
+30
*
i965/fs: Fix comparisions with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+10
*
i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.
Kenneth Graunke
2011-10-18
1
-1
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-0
/
+2
*
i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.
Kenneth Graunke
2011-09-26
1
-53
/
+79
*
i965/fs: Implement texelFetch() on Gen4.
Kenneth Graunke
2011-09-19
1
-0
/
+5
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
1
-0
/
+4
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965: Implement textureSize (TXS) on Gen4.
Kenneth Graunke
2011-08-23
1
-0
/
+5
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-0
/
+4
*
i965/fs: Fix 32-bit integer multiplication.
Eric Anholt
2011-08-17
1
-0
/
+5
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-32
/
+1
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-17
/
+17
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-0
/
+6
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
1
-4
/
+2
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-2
/
+2
*
i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.
Eric Anholt
2011-07-25
1
-1
/
+2
*
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
1
-2
/
+2
*
i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.
Kenneth Graunke
2011-06-18
1
-1
/
+3
*
i965/fs: Add support for non-shadow textureGrad (TXD) on Ivybridge.
Kenneth Graunke
2011-06-18
1
-1
/
+2
*
i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164.
Eric Anholt
2011-05-27
1
-1
/
+1
*
i965/fs: Split the BRW native code emit to brw_fs_emit.cpp
Eric Anholt
2011-05-27
1
-0
/
+875