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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: update some assertions in util_resource_copy_region()
Brian Paul
2016-06-13
1
-4
/
+8
*
nvc0/ir: clamp the UBO index for compute on Kepler
Samuel Pitoiset
2016-06-13
1
-1
/
+9
*
radeonsi: enable scratch coalescing
Marek Olšák
2016-06-13
1
-2
/
+10
*
st/va: hardlink driver instances to gallium_drv_video.so
Jimmy Berry
2016-06-13
1
-0
/
+14
*
vl: Fix trivial sign compare warnings
Jan Vesely
2016-06-13
7
-18
/
+15
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
20
-26
/
+12
*
gallium: remove st_api::get_proc_address hook
Emil Velikov
2016-06-13
1
-12
/
+0
*
swr: automake: add missing -I flag
Emil Velikov
2016-06-13
1
-0
/
+1
*
swr: Add missing headers for package inclusion
Chuck Atkins
2016-06-13
1
-1
/
+9
*
gallivm: Fix trivial sign warnings
Jan Vesely
2016-06-13
8
-21
/
+22
*
st/va: use proper temp pipe_video_buffer template
Julien Isorce
2016-06-13
1
-4
/
+4
*
st/va: it is valid to release the VABuffer of an exported resource
Julien Isorce
2016-06-13
1
-7
/
+1
*
nv50: reinstate dedicated constbuf push path
Ilia Mirkin
2016-06-11
5
-29
/
+50
*
nv50: enable indirect addressing of fragment shader inputs
Ilia Mirkin
2016-06-11
2
-1
/
+2
*
llvmpipe: turn on pipe cap for GL_ARB_copy_image support
Brian Paul
2016-06-10
1
-1
/
+2
*
llvmpipe: don't use 3-component formats, except 32-bit x 3 formats
Brian Paul
2016-06-10
1
-11
/
+12
*
softpipe: turn on pipe cap for GL_ARB_copy_image support
Brian Paul
2016-06-10
1
-1
/
+2
*
softpipe: don't use 3-component formats
Brian Paul
2016-06-10
1
-0
/
+18
*
util: update util_resource_copy_region() for GL_ARB_copy_image
Brian Paul
2016-06-10
1
-20
/
+95
*
gallium: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
gallivm: more 64-bit integer prep work.
Dave Airlie
2016-06-11
1
-8
/
+8
*
radeonsi: convert to 64-bitness checks instead of doubles.
Dave Airlie
2016-06-11
3
-31
/
+33
*
gallivm: make non-float return code bitcast consistent.
Dave Airlie
2016-06-11
1
-12
/
+6
*
gallium/gallivm: use 64-bit test instead of doubles.
Dave Airlie
2016-06-11
1
-37
/
+36
*
gallium/tgsi: add 64-bitness type check function.
Dave Airlie
2016-06-11
1
-0
/
+7
*
vl/dri3: support receiving new pixmap for front buffer
Leo Liu
2016-06-10
1
-1
/
+6
*
vl/dri3: get Makefile properly
Leo Liu
2016-06-10
3
-5
/
+10
*
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
Jose Fonseca
2016-06-10
2
-1
/
+7
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
7
-68
/
+98
*
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
2016-06-10
4
-0
/
+13
*
radeonsi: Reinitialize all descriptors in CE preamble.
Bas Nieuwenhuizen
2016-06-10
3
-3
/
+15
*
swr: implement clipPlanes/clipVertex/clipDistance/cullDistance
Tim Rowley
2016-06-09
5
-2
/
+94
*
st/vdpau: implement luma keying
Nayan Deshmukh
2016-06-09
2
-12
/
+39
*
vl: Apply luma key filter before CSC conversion
Nayan Deshmukh
2016-06-09
7
-20
/
+42
*
virgl: fix checking fences
Marc-André Lureau
2016-06-09
2
-2
/
+2
*
radeonsi: improve the computation and comment of scratch_waves
Marek Olšák
2016-06-08
1
-4
/
+18
*
radeonsi: print the number of spilled VGPRs
Marek Olšák
2016-06-08
1
-3
/
+6
*
gallium/radeon: remove dead code creating LLVMTargetMachine
Marek Olšák
2016-06-08
3
-27
/
+1
*
radeonsi: don't enable scratch just for SGPR spills
Marek Olšák
2016-06-08
1
-2
/
+17
*
Revert "radeonsi: allow direct hw MSAA resolve for scanout surfaces"
Marek Olšák
2016-06-08
1
-0
/
+1
*
radeonsi: re-enable PBO ReadPixels acceleration
Marek Olšák
2016-06-08
1
-3
/
+6
*
radeonsi: allow MSAA resolving into a texture that has DCC enabled
Marek Olšák
2016-06-08
2
-4
/
+23
*
gallium/radeon: move DCC clearing into a separate function
Marek Olšák
2016-06-08
2
-5
/
+19
*
radeonsi: allow direct hw MSAA resolve for scanout surfaces
Marek Olšák
2016-06-08
1
-1
/
+0
*
radeonsi: don't allocate DCC for the temporary MSAA resolve surface
Marek Olšák
2016-06-08
3
-2
/
+5
*
radeonsi: don't enable DCC in the sampler if first_level doesn't have it
Marek Olšák
2016-06-08
3
-7
/
+21
*
winsys/amdgpu: enable DCC for mipmapped textures
Marek Olšák
2016-06-08
3
-9
/
+31
*
gallium/radeon: don't disable DCC because of SDMA
Marek Olšák
2016-06-08
1
-20
/
+3
*
radeonsi: don't flag renderbuffer feedback loop if DCC has just been disabled
Marek Olšák
2016-06-08
1
-2
/
+4
*
radeonsi: add per-level dcc_enabled flags
Marek Olšák
2016-06-08
6
-11
/
+24
[next]