index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: add support for collecting primitives generated outside streamout
Dave Airlie
2019-12-06
4
-1
/
+28
*
llvmpipe: disable occlusion queries when requested by state tracker
Dave Airlie
2019-12-06
2
-1
/
+3
*
llvmpipe: add queries disabled flag
Dave Airlie
2019-12-06
2
-0
/
+5
*
blorp: Pass the VB size to the VF cache workaround
Jason Ekstrand
2019-12-05
1
-0
/
+1
*
android: radeonsi: fix build after vl refactoring (v2)
Mauro Rossi
2019-12-05
3
-2
/
+15
*
freedreno/ir3: fix neverball assert in case of unused VS inputs
Rob Clark
2019-12-04
1
-3
/
+0
*
iris: Add restriction to 3DSTATE_CONSTANT_ packets.
Rafael Antognolli
2019-12-04
1
-0
/
+11
*
iris: Use 3DSTATE_CONSTANT_ALL when possible.
Rafael Antognolli
2019-12-04
2
-2
/
+76
*
iris: Rework push constants emitting code.
Rafael Antognolli
2019-12-04
1
-42
/
+83
*
lima: enable tiling
Vasily Khoruzhick
2019-12-04
1
-11
/
+30
*
radeonsi: display cs blit count for AMD_DEBUG=testdma
Pierre-Eric Pelloux-Prayer
2019-12-04
1
-3
/
+5
*
radeonsi: implement sdma for GFX9
Pierre-Eric Pelloux-Prayer
2019-12-04
1
-6
/
+191
*
iris: Stop setting up fake params
Jason Ekstrand
2019-12-04
2
-13
/
+6
*
gallium/scons: fix graw-xlib build on OSX.
Dave Airlie
2019-12-04
1
-0
/
+2
*
llvmpipe: enable texcoord semantics
Dave Airlie
2019-12-04
2
-10
/
+18
*
gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.
Krzysztof Raszkowski
2019-12-03
1
-1
/
+3
*
gallivm/llvmpipe: add support for front facing in sysval.
Dave Airlie
2019-12-03
6
-1
/
+14
*
llvmpipe/images: handle undefined atomic without crashing
Dave Airlie
2019-12-03
1
-2
/
+10
*
panfrost: Remove blend shader hack
Alyssa Rosenzweig
2019-12-03
1
-3
/
+0
*
panfrost: White list the Mali T720
Tomeu Vizoso
2019-12-03
1
-0
/
+1
*
panfrost: Simplify shader patching
Tomeu Vizoso
2019-12-03
1
-41
/
+19
*
panfrost: Simplify draw_flags
Alyssa Rosenzweig
2019-12-03
1
-11
/
+2
*
panfrost: Implement pan_tiler for non-hierarchy GPUs
Alyssa Rosenzweig
2019-12-03
2
-10
/
+13
*
panfrost: Add quirks system to cmdstream
Tomeu Vizoso
2019-12-03
6
-13
/
+16
*
iris: Allow max dynamic pool size of 2GB for gen12
Jordan Justen
2019-12-02
1
-1
/
+9
*
radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GS
Marek Olšák
2019-12-02
1
-3
/
+53
*
radeonsi/gfx10: simplify some duplicated NGG GS code
Marek Olšák
2019-12-02
1
-62
/
+34
*
mesa/main/util: moving gallium u_mm to util, remove main/mm
Alejandro Piñeiro
2019-12-02
4
-394
/
+0
*
iris: Map FXT1 texture formats
Kenneth Graunke
2019-12-01
1
-0
/
+2
*
st/mesa: Add GL_TDFX_texture_compression_FXT1 support
Kenneth Graunke
2019-12-01
1
-1
/
+2
*
etnaviv: remove dead code
Christian Gmeiner
2019-11-29
1
-3
/
+0
*
etnaviv: handle integer case for GENERIC_ATTRIB_SCALE
Christian Gmeiner
2019-11-29
1
-1
/
+5
*
etnaviv: fix R10G10B10A2 vertex format entries
Christian Gmeiner
2019-11-29
1
-4
/
+4
*
etnaviv: use NORMALIZE_SIGN_EXTEND
Christian Gmeiner
2019-11-29
1
-1
/
+1
*
etnaviv: fix integer vertex formats
Christian Gmeiner
2019-11-29
1
-24
/
+24
*
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
2019-11-29
3
-1
/
+23
*
gallium: Fix the ->set_damage_region() implementation
Boris Brezillon
2019-11-29
3
-4
/
+35
*
zink: silence coverity error
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: error-check right variable
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: avoid NULL-deref
Erik Faye-Lund
2019-11-29
1
-2
/
+1
*
zink: handle calloc-failure
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: do not try to destroy NULL-fence
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: delete query rather than allocating a new one
Erik Faye-Lund
2019-11-29
1
-1
/
+1
*
zink: fix crash when restoring sampler-states
Erik Faye-Lund
2019-11-29
3
-1
/
+3
*
zink: reject invalid sample-counts
Erik Faye-Lund
2019-11-29
1
-0
/
+2
*
zink: use true/false instead of TRUE/FALSE
Erik Faye-Lund
2019-11-29
1
-16
/
+16
*
panfrost: Fix gnu-empty-initializer build errors.
Vinson Lee
2019-11-28
3
-5
/
+5
*
winsys/amdgpu: avoid double simple_mtx_unlock()
Jonathan Gray
2019-11-28
1
-1
/
+0
[next]