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_lower_texture_gradients.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use rcp in brw_lower_texture_gradients rather than 1.0 / x.
Kenneth Graunke
2016-01-05
1
-1
/
+1
*
i965: fix textureGrad for cubemaps
Tapani Pälli
2015-09-22
1
-19
/
+182
*
i965: Fix textureGrad with cube samplers
Iago Toral Quiroga
2015-06-18
1
-8
/
+18
*
i965: Fix a crash in the texture gradient lowering pass with cube samplers
Iago Toral Quiroga
2015-02-16
1
-1
/
+3
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+2
*
i965: Lower textureGrad() for samplerCubeShadow.
Kenneth Graunke
2013-05-01
1
-3
/
+24
*
i965: Shut up the last release build warning.
Eric Anholt
2013-04-12
1
-0
/
+1
*
i965: Lower textureGrad() with samplerCubeShadow on pre-Haswell.
Kenneth Graunke
2013-01-18
1
-6
/
+9
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
1
-0
/
+154