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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: rename msaa_sample_positions -> sample_locations
Erik Faye-Lund
2018-08-07
2
-5
/
+5
*
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
2018-08-06
1
-0
/
+2
*
vc4: Fix context creation when syncobjs aren't supported.
Eric Anholt
2018-08-06
1
-2
/
+6
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
6
-4
/
+45
*
v3d: Drop "VC5" from the renderer string.
Eric Anholt
2018-08-06
1
-1
/
+1
*
v3d: Avoid spilling that breaks the r5 usage after a ldvary.
Eric Anholt
2018-08-06
1
-0
/
+9
*
v3d: Make sure that QPU instruction-has-a-dest matches VIR.
Eric Anholt
2018-08-06
2
-1
/
+11
*
v3d: Wait for TMU writes to complete before continuing after a spill.
Eric Anholt
2018-08-06
1
-1
/
+6
*
v3d: Make sure we don't emit a thrsw before the last one finished.
Eric Anholt
2018-08-06
1
-2
/
+13
*
v3d: Add some debug code for forcing register spilling.
Eric Anholt
2018-08-06
1
-0
/
+14
*
drisw: Fix build on Android Nougat, which lacks shm (v2)
Chad Versace
2018-08-06
1
-0
/
+11
*
mesa: fix make check for AMD_framebuffer_multisample_advanced
Ian Romanick
2018-08-06
1
-0
/
+8
*
glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions
Ian Romanick
2018-08-06
1
-2
/
+2
*
meson, install_megadrivers: Also remove stale symlinks
Gert Wollny
2018-08-06
1
-2
/
+4
*
anv: add more swapchain formats
Tapani Pälli
2018-08-06
1
-5
/
+11
*
nvc0/ir: return 0 in imageLoad on incomplete textures
Karol Herbst
2018-08-04
2
-3
/
+31
*
gm200/ir: optimize rcp(sqrt) to rsq
Karol Herbst
2018-08-04
1
-1
/
+10
*
gm200/ir: add native OP_SQRT support
Karol Herbst
2018-08-04
4
-2
/
+14
*
intel: tools: simplify meson build
Lionel Landwerlin
2018-08-04
1
-46
/
+50
*
intel: aubinator: simplify decoding
Lionel Landwerlin
2018-08-04
1
-10
/
+5
*
intel: common: add missing stdint include
Lionel Landwerlin
2018-08-04
1
-0
/
+2
*
intel: decoder: remove unused variable
Lionel Landwerlin
2018-08-04
1
-2
/
+0
*
intel: tools: aubwrite: reuse canonical address helper
Lionel Landwerlin
2018-08-04
1
-17
/
+2
*
intel: aubinator: fix read the context/ring
Lionel Landwerlin
2018-08-04
1
-2
/
+2
*
nir: Transform expressions of b2f(a) and b2f(b) to a == b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a ^^ b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a && b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)
Ian Romanick
2018-08-04
1
-0
/
+11
*
nir: Transform -fabs(a) >= 0 to a == 0
Ian Romanick
2018-08-04
1
-0
/
+9
*
nir: Transform expressions of b2f(a) and b2f(b) to a || b
Ian Romanick
2018-08-04
1
-0
/
+19
*
nir: Transform -fabs(a) < 0 to a != 0
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Rearrange bcsel with two bcsel sources
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Collapse more repeated bcsels on the same argument
Ian Romanick
2018-08-04
1
-0
/
+1
*
nir: Don't compare i2f or u2i with zero
Ian Romanick
2018-08-04
1
-0
/
+13
*
nir: Remove f2i(i2f(x)) conversions
Ian Romanick
2018-08-04
1
-0
/
+8
*
nir: Mark the 0.0 < abs(a) transformation as imprecise
Ian Romanick
2018-08-04
1
-1
/
+1
*
radeonsi: cosmetic changes
Marek Olšák
2018-08-04
5
-6
/
+5
*
st/mesa: expose & set limits for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
2
-1
/
+90
*
st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-8
/
+53
*
st/mesa: pass storage_sample_count parameter into st_choose_format
Marek Olšák
2018-08-04
6
-22
/
+30
*
mesa: add functional FBO changes for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
2
-17
/
+131
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
4
-9
/
+23
*
mesa: implement glGet for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
4
-0
/
+32
*
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Marek Olšák
2018-08-04
3
-0
/
+59
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
6
-21
/
+33
*
include: update GL & GLES headers (v2)
Marek Olšák
2018-08-04
6
-39
/
+321
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
8
-154
/
+40
*
winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0
Marek Olšák
2018-08-03
5
-6
/
+60
*
gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)
Marek Olšák
2018-08-03
1
-24
/
+180
[next]