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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: use new interfaces for 64-bit checks.
Dave Airlie
2016-06-09
5
-14
/
+14
*
compiler: use 64bit check for sizing instead of double check.
Dave Airlie
2016-06-09
1
-5
/
+5
*
compiler/types: add 64-bitness queries.
Dave Airlie
2016-06-09
1
-0
/
+13
*
glapi/glx: Add overflow checks to the client-side indirect code
Adam Jackson
2016-06-08
1
-0
/
+9
*
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
*
st/mesa: try not to compile compute shader on the first use
Marek Olšák
2016-06-08
1
-0
/
+1
*
Revert "radeonsi: allow direct hw MSAA resolve for scanout surfaces"
Marek Olšák
2016-06-08
1
-0
/
+1
*
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
2016-06-08
5
-53
/
+48
*
glsl: stop allocating memory for SSBOs and builtins
Timothy Arceri
2016-06-08
1
-7
/
+13
*
st/mesa: use buffer usage history to set dirty flags for revalidation
Ilia Mirkin
2016-06-07
1
-2
/
+13
*
i965: Integrate precise trig into configuration infrastructure
Gurchetan Singh
2016-06-07
4
-2
/
+10
*
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
*
radeonsi: compute DCC register parameters in si_emit_framebuffer_state
Marek Olšák
2016-06-08
4
-14
/
+12
*
gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUT
Marek Olšák
2016-06-08
1
-3
/
+10
*
gallium/radeon: don't allocate DCC for non-renderable texture formats
Marek Olšák
2016-06-08
3
-0
/
+7
*
radeonsi: enable WQM in PS prolog when needed
Nicolai Hähnle
2016-06-07
2
-0
/
+10
*
tgsi/scan: add uses_derivatives (v2)
Nicolai Hähnle
2016-06-07
2
-0
/
+31
*
docs/devinfo: Expound on helpful extension tips
Nanley Chery
2016-06-07
1
-0
/
+7
*
docs/devinfo: Update bullet in stale extension guide
Nanley Chery
2016-06-07
1
-1
/
+1
*
docs/devinfo: Add closing paragraph tag
Nanley Chery
2016-06-07
1
-0
/
+1
*
swr: fix provoking vertex
Tim Rowley
2016-06-07
7
-12
/
+77
*
st/mesa: revalidate image atoms when a texture is updated
Ilia Mirkin
2016-06-07
1
-6
/
+6
*
gk104/ir: fix conditions for adding a texbar
Ilia Mirkin
2016-06-07
1
-4
/
+6
*
radeonsi: keep track of dirty descriptor sets
Nicolai Hähnle
2016-06-07
2
-4
/
+36
*
radeonsi: move si_descriptors into a per-context array
Nicolai Hähnle
2016-06-07
3
-83
/
+166
*
radeonsi: pass shader stage to si_disable_shader_image
Nicolai Hähnle
2016-06-07
1
-4
/
+8
*
radeonsi: access descriptor sets via local variables
Nicolai Hähnle
2016-06-07
1
-31
/
+41
*
radeonsi: add si_set_rw_buffer to be used for internal descriptors
Nicolai Hähnle
2016-06-07
3
-14
/
+15
*
radeonsi: pass shader stage to si_set_shader_image
Nicolai Hähnle
2016-06-07
1
-5
/
+5
*
radeonsi: pass shader stage to si_set_sampler_view
Nicolai Hähnle
2016-06-07
1
-4
/
+5
*
radeonsi: move descriptor set begin_new_cs handling into a separate function
Nicolai Hähnle
2016-06-07
1
-21
/
+15
*
radeonsi: move enabled_mask out of si_descriptors
Nicolai Hähnle
2016-06-07
4
-30
/
+34
*
anv/entrypoints: Stop using the C preprocessor
Jason Ekstrand
2016-06-07
1
-12
/
+2
*
anv/entrypoints: Emit #if guards for all platforms
Jason Ekstrand
2016-06-07
1
-10
/
+22
*
platform_android: prevent deadlock in droid_swap_buffers
Haixia Shi
2016-06-07
1
-5
/
+12
*
mesa: automake: distclean git_sha1.h when building OOT
Emil Velikov
2016-06-07
1
-0
/
+6
*
mesa: automake: ensure that git_sha1.h.tmp has the right attributes
Emil Velikov
2016-06-07
1
-0
/
+1
*
mesa: automake: add directory prefix for git_sha1.h
Emil Velikov
2016-06-07
1
-1
/
+1
[next]