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
*
etnaviv: add support for swizzled texture formats
Christian Gmeiner
2017-06-26
4
-39
/
+99
*
etnaviv: add support for extended texture formats
Christian Gmeiner
2017-06-26
4
-4
/
+10
*
swr: set an explicit clear_rect if scissor is not enabled.
Bruce Cherniak
2017-06-26
1
-1
/
+9
*
swr/rast: adjust std::string usage to fix build
Tim Rowley
2017-06-26
1
-3
/
+9
*
radeonsi: support indirect indexing in INTERP_* opcodes
Nicolai Hähnle
2017-06-26
1
-20
/
+58
*
r600g: fix crash when file in R600_TRACE doesn't exist
Constantine Charlamov
2017-06-26
1
-4
/
+5
*
r600g: take into account offset to system inputs at tgsi_interp_egcm()
Constantine Charlamov
2017-06-26
2
-6
/
+7
*
r600g: get rid of trailing whitespace
Constantine Charlamov
2017-06-26
1
-22
/
+22
*
r600/asm: add support for other GDS operations.
Dave Airlie
2017-06-26
3
-4
/
+26
*
r600: don't merge GDS into VTX
Dave Airlie
2017-06-26
1
-2
/
+3
*
r600: for memory instructions dump index gpr for read indirects also.
Dave Airlie
2017-06-26
1
-1
/
+2
*
r600: add support for vertex fetches via texture cache
Dave Airlie
2017-06-26
2
-2
/
+20
*
r600: route indirect address register correctly for vtx fetches.
Dave Airlie
2017-06-26
1
-1
/
+1
*
nv50/ir: Properly fold constants in SPLIT operation
Pierre Moreau
2017-06-25
1
-3
/
+4
*
radeonsi/gfx9: don't overallocate shader binaries
Marek Olšák
2017-06-24
1
-6
/
+0
*
llvmpipe: initialize default fb correctly in setup
Roland Scheidegger
2017-06-24
1
-0
/
+4
*
radeonsi: unreference vertex buffers when destroying the context
Marek Olšák
2017-06-23
1
-0
/
+2
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
5
-0
/
+37
*
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
2017-06-23
8
-10
/
+12
*
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
2017-06-23
4
-31
/
+43
*
llvmpipe: fill in debug vertex info for tri rasterization
Roland Scheidegger
2017-06-23
1
-1
/
+1
*
Revert "radeonsi: don't emit partial flushes at the end of IBs (v2)"
Marek Olšák
2017-06-23
1
-9
/
+5
*
svga: minor whitespace fixes in svga_pipe_vertex.c
Brian Paul
2017-06-22
1
-6
/
+10
*
svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)
Brian Paul
2017-06-22
1
-0
/
+2
*
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2017-06-22
3
-3
/
+21
*
swr: invalidate attachment on transition change
George Kyriazis
2017-06-22
3
-0
/
+28
*
radeonsi/gfx9: enable DCC fast clear
Marek Olšák
2017-06-22
1
-4
/
+0
*
radeonsi/gfx9: don't ever flush the TC metadata cache
Marek Olšák
2017-06-22
1
-10
/
+3
*
radeonsi/gfx9: use TC L2 for fast color clear with CP DMA
Marek Olšák
2017-06-22
1
-2
/
+5
*
radeonsi: fix DCC fast clear for luminance and alpha formats
Marek Olšák
2017-06-22
1
-1
/
+10
*
radeonsi: don't emit partial flushes at the end of IBs (v2)
Marek Olšák
2017-06-22
1
-5
/
+9
*
radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variant
Nicolai Hähnle
2017-06-22
1
-6
/
+22
*
radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence
Marek Olšák
2017-06-22
3
-8
/
+28
*
radeonsi/gfx9: enable the constant engine
Marek Olšák
2017-06-22
1
-4
/
+1
*
radeonsi/gfx9: indirect buffers and all CP packets use TC L2
Marek Olšák
2017-06-22
4
-13
/
+21
*
radeonsi: flush CB after MSAA only when transitioning from CB to textures
Marek Olšák
2017-06-22
2
-14
/
+60
*
radeonsi: unify CB_RESOLVE blitter invocation code
Marek Olšák
2017-06-22
1
-17
/
+18
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
5
-25
/
+56
*
radeonsi: add separate HUD counters for CB and DB cache flushes
Marek Olšák
2017-06-22
4
-10
/
+20
*
etnaviv: fix blend color for RB swapped rendertargets
Lucas Stach
2017-06-21
4
-14
/
+45
*
nvc0: fix transfer of larger rectangles with DmaCopy on gk104 and up
Ben Skeggs
2017-06-20
1
-9
/
+32
*
nvc0: copy engine surface params are only relevant for tiled surfaces
Ben Skeggs
2017-06-20
1
-18
/
+19
*
swr: Include definition of missing function
George Kyriazis
2017-06-20
1
-0
/
+1
*
vc4: Clean up release build warnings using MAYBE_UNUSED.
Eric Anholt
2017-06-20
2
-6
/
+5
*
vc4: Allow VBOs to be mapped during execution.
Eric Anholt
2017-06-20
1
-1
/
+1
*
softpipe: remove unused softpipe_context::line_stipple_counter
Brian Paul
2017-06-20
1
-2
/
+0
*
radeonsi: set correct usage flag according to image access type
Samuel Pitoiset
2017-06-20
1
-1
/
+3
*
radeonsi: update all resident texture descriptors when needed
Samuel Pitoiset
2017-06-20
1
-57
/
+104
*
radeonsi: keep track of the sampler state for texture handles
Samuel Pitoiset
2017-06-20
2
-0
/
+2
*
radeonsi: fix dumping shader descriptors into ddebug logs
Marek Olšák
2017-06-19
1
-35
/
+41
[next]