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
...
*
radeonsi: try flushing unflushed fences in si_fence_finish even when timeout ...
Nicolai Hähnle
2017-11-26
1
-3
/
+3
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
2
-10
/
+29
*
freedreno/a4xx: add ARB_framebuffer_no_attachments support
Ilia Mirkin
2017-11-25
2
-1
/
+6
*
freedreno/a4xx: add indirect draw support
Ilia Mirkin
2017-11-25
2
-0
/
+33
*
freedreno: regenerate pm4 header, adjust code for new names
Ilia Mirkin
2017-11-25
3
-114
/
+171
*
freedreno/a4xx: add stencil texturing support
Ilia Mirkin
2017-11-25
3
-12
/
+35
*
freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xx
Ilia Mirkin
2017-11-25
7
-3
/
+151
*
gallium/hud: add HUD sharing within a context share group
Marek Olšák
2017-11-25
4
-14
/
+106
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
9
-19
/
+22
*
gallium/hud: prevent a crash if the recording context is inactive
Marek Olšák
2017-11-25
1
-1
/
+4
*
gallium/hud: separate code for record context init/release
Marek Olšák
2017-11-25
2
-16
/
+37
*
gallium/hud: separate code for draw context init/release
Marek Olšák
2017-11-25
1
-70
/
+111
*
gallium/hud: don't use hud->pipe in hud_parse_env_var
Marek Olšák
2017-11-25
1
-6
/
+7
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
6
-7
/
+8
*
cso: add cso_get_pipe_context
Marek Olšák
2017-11-25
2
-0
/
+5
*
gallium/hud: pass pipe_context explicitly to most functions
Marek Olšák
2017-11-25
5
-64
/
+57
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
6
-79
/
+99
*
st/dri: remove dead code and incorrect comment around make_current
Marek Olšák
2017-11-25
1
-13
/
+0
*
st/dri: clean up dri_unbind_context
Marek Olšák
2017-11-25
1
-3
/
+4
*
radeonsi: expose all CB performance counters on Stoney
Marek Olšák
2017-11-25
1
-1
/
+1
*
radeonsi: handle imported textures with DCC robustly
Marek Olšák
2017-11-25
1
-1
/
+1
*
radeonsi: fix a typo in creating monolithic ES-GS
Marek Olšák
2017-11-25
1
-1
/
+1
*
radeonsi: don't write undefined output channels to LDS in LS
Marek Olšák
2017-11-25
1
-0
/
+3
*
radeonsi: use ac.lds for shared memory
Marek Olšák
2017-11-25
3
-5
/
+3
*
radeonsi: do 64-bit LDS loads recursively
Marek Olšák
2017-11-25
1
-7
/
+9
*
etnaviv: Emit vertex buffers consecutively
Wladimir J. van der Laan
2017-11-23
1
-4
/
+4
*
r600: set DX10_CLAMP for compute shader too
Roland Scheidegger
2017-11-23
1
-2
/
+3
*
r600/shader: Fix all warnings issed with "-Wall -Wextra"
Gert Wollny
2017-11-22
1
-31
/
+36
*
r600: Emit EOP for more CF instruction types
Gert Wollny
2017-11-22
4
-7
/
+16
*
broadcom/vc5: Fix BASE_LEVEL handling with txl.
Eric Anholt
2017-11-22
1
-0
/
+4
*
broadcom/vc5: Fix array texture layer count setup.
Eric Anholt
2017-11-22
1
-1
/
+6
*
broadcom/vc5: Don't increment primitive queries while they're paused.
Eric Anholt
2017-11-22
1
-1
/
+3
*
broadcom/vc5: Fix incorrect padding of TF outputs.
Eric Anholt
2017-11-22
1
-0
/
+2
*
broadcom/vc5: Fix UIF surface size setup for ARB_fbo's mismatched sizes.
Eric Anholt
2017-11-22
1
-2
/
+23
*
etnaviv: Put HALTI level in specs
Wladimir J. van der Laan
2017-11-22
2
-0
/
+23
*
etnaviv: Const-correctness etnaviv_emit.h
Wladimir J. van der Laan
2017-11-22
1
-1
/
+1
*
meson: add si_driinfo.h in libgallium_dri
Juan A. Suarez Romero
2017-11-22
1
-0
/
+1
*
llvmpipe: fix snorm blending
Roland Scheidegger
2017-11-21
4
-53
/
+191
*
r600: add cull distance support
Dave Airlie
2017-11-21
6
-6
/
+24
*
meson: Guard the gallium dri componenet
Dylan Baker
2017-11-20
1
-2
/
+4
*
broadcom/vc5: Align 1D texture miplevels to 64b.
Eric Anholt
2017-11-20
1
-0
/
+2
*
broadcom/vc5: Clamp min lod to the last level.
Eric Anholt
2017-11-20
1
-2
/
+3
*
broadcom/vc5: Increase simulator memory for tex-miplevel-selection.
Eric Anholt
2017-11-20
1
-1
/
+1
*
swr/rast: Repair simd8 frontend code rot
Tim Rowley
2017-11-20
1
-1
/
+1
*
swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shader
Tim Rowley
2017-11-20
4
-29
/
+220
*
swr/rast: Simplify GATHER* jit builder api
Tim Rowley
2017-11-20
4
-48
/
+48
*
swr/rast: Add alignment to transpose targets
Tim Rowley
2017-11-20
1
-8
/
+8
[prev]
[next]