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
*
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
*
gallium/hud: add glthread counters
Marek Olšák
2017-06-26
3
-0
/
+91
*
gallium/hud: add API-thread-busy for monitoring the thread load
Marek Olšák
2017-06-26
3
-4
/
+22
*
gallium/hud: add hud_pane::hud pointer
Marek Olšák
2017-06-26
2
-3
/
+6
*
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
2017-06-26
5
-2
/
+23
*
gallium/hud: move struct hud_context to hud_private.h
Marek Olšák
2017-06-26
2
-46
/
+48
*
gallium/hud: rename API-thread-busy to main-thread-busy
Marek Olšák
2017-06-26
3
-5
/
+5
*
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
2017-06-26
2
-12
/
+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
*
st/dri2: implement image offset query
Lucas Stach
2017-06-24
1
-0
/
+6
*
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
16
-26
/
+34
*
st/dri: add a drirc workaround for Rocket League
Marek Olšák
2017-06-23
2
-0
/
+11
*
st/dri: get drirc options before creating pipe_screen
Marek Olšák
2017-06-23
4
-20
/
+38
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
25
-64
/
+65
*
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
5
-5
/
+24
*
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
*
change va max_entrypoints
Chandu Babu N
2017-06-22
2
-1
/
+3
*
st/va: Fix leak in VAAPI subpictures
Chandu Babu N
2017-06-22
1
-0
/
+1
*
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
[next]