index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
394
-1521
/
+1514
2015-07-21
nvc0: force cache flush when binding a new ubo
Samuel Pitoiset
1
-0
/
+2
2015-07-21
nv50: force cache flush when binding a new ubo
Samuel Pitoiset
1
-0
/
+2
2015-07-21
r600/sb: Fix an &/&& mistake
Adam Jackson
1
-1
/
+1
2015-07-21
nouveau: use bool instead of boolean
Samuel Pitoiset
70
-679
/
+679
2015-07-20
gallivm: Initialize LLVM Modules's DataLayout to an empty string.
Tom Stellard
1
-5
/
+23
2015-07-20
nvc0: add a missing parameter to nvc0_set_shader_images()
Samuel Pitoiset
1
-3
/
+3
2015-07-20
nouveau: always align buffers to 0x100
Samuel Pitoiset
1
-7
/
+1
2015-07-20
nv50: limit the maximum number of samplers to 16
Samuel Pitoiset
1
-1
/
+1
2015-07-20
nv50: turn samples counts off during blit
Samuel Pitoiset
1
-0
/
+11
2015-07-20
nv50: add nesting support for occlusion queries
Samuel Pitoiset
2
-11
/
+20
2015-07-20
nv50: fix max level clamping on G80
Ilia Mirkin
1
-2
/
+9
2015-07-18
gm107/ir: fix indirect txq emission
Ilia Mirkin
1
-2
/
+8
2015-07-18
nvc0/ir: don't worry about sampler in txq handling
Ilia Mirkin
1
-22
/
+8
2015-07-18
nvc0/ir: fix txq on indirect samplers
Ilia Mirkin
2
-2
/
+56
2015-07-17
vc4: Switch to using a separate ioctl for making shaders.
Eric Anholt
4
-12
/
+78
2015-07-17
vc4: Fix printing of shader-db debug when shader-db isn't turned on.
Eric Anholt
1
-4
/
+6
2015-07-17
vc4: Add debugging on texture relocation validation failures.
Eric Anholt
1
-7
/
+13
2015-07-17
vc4: Also consider uniform 0 in uniform lowering.
Eric Anholt
1
-3
/
+3
2015-07-17
vc4: Use the pure/const attributes on a bunch of our QPU functions.
Eric Anholt
2
-18
/
+18
2015-07-16
gallium: add interface for writable shader buffers
Marek Olšák
2
-0
/
+28
2015-07-16
gallium: add interface for writable shader images
Marek Olšák
10
-27
/
+120
2015-07-16
gallium: add new limits for shader buffers and images
Marek Olšák
3
-4
/
+5
2015-07-16
gallium: add BIND flags for R/W buffers and images
Marek Olšák
7
-13
/
+19
2015-07-16
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
15
-0
/
+18
2015-07-16
clover: little OpenCL status code logging clean
EdB
5
-25
/
+32
2015-07-15
osmesa: fix OSMesaPixelsStore typo
Brian Paul
1
-1
/
+1
2015-07-14
vc4: Cache the texture p1 for the sampler.
Eric Anholt
3
-49
/
+69
2015-07-14
vc4: Cache texture p0/p1 setup for the sampler view.
Eric Anholt
3
-28
/
+43
2015-07-14
vc4: Move uniforms handling to a separate file.
Eric Anholt
3
-314
/
+341
2015-07-14
vc4: Fix some -Wdouble-promotion warnings.
Eric Anholt
3
-6
/
+6
2015-07-14
vc4: Fix compiler warnings on release builds.
Eric Anholt
4
-7
/
+14
2015-07-14
vc4: Add better debug for register allocation failure.
Eric Anholt
1
-1
/
+5
2015-07-14
vc4: Drop reloc_count tracking for debug asserts on non-debug builds.
Eric Anholt
1
-0
/
+10
2015-07-14
vc4: Rework cl handling to be friendlier to the compiler.
Eric Anholt
6
-152
/
+203
2015-07-14
vc4: Make a helper function for getting the current offset in the CL.
Eric Anholt
4
-20
/
+21
2015-07-14
vc4: Drop separate cl*_reloc_hindex().
Eric Anholt
1
-18
/
+6
2015-07-14
vc4: Store reloc pointers as pointers, not offsets.
Eric Anholt
1
-5
/
+5
2015-07-14
vc4: Add perf debug for when we wait on BOs.
Eric Anholt
4
-43
/
+72
2015-07-13
auxiliary/vl: use the correct screen index
Emil Velikov
1
-4
/
+13
2015-07-13
radeonsi: directly include radeon/* headers
Emil Velikov
1
-1
/
+1
2015-07-13
auxiliary/vl: use loader_open_device() over open()
Emil Velikov
2
-1
/
+4
2015-07-13
pipe-loader: use loader_open_device() rather than open()
Emil Velikov
1
-1
/
+1
2015-07-13
pipe-loader: remove pipe_loader_sw_probe_xlib
Emil Velikov
3
-53
/
+0
2015-07-13
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Emil Velikov
10
-20
/
+7
2015-07-13
automake: pipe-loader: remove the 'client' pipe-loader
Emil Velikov
3
-28
/
+22
2015-07-13
pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument
Emil Velikov
6
-90
/
+7
2015-07-13
pipe-loader: simplify pipe_loader_drm_probe
Emil Velikov
1
-9
/
+4
2015-07-13
pipe-loader: drop support for non-render node devices
Emil Velikov
1
-59
/
+1
2015-07-13
radeonsi: direct emit intrinsic for DFRAC.
Dave Airlie
1
-0
/
+1
[next]