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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: use pipe_debug_callback for shader-db traces
Rob Clark
2016-04-30
6
-33
/
+43
*
freedreno/a4xx: add debug callback to emit
Rob Clark
2016-04-30
3
-0
/
+6
*
freedreno/a3xx: add debug callback to emit
Rob Clark
2016-04-30
3
-0
/
+7
*
freedreno: wire up core pipe_debug_callback
Rob Clark
2016-04-30
2
-0
/
+15
*
freedreno/ir3: handle color clamp variant ourselves
Rob Clark
2016-04-30
5
-3
/
+28
*
freedreno: fix indentation
Rob Clark
2016-04-30
3
-12
/
+12
*
radeonsi: fix synchronization of shader images
Marek Olšák
2016-04-30
1
-7
/
+11
*
gallium/radeon: fix crash in r600_set_streamout_targets
Nicolai Hähnle
2016-04-29
2
-7
/
+9
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
6
-7
/
+7
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
6
-9
/
+9
*
nvc0: stick compute kernel arguments into uniform_bo
Samuel Pitoiset
2016-04-29
5
-26
/
+10
*
swr: remove duplicated constant update code
Tim Rowley
2016-04-28
1
-44
/
+47
*
gallium/radeon: add the size only once in r600_context_add_resource_size
Marek Olšák
2016-04-28
1
-5
/
+3
*
gallium/radeon: drop support for LINEAR_GENERAL layout
Marek Olšák
2016-04-28
6
-85
/
+20
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
9
-32
/
+46
*
radeonsi: remove needless cache flushes at the end of CP DMA operations
Marek Olšák
2016-04-28
1
-8
/
+0
*
radeonsi: remove flushes at the beginning and end of IBs done by the kernel
Marek Olšák
2016-04-28
1
-12
/
+12
*
nir: rename lower_flrp to lower_flrp32
Samuel Iglesias Gonsálvez
2016-04-28
2
-2
/
+2
*
radeonsi: check if value is negative
Jakob Sinclair
2016-04-28
1
-1
/
+4
*
llvmpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
12
-54
/
+54
*
softpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
7
-27
/
+27
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
7
-8
/
+6
*
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
2016-04-27
5
-9
/
+7
*
radeon/video: always use the reusable buffer pool
Nicolai Hähnle
2016-04-27
4
-5
/
+5
*
radeonsi: work around an MSAA fast stencil clear problem
Nicolai Hähnle
2016-04-27
1
-3
/
+15
*
radeonsi: expclear must be disabled on first Z/S clear
Nicolai Hähnle
2016-04-27
1
-2
/
+2
*
radeonsi: move blend choice out of loop in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-9
/
+9
*
radeonsi: use level mask for early out in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-6
/
+8
*
radeonsi: si_blit_decompress_depth is only used for staging
Nicolai Hähnle
2016-04-27
1
-21
/
+5
*
radeonsi: only decompress the required ZS planes from si_blit
Nicolai Hähnle
2016-04-27
1
-6
/
+7
*
radeonsi: decompress Z & S planes in one pass
Nicolai Hähnle
2016-04-27
1
-28
/
+73
*
radeonsi: early out of si_blit_decompress_depth_in_place based on dirty mask
Nicolai Hähnle
2016-04-27
1
-6
/
+14
*
radeonsi: use MIN2 instead of expanded ?: operator
Nicolai Hähnle
2016-04-27
1
-3
/
+3
*
radeonsi: fix brace style
Nicolai Hähnle
2016-04-27
1
-2
/
+4
*
swr: s/Elements/ARRAY_SIZE/
Tim Rowley
2016-04-27
3
-7
/
+7
*
radeonsi: emit s_waitcnt for shader memory barriers and volatile
Nicolai Hähnle
2016-04-27
1
-13
/
+23
*
swr: [rasterizer] warning cleanup
Tim Rowley
2016-04-27
9
-74
/
+27
*
swr: [rasterizer core] implement legacy depth bias enable
Tim Rowley
2016-04-27
4
-21
/
+25
*
swr: [rasterizer jitter] support for dumping x86 asm
Tim Rowley
2016-04-27
2
-0
/
+50
*
swr: [rasterizer core] more backend refactoring
Tim Rowley
2016-04-27
8
-963
/
+573
*
swr: [rasterizer jitter] add mSimdInt1Ty
Tim Rowley
2016-04-27
2
-0
/
+2
*
swr: [rasterizer core] backend refactor
Tim Rowley
2016-04-27
5
-238
/
+633
*
svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS query
Brian Paul
2016-04-27
1
-0
/
+3
*
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
2016-04-27
1
-2
/
+6
*
nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediate
Hans de Goede
2016-04-27
1
-2
/
+3
*
nouveau: codegen: LOAD: Always use component 0 when getting the address
Hans de Goede
2016-04-27
1
-1
/
+3
*
r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
Patrick Rudolph
2016-04-27
1
-1
/
+10
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
8
-3
/
+369
[next]