index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-21
v3d: Include v3d_drm.h path.
Vinson Lee
1
-0
/
+1
2018-05-21
virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.
Dave Airlie
1
-1
/
+1
2018-05-19
r600/compute: Mark several functions as static
Aaron Watry
2
-30
/
+29
2018-05-19
r600/compute: Remove unused compute_memory_pool functions
Aaron Watry
2
-103
/
+0
2018-05-19
draw: get rid of special logic to not emit null tris
Roland Scheidegger
1
-38
/
+0
2018-05-18
radeonsi: skip ES output stores for undefined output components
Marek Olšák
1
-0
/
+3
2018-05-18
llvmpipe: fix check for a no-op shader
Brian Paul
1
-2
/
+4
2018-05-17
tgsi: fix incorrect tgsi_shader_info::num_tokens computation
Brian Paul
1
-2
/
+1
2018-05-17
amd: remove support for LLVM 4.0
Marek Olšák
4
-13
/
+3
2018-05-17
swr/rast: Added FEClipRectangles event
Alok Hota
2
-0
/
+4
2018-05-17
swr/rast: Whitespace and tab-to-spaces changes
Alok Hota
5
-17
/
+18
2018-05-17
swr/rast: fix VCVTPD2PS generation for AVX512
Alok Hota
1
-2
/
+10
2018-05-17
swr/rast: Rectlist support for GS
Alok Hota
6
-1
/
+102
2018-05-17
swr/rast: Remove unneeded virtual from methods
Alok Hota
1
-2
/
+2
2018-05-17
broadcom/vc4: Native fence fd support
Stefan Schake
6
-11
/
+107
2018-05-17
broadcom/vc4: Store job fence in syncobj
Stefan Schake
3
-4
/
+35
2018-05-17
broadcom/vc4: Detect syncobj support
Stefan Schake
2
-0
/
+7
2018-05-17
v3d: Add support for glSampleMask / glSampleCoverage.
Eric Anholt
5
-5
/
+26
2018-05-17
v3d: Enable NaN propagation in the VS and CS as well.
Eric Anholt
1
-1
/
+3
2018-05-16
radeonsi: create .gitignore
Dieter Nützel
1
-0
/
+2
2018-05-16
v3d: Fix wiring filters to NEAREST for 32-bit texture returns.
Eric Anholt
1
-1
/
+1
2018-05-16
v3d: Enable the driver by default.
Eric Anholt
1
-1
/
+1
2018-05-16
v3d: Rename driver functions from vc5 to v3d.
Eric Anholt
29
-1533
/
+1533
2018-05-16
v3d: Rename the driver files from "vc5" to "v3d".
Eric Anholt
48
-125
/
+125
2018-05-16
v3d: Rename the vc5_dri.so driver to v3d_dri.so.
Eric Anholt
24
-72
/
+72
2018-05-16
v3d: Switch the vc5 driver to using the finalized V3D UABI.
Eric Anholt
9
-234
/
+39
2018-05-16
svga: fix incompatible bind flags at buffer validation time
Charmaine Lee
1
-2
/
+7
2018-05-16
etnaviv: Fix missing rnndb file in tarballs
Stuart Young
2
-0
/
+2
2018-05-15
gallium/hud: add frametime graph (v2)
Matthias Groß
3
-1
/
+38
2018-05-15
eg/compute: Use reference counting to handle compute memory pool.
Jan Vesely
2
-12
/
+7
2018-05-16
gallivm: Use alloca_undef with array type instead of alloca_array
Roland Scheidegger
1
-28
/
+33
2018-05-15
cso: check count == 0 in cso_set_vertex_buffers
Marek Olšák
1
-0
/
+3
2018-05-15
vc5: use util_copy_framebuffer_state
Rob Clark
1
-12
/
+2
2018-05-15
vc4: use util_copy_framebuffer_state
Rob Clark
1
-12
/
+2
2018-05-15
freedreno/a5xx: remove fd5_shader_stateobj
Rob Clark
3
-23
/
+10
2018-05-15
freedreno/a4xx: remove fd4_shader_stateobj
Rob Clark
3
-23
/
+10
2018-05-15
freedreno/a3xx: remove fd3_shader_stateobj
Rob Clark
3
-26
/
+13
2018-05-15
freedreno: fence should hold a ref to pipe
Rob Clark
1
-3
/
+4
2018-05-15
freedreno: batch cache doesn't hold a ref to batch
Rob Clark
1
-1
/
+1
2018-05-15
meson: fix copyright symbol
Eric Engestrom
1
-1
/
+1
2018-05-15
autotools, meson: add tileset.h
Juan A. Suarez Romero
2
-1
/
+3
2018-05-15
st/xa: Bump minor
Thomas Hellstrom
1
-1
/
+1
2018-05-15
virgl: enable vertex streams when glsl level is high enough.
Dave Airlie
2
-2
/
+3
2018-05-14
opencl: autotools: Fix linking order for OpenCL target
Kai Wasserbäch
1
-2
/
+1
2018-05-14
llvmpipe: Fix random number generation for unit tests
Roland Scheidegger
2
-2
/
+19
2018-05-13
nvc0: fix setting of subpixel precision during conservative rasterization
Rhys Perry
2
-2
/
+2
2018-05-12
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
6
-67
/
+38
2018-05-11
radeon/vce: add firmware support for ver 53 and up
Boyuan Zhang
1
-2
/
+2
2018-05-11
etnaviv: remove pipe_fence_handle::ctx
Rob Clark
1
-2
/
+0
2018-05-11
swr/rast: Thread locked tiles improvement
George Kyriazis
7
-24
/
+152
[next]