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
*
broadcom/vc5: Set up internal_format for imported resources.
Eric Anholt
2018-04-24
1
-0
/
+2
*
broadcom/vc5: Assert that created BOs have offset != 0.
Eric Anholt
2018-04-24
1
-0
/
+1
*
broadcom/vc5: Don't allocate simulator BOs at offset 0.
Eric Anholt
2018-04-24
1
-1
/
+5
*
broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.
Eric Anholt
2018-04-24
2
-6
/
+21
*
broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.
Eric Anholt
2018-04-24
1
-0
/
+1
*
Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"
Marek Olšák
2018-04-24
1
-4
/
+0
*
gallivm: dump bitcode before optimization
Roland Scheidegger
2018-04-24
1
-13
/
+20
*
gallivm: (trivial) do division by 1000 with int64
Roland Scheidegger
2018-04-24
1
-1
/
+1
*
gallivm: remove LICM pass
Roland Scheidegger
2018-04-24
1
-1
/
+9
*
gallivm: add early cse pass
Roland Scheidegger
2018-04-24
1
-4
/
+5
*
ac/radv/radeonsi: refactor harvest config register getters.
Dave Airlie
2018-04-24
1
-105
/
+6
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
1
-11
/
+1
*
ac/radv/radeonsi: refactor raster_config default values getters.
Dave Airlie
2018-04-24
1
-82
/
+3
*
radeonsi: use common gs_table_depth code
Dave Airlie
2018-04-24
1
-31
/
+2
*
radeonsi: don't runtime check gs table info
Dave Airlie
2018-04-24
1
-7
/
+7
*
st/dri: Fix dangling pointer to a destroyed dri_drawable
Johan Klokkhammer Helsing
2018-04-23
1
-0
/
+4
*
nv50/ir: make a copy of tex src if it's referenced multiple times
Ilia Mirkin
2018-04-22
1
-37
/
+49
*
virgl: disable virgl when no 3D for virtio gpu.
Lepton Wu
2018-04-23
1
-0
/
+11
*
gallium/tests/trivial: fix viewport depth transform
Ilia Mirkin
2018-04-21
2
-6
/
+7
*
trace: allow image resource to be null
Ilia Mirkin
2018-04-21
1
-1
/
+1
*
nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0
Karol Herbst
2018-04-21
1
-10
/
+29
*
autotools: Include new meson files
18.1-branchpoint
Dylan Baker
2018-04-20
3
-1
/
+7
*
autotools: Add passes.h to sources so it will be included in the tarball
Dylan Baker
2018-04-20
1
-0
/
+1
*
nvc0: fix line width on GM20x+
Rhys Perry
2018-04-20
1
-1
/
+4
*
etnaviv: fix texture_format_needs_swiz
Lucas Stach
2018-04-20
1
-1
/
+1
*
gallium/util: Android backtrace support
Stefan Schake
2018-04-20
3
-1
/
+114
*
gallium/util: Don't stub u_debug_stack on Android
Stefan Schake
2018-04-20
1
-1
/
+2
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
2
-132
/
+100
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
2
-145
/
+79
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-2
/
+48
*
radeonsi/nir: fix crash in test involving the sample mask
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi/nir: set FS properties only when scanning a fragment shader
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi: fix error paths of si_texture_transfer_map
Nicolai Hähnle
2018-04-20
1
-13
/
+12
*
clover: Fix host access validation for sub-buffer creation
Aaron Watry
2018-04-19
1
-2
/
+7
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
3
-5
/
+4
*
svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace
Thomas Hellstrom
2018-04-19
1
-1
/
+1
*
swr: Fix include for createPromoteMemoryToRegisterPass
Mike Lothian
2018-04-19
1
-0
/
+3
*
radeon/vce: disable vce dual pipe on VegaM
Leo Liu
2018-04-18
1
-1
/
+2
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
5
-2
/
+10
*
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
2018-04-18
1
-3
/
+4
*
meson: build graw tests
Dylan Baker
2018-04-18
5
-0
/
+108
*
meson: build gallium unit tests
Dylan Baker
2018-04-18
2
-0
/
+34
*
meson: Build gallium trivial tests
Dylan Baker
2018-04-18
3
-2
/
+54
*
swr/rast: Fix VGATHERPD lowering
George Kyriazis
2018-04-18
1
-13
/
+69
*
swr/rast: Replace x86 VMOVMSK with llvm-only implementation
George Kyriazis
2018-04-18
5
-5
/
+26
*
swr/rast: Optimize late/bindless JIT of samplers
George Kyriazis
2018-04-18
25
-105
/
+213
*
swr/rast: Implement VROUND intrinsic in x86 lowering pass
George Kyriazis
2018-04-18
1
-1
/
+37
*
swr/rast: Refactor to improve code sharing.
George Kyriazis
2018-04-18
1
-43
/
+36
*
swr/rast: minimize codegen redundant work
George Kyriazis
2018-04-18
6
-128
/
+335
*
swr/rast: double-pump in x86 lowering pass
George Kyriazis
2018-04-18
1
-11
/
+19
[next]