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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
31
-129
/
+62
*
svga: clean up the compile_vs/gs/fs() functions
Brian Paul
2015-09-10
3
-49
/
+27
*
svga: fix shader variant memory leak
Brian Paul
2015-09-10
2
-0
/
+6
*
svga: remove useless MAX2() call
Brian Paul
2015-09-10
1
-1
/
+1
*
winsys/svga: remove useless assertion
Brian Paul
2015-09-10
1
-1
/
+0
*
docs: add news item and link release notes for 10.6.7
Emil Velikov
2015-09-10
2
-0
/
+7
*
docs: add sha256 checksums for 10.6.7
Emil Velikov
2015-09-10
1
-1
/
+2
*
docs: add release notes for 10.6.7
Emil Velikov
2015-09-10
1
-0
/
+74
*
docs: Update wrt. textureQueryLod on softpipe
Krzesimir Nowak
2015-09-10
2
-1
/
+2
*
softpipe: Implement and enable textureQueryLod
Krzesimir Nowak
2015-09-10
2
-2
/
+55
*
tgsi: Add code for handling lodq opcode
Krzesimir Nowak
2015-09-10
2
-0
/
+56
*
softpipe: Add functions for computing relative mipmap level
Krzesimir Nowak
2015-09-10
2
-0
/
+120
*
softpipe: Split 3D to 2D coords conversion into separate function
Krzesimir Nowak
2015-09-10
2
-51
/
+45
*
softpipe: Split code getting a filter into separate function
Krzesimir Nowak
2015-09-10
1
-17
/
+41
*
softpipe: Put mip_filter_func inside a struct
Krzesimir Nowak
2015-09-10
2
-12
/
+38
*
softpipe: Split compute_lambda_lod into two functions
Krzesimir Nowak
2015-09-10
1
-17
/
+40
*
softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS value
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
tgsi: Remove trailing backslash in comment
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICIT
Marek Olšák
2015-09-10
3
-22
/
+44
*
radeonsi: don't update polygon offset state if it has no effect
Marek Olšák
2015-09-10
2
-1
/
+4
*
radeonsi: decrease the size of si_pm4_state
Marek Olšák
2015-09-10
1
-3
/
+2
*
radeonsi/compute: add buffers to the CS directly
Marek Olšák
2015-09-10
1
-7
/
+11
*
radeonsi: only use new versions of LLVM image and sample intrinsics
Marek Olšák
2015-09-10
1
-283
/
+186
*
gallium/radeon: drop support for LLVM 3.4
Marek Olšák
2015-09-10
7
-26
/
+8
*
r600/llvm: remove dead code for LLVM 3.3
Marek Olšák
2015-09-10
1
-106
/
+0
*
r600g: use pipe_resource::width0 instead pb_buffer::size
Marek Olšák
2015-09-10
2
-6
/
+6
*
radeonsi: enable VGPR spilling on VI
Marek Olšák
2015-09-10
1
-3
/
+1
*
winsys/amdgpu: calculate the maximum number of compute units
Marek Olšák
2015-09-10
1
-2
/
+13
*
Use IMP_LIB_EXT when checking for LLVM shared libraries
Jon TURNEY
2015-09-10
1
-6
/
+27
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
4
-9
/
+9
*
mesa: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
1
-1
/
+1
*
glsl: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
3
-7
/
+7
*
mesa: Resolve GCC missing field initializer warning.
Rhys Kidd
2015-09-10
1
-4
/
+4
*
clover: Avoid using typename to allow compilation of clover by clang
Albert Freeman
2015-09-10
1
-1
/
+1
*
i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
Kenneth Graunke
2015-09-10
1
-0
/
+9
*
nv50/ir: don't fold immediate into mad if registers are too high
Ilia Mirkin
2015-09-10
1
-0
/
+4
*
nv50/ir: fix emission of 8-byte wide interp instruction
Ilia Mirkin
2015-09-10
1
-5
/
+6
*
nv50/ir: r63 is only 0 if we are using less than 63 registers
Ilia Mirkin
2015-09-10
1
-1
/
+4
*
nv50/ir: make edge splitting fix up phi node sources
Ilia Mirkin
2015-09-10
1
-13
/
+77
*
glsl: Remove ADD_VARYING macro
Ian Romanick
2015-09-09
1
-15
/
+12
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
9
-27
/
+15
*
nvc0: remove BGRA4 format support
Ilia Mirkin
2015-09-09
1
-0
/
+2
*
gallium/ttn: fix cursor handling vs builder
Rob Clark
2015-09-09
1
-8
/
+6
*
nvc0: keep track of cb bindings per buffer, use for upload settings
Ilia Mirkin
2015-09-09
7
-12
/
+58
*
nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IR
Jason Ekstrand
2015-09-09
2
-3
/
+2
*
nir: Add a pass to lower outputs to temporary variables
Jason Ekstrand
2015-09-09
3
-0
/
+130
*
nir/cursor: Add a constructor for the end of a block but before the jump
Jason Ekstrand
2015-09-09
2
-6
/
+12
*
nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
Hans de Goede
2015-09-09
2
-1
/
+21
*
nv30: Fix color resolving for nv3x cards
Hans de Goede
2015-09-09
1
-1
/
+37
*
gallium/docs: clairify dmabuf fd ownership
Rob Clark
2015-09-09
1
-0
/
+8
[next]