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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta/blit: Compile programs with and without depth
Topi Pohjolainen
2015-01-30
2
-5
/
+11
*
meta/blit: Write depth only when asked for
Topi Pohjolainen
2015-01-30
1
-2
/
+3
*
meta/blit: Add plumbing for shaders without depth
Topi Pohjolainen
2015-01-30
4
-3
/
+5
*
nir/opt_algebraic: Add some constant bcsel reductions
Jason Ekstrand
2015-01-29
1
-2
/
+28
*
nir/opt_algebraic: Add some boolean simplifications
Jason Ekstrand
2015-01-29
1
-4
/
+5
*
nir/algebraic: Support specifying variable as constant or by type
Jason Ekstrand
2015-01-29
2
-6
/
+26
*
nir/algebraic: Fail to compile of a variable is used in a replace but not the...
Jason Ekstrand
2015-01-29
1
-0
/
+7
*
nir/search: Allow for matching variables based on types
Jason Ekstrand
2015-01-29
2
-0
/
+23
*
nir/search: Add support for matching unknown constants
Jason Ekstrand
2015-01-29
2
-0
/
+13
*
nir: Add an invalid type
Jason Ekstrand
2015-01-29
1
-0
/
+1
*
gallium/docs: fix docs wrt ARL/ARR/FLR
Roland Scheidegger
2015-01-29
1
-10
/
+8
*
nir: Add variants of some of the comparison simplifications.
Eric Anholt
2015-01-29
1
-0
/
+4
*
vc4: Fix point size handling when it's the first output.
Eric Anholt
2015-01-29
1
-1
/
+1
*
nir: Don't try to to-SSA ALU instructions that are already SSA.
Eric Anholt
2015-01-29
1
-0
/
+3
*
nir: Fix a bit of broken indentation.
Eric Anholt
2015-01-29
1
-1
/
+1
*
nir: Add a couple of helpers for glsl types.
Eric Anholt
2015-01-29
2
-1
/
+16
*
Mesa: Advertise GL_OES_texture_*float* extensions support with i965.
Kalyan Kondapally
2015-01-29
1
-0
/
+5
*
Mesa: Add support for HALF_FLOAT_OES type.
Kalyan Kondapally
2015-01-29
4
-6
/
+52
*
Mesa: Add support for GL_OES_texture_*float* extensions.
Kalyan Kondapally
2015-01-29
4
-0
/
+132
*
nir: Make vec-to-movs handle src/dest aliasing.
Eric Anholt
2015-01-28
1
-10
/
+72
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
25
-228
/
+23
*
mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/
Eric Anholt
2015-01-28
1
-0
/
+1
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
31
-28
/
+29
*
radeonsi: Enable VGPR spilling for all shader types v5
Tom Stellard
2015-01-28
8
-52
/
+217
*
radeonsi/compute: Allocate the scratch buffer during state creation
Tom Stellard
2015-01-28
2
-24
/
+62
*
radeonsi: Add radeon_shader_binary member to struct si_shader
Tom Stellard
2015-01-28
2
-6
/
+6
*
radeonsi/compute: Rename si_compute::program to si_compute::shader
Tom Stellard
2015-01-28
1
-5
/
+5
*
radeonsi: Avoid leaking memory when rebuilding shader states
Marek Olšák
2015-01-28
3
-4
/
+13
*
nir/opcodes: Use a return type of tfloat for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
Revert "util: Move the alternate fpclassify implementation to util"
Jason Ekstrand
2015-01-28
2
-63
/
+50
*
Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
util: Predicate the fpclassify fallback on !defined(__cplusplus)
Jason Ekstrand
2015-01-28
1
-2
/
+12
*
drirc: set allow_glsl_extension_directive_midshader for Dead Island.
Sven Arvidsson
2015-01-28
1
-0
/
+4
*
nir/opcodes: Use fpclassify() instead of isnormal() for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
util: Move the alternate fpclassify implementation to util
Jason Ekstrand
2015-01-28
2
-50
/
+53
*
i965/tex: Don't create read-write textures with non-renderable formats
Jason Ekstrand
2015-01-28
1
-0
/
+5
*
i965/gen8: Include the buffer offset when emitting renderbuffer relocs
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
mesa: improve error messaging for format CSV parser
Tapani Pälli
2015-01-28
2
-2
/
+7
*
clover/llvm: Dump the OpenCL C code earlier.
EdB
2015-01-28
1
-3
/
+3
*
clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.
EdB
2015-01-28
1
-13
/
+20
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
6
-1
/
+51
*
r600g: move selecting the pixel shader earlier.
Dave Airlie
2015-01-28
1
-3
/
+4
*
st/clover: Pass target instead of target.begin() to std::string()
Michel Dänzer
2015-01-27
1
-3
/
+3
*
r600g,radeonsi: Fix calculation of IR target cap string buffer size
Michel Dänzer
2015-01-27
1
-2
/
+2
*
nir: fix a bug with constant folding non-per-component instructions
Connor Abbott
2015-01-26
1
-1
/
+2
*
nir: add a helper function for getting the number of source components
Connor Abbott
2015-01-26
1
-0
/
+15
*
i965: Implemente a tiled fast-path for glReadPixels and glGetTexImage
Sisinty Sasmita Patra
2015-01-26
3
-1
/
+271
*
i965/tiled_memcpy: Add tiled-to-linear paths
Sisinty Sasmita Patra
2015-01-26
2
-0
/
+281
*
i965: Refactor tiled memcpy functions and move them into their own file
Sisinty Sasmita Patra
2015-01-26
4
-392
/
+506
*
i965/tex_subimage: Use the fast tiled path for rectangle textures
Jason Ekstrand
2015-01-26
1
-1
/
+2
[next]