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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
3
-32
/
+48
*
radeonsi: don't pass scratch buffer to user SGPRs
Bas Nieuwenhuizen
2016-04-19
1
-8
/
+0
*
radeonsi: split input upload off from si_launch_grid
Bas Nieuwenhuizen
2016-04-19
1
-41
/
+52
*
radeonsi: implement TGSI compute shader creation
Bas Nieuwenhuizen
2016-04-19
1
-18
/
+58
*
radeonsi: update shader count for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+2
*
radeonsi: set maximum work group size based on block size
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+12
*
radeonsi: implement shared atomics
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+76
*
radeonsi: implement shared memory load/store
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+82
*
radeonsi: add shared memory
Bas Nieuwenhuizen
2016-04-19
4
-0
/
+37
*
radeonsi: lower compute shader arguments
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+50
*
radeonsi: Use CE for all descriptors.
Bas Nieuwenhuizen
2016-04-19
1
-10
/
+64
*
radeonsi: Replace list_dirty with a mask.
Bas Nieuwenhuizen
2016-04-19
2
-17
/
+29
*
radeonsi: Add CE uploader.
Bas Nieuwenhuizen
2016-04-19
3
-0
/
+37
*
radeonsi: Allocate chunks of CE ram.
Bas Nieuwenhuizen
2016-04-19
2
-9
/
+27
*
radeonsi: Add CE synchronization.
Bas Nieuwenhuizen
2016-04-19
2
-0
/
+27
*
radeonsi: Add CE packet definitions.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+6
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
5
-1
/
+54
*
winsys/amdgpu: Add support for const IB.
Marek Olšák
2016-04-19
1
-0
/
+30
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
1
-1
/
+0
*
llvmpipe: Call LLVMShutdown before exiting.
Jose Fonseca
2016-04-19
1
-0
/
+2
*
llvmpipe: Avoid LLVMGetGlobalContext in tests.
Jose Fonseca
2016-04-19
5
-6
/
+24
*
llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.
Jose Fonseca
2016-04-19
1
-4
/
+34
*
llvmpipe: Test more vector lengths.
Jose Fonseca
2016-04-19
1
-13
/
+30
*
Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."
Jose Fonseca
2016-04-19
1
-4
/
+0
*
vc4: Fix fbo-generatemipmap-formats for NPOT.
Eric Anholt
2016-04-18
1
-0
/
+20
*
vc4: Remove unused "immediates" field
Eric Anholt
2016-04-18
1
-1
/
+0
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
2
-36
/
+8
*
swr: dereference cbuf/zbuf/views on context destroy
Tim Rowley
2016-04-18
1
-0
/
+15
*
freedreno/ir3: fix grouping issue w/ reverse swizzles
Rob Clark
2016-04-18
1
-1
/
+17
*
radeonsi: use enums in si_shader.h
Marek Olšák
2016-04-18
1
-93
/
+119
*
gallium/radeon: use enums in r600_query.h
Marek Olšák
2016-04-18
1
-20
/
+23
*
radeonsi: always use PFP_SYNC_ME when doing flushes and waits
Marek Olšák
2016-04-18
2
-1
/
+10
*
radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits too
Marek Olšák
2016-04-18
1
-11
/
+14
*
radeonsi: add safety assertions for meta cache flushes
Marek Olšák
2016-04-18
1
-0
/
+4
*
radeonsi: don't use ACQUIRE_MEM on the graphics ring
Marek Olšák
2016-04-18
1
-18
/
+8
*
radeonsi: remove TODO and correct a comment in si_emit_cache_flush
Marek Olšák
2016-04-18
1
-2
/
+1
*
radeonsi: don't flush CB/DB caches for performance counters
Marek Olšák
2016-04-18
1
-3
/
+6
*
gallium/radeon: don't flush CB/DB caches for timestamp queries
Marek Olšák
2016-04-18
2
-2
/
+3
*
gallium/radeon: fix Nine with its slightly shifted viewports
Marek Olšák
2016-04-18
1
-15
/
+21
*
vc4: Add support for rendering to cube map surfaces.
Eric Anholt
2016-04-18
1
-1
/
+2
*
vc4: Don't flush on read-only access of buffers read by the CL.
Eric Anholt
2016-04-18
3
-7
/
+16
*
vc4: Sanity check that flushes don't happen between state emit and draw.
Eric Anholt
2016-04-18
1
-0
/
+7
*
vc4: Sanity check strides for imported BOs.
Eric Anholt
2016-04-18
1
-5
/
+18
*
r600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
Oded Gabbay
2016-04-18
2
-6
/
+6
*
r600g: fix code indentation
Oded Gabbay
2016-04-18
2
-10
/
+10
*
gallium/radeon: handle vertex shaders that disable clipping & viewport
Marek Olšák
2016-04-16
2
-1
/
+20
*
llvmpipe: (trivial) initialize src1_alpha var to NULL
Roland Scheidegger
2016-04-15
1
-1
/
+1
*
gallium/swr: confine c++11 flag to swr driver
Tim Rowley
2016-04-15
1
-2
/
+3
*
gallium/swr: allow swr use as a swrast dri driver
Tim Rowley
2016-04-15
1
-0
/
+8
*
vc4: Fix subimage accesses to LT textures.
Eric Anholt
2016-04-15
1
-4
/
+4
[next]