index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Pass the correct X visual depth to xcb_put_image().
José Fonseca
2015-01-31
1
-11
/
+13
*
intel/pixel_read: Properly flip the results for window system buffers
Jason Ekstrand
2015-01-30
1
-0
/
+15
*
i965/tiled_memcpy: Support a signed linear pitch
Jason Ekstrand
2015-01-30
2
-17
/
+17
*
main: Add STENCIL_INDEX formats to base_tex_format
Jason Ekstrand
2015-01-30
1
-0
/
+10
*
teximage: Don't indent switch cases
Jason Ekstrand
2015-01-30
1
-146
/
+146
*
mesa: remove some dead display list code
Brian Paul
2015-01-30
1
-80
/
+11
*
mesa: remove stale comment in dlist.c code
Brian Paul
2015-01-30
1
-1
/
+1
*
mesa: s/union gl_dlist_node/Node/ in dlist.c code
Brian Paul
2015-01-30
1
-3
/
+3
*
mesa: fix display list 8-byte alignment issue
Brian Paul
2015-01-30
3
-7
/
+74
*
util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.
José Fonseca
2015-01-30
1
-1
/
+29
*
util/u_atomic: Use _Interlocked* intrinsics for non 64bits.
José Fonseca
2015-01-30
1
-12
/
+12
*
i965/skl: Force a BINDING_TABLE_POINTER_* after push constant command
Neil Roberts
2015-01-30
1
-0
/
+7
*
meta: Don't write depth when decompressing tex-images
Topi Pohjolainen
2015-01-30
1
-1
/
+1
*
meta: Don't write depth when generating miptrees
Topi Pohjolainen
2015-01-30
1
-1
/
+1
*
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
[next]