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
...
*
winsys/amdgpu: clean up IB buffer size computation
Marek Olšák
2019-02-11
1
-8
/
+4
*
winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONST
Marek Olšák
2019-02-11
1
-2
/
+1
*
winsys/amdgpu: use a separate fence list for syncobjs
Marek Olšák
2019-02-11
2
-17
/
+15
*
winsys/amdgpu: unify fence list code
Marek Olšák
2019-02-11
2
-59
/
+42
*
winsys/amdgpu: don't drop manually added fence dependencies
Marek Olšák
2019-02-11
1
-2
/
+0
*
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-2
/
+5
*
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-1
/
+2
*
nvc0: we have 16k-sized framebuffers, fix default scissors
Ilia Mirkin
2019-02-10
1
-2
/
+2
*
panfrost: Specify supported draw modes per-context
Alyssa Rosenzweig
2019-02-11
2
-12
/
+11
*
panfrost: Elucidate texture op scheduling comment
Alyssa Rosenzweig
2019-02-10
1
-8
/
+1
*
panfrost: Remove speculative if 0'd format bit code
Alyssa Rosenzweig
2019-02-10
1
-6
/
+0
*
panfrost: Remove if 0'd dead code
Alyssa Rosenzweig
2019-02-10
5
-83
/
+0
*
panfrost: Add kernel-agnostic resource management
Alyssa Rosenzweig
2019-02-10
2
-15
/
+172
*
panfrost: Don't hardcode number of nir_ssa_defs
Alyssa Rosenzweig
2019-02-10
1
-14
/
+14
*
panfrost: Clean-up one-argument passing quirk
Alyssa Rosenzweig
2019-02-10
2
-114
/
+112
*
nouveau: Silence unhandled cap warnings
Kenneth Graunke
2019-02-08
2
-0
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
18
-12
/
+53
*
kmsro: Silence warning if missing
Alyssa Rosenzweig
2019-02-08
1
-1
/
+0
*
panfrost: Include glue for out-of-tree legacy code
Alyssa Rosenzweig
2019-02-07
5
-7
/
+29
*
panfrost: Check in sources for command stream
Alyssa Rosenzweig
2019-02-07
22
-5
/
+5441
*
panfrost: Use u_pipe_screen_get_param_defaults
Alyssa Rosenzweig
2019-02-07
1
-151
/
+6
*
kmsro: Move DRM entrypoints to shared block
Alyssa Rosenzweig
2019-02-07
1
-10
/
+8
*
nvc0: add compute invocation counter
Rhys Perry
2019-02-06
8
-4
/
+207
*
gm107/ir: add fp64 rsq
Karol Herbst
2019-02-06
3
-3
/
+128
*
gm107/ir: add fp64 rcp
Karol Herbst
2019-02-06
3
-4
/
+270
*
gk104/ir: Use the new rcp/rsq in library
Karol Herbst
2019-02-06
3
-15
/
+334
*
gk110/ir: Use the new rcp/rsq in library
Boyan Ding
2019-02-06
5
-0
/
+42
*
gk110/ir: Add rsq f64 implementation
Boyan Ding
2019-02-06
2
-2
/
+109
*
gk110/ir: Add rcp f64 implementation
Boyan Ding
2019-02-06
2
-4
/
+235
*
nvc0: stick zero values for the compute invocation counts
Ilia Mirkin
2019-02-06
1
-0
/
+2
*
nv50,nvc0: use condition for occlusion queries when already complete
Ilia Mirkin
2019-02-06
6
-28
/
+25
*
nvc0: fix 3d images on kepler
Ilia Mirkin
2019-02-06
2
-35
/
+34
*
nvc0/ir: fix second tex argument after levelZero optimization
Ilia Mirkin
2019-02-06
2
-25
/
+24
*
nvc0/ir: always use CG mode for loads from atomic-only buffers
Ilia Mirkin
2019-02-06
1
-2
/
+12
*
nvc0: add support for handling indirect draws with attrib conversion
Ilia Mirkin
2019-02-06
3
-1
/
+82
*
freedreno/a6xx: Use tiling for all resources
Kristian H. Kristensen
2019-02-06
1
-1
/
+0
*
freedreno/a6xx: Emit blitter dst with OUT_RELOCW
Kristian H. Kristensen
2019-02-06
1
-1
/
+1
*
xvmc: fix string comparison
Eric Engestrom
2019-02-06
1
-3
/
+3
*
xvmc: fix string comparison
Eric Engestrom
2019-02-06
1
-10
/
+10
*
radeonsi: use local ws variable in si_need_dma_space
Marek Olšák
2019-02-06
1
-9
/
+10
*
radeonsi: don't leak an index buffer if draw_vbo fails
Marek Olšák
2019-02-06
1
-3
/
+5
*
radeonsi: make allocator_zeroed_memory unmappable and use bigger buffers
Marek Olšák
2019-02-06
1
-1
/
+2
*
radeonsi: clear allocator_zeroed_memory with SDMA
Marek Olšák
2019-02-06
4
-12
/
+9
*
radeonsi: initialize textures using DCC to black when possible
Marek Olšák
2019-02-06
3
-13
/
+63
*
freedreno: a2xx: fix fast clear
Jonathan Marek
2019-02-06
1
-1
/
+0
*
v3d: Store the actual mask of color buffers present in the key.
Eric Anholt
2019-02-05
1
-9
/
+10
*
v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.
Eric Anholt
2019-02-05
1
-1
/
+1
*
gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.
Kenneth Graunke
2019-02-05
3
-0
/
+3
*
nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.
Eric Anholt
2019-02-05
3
-10
/
+5
*
nvc0/ir: replace cvt instructions with add to improve shader performance
Karol Herbst
2019-02-05
2
-0
/
+64
[prev]
[next]