index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-11
vc4: Add kernel RCL support for MSAA rendering.
Eric Anholt
5
-39
/
+239
2015-12-11
vc4: Rename color_ms_write to color_write.
Eric Anholt
3
-22
/
+21
2015-12-11
vc4: Allow RCL blits to the edge of the surface.
Eric Anholt
1
-2
/
+8
2015-12-11
vc4: Fix check for tile RCL blits with mismatched y.
Eric Anholt
1
-1
/
+1
2015-12-11
vc4: Fix compiler warning from size_t change.
Eric Anholt
1
-1
/
+1
2015-12-11
vc4: Fix accidental scissoring when scissor is disabled.
Eric Anholt
1
-5
/
+23
2015-12-11
vc4: Disable RCL blitting when scissors are enabled.
Eric Anholt
1
-0
/
+3
2015-12-11
vc4: Bring over cleanups from submitting to the kernel.
Eric Anholt
4
-87
/
+78
2015-12-11
vc4: Add debug dumping of MSAA surfaces.
Eric Anholt
2
-6
/
+145
2015-12-11
vc4: Add support for laying out MSAA resources.
Eric Anholt
1
-5
/
+20
2015-12-11
vc4: Add support for storing sample mask.
Eric Anholt
5
-0
/
+24
2015-12-11
vc4: Fix up tile alignment checks for blitting using just an RCL.
Eric Anholt
1
-6
/
+22
2015-12-11
vc4: Add support for loading sample mask.
Eric Anholt
6
-1
/
+19
2015-12-11
vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.
Eric Anholt
2
-6
/
+5
2015-12-11
vc4: Fix point size lookup.
Eric Anholt
1
-1
/
+1
2015-12-04
radeon/llvm: Use llvm.AMDIL.exp intrinsic again for now
Michel Dänzer
1
-1
/
+1
2015-12-04
nv50/ir: avoid looking at uninitialized srcMods entries
Ilia Mirkin
2
-2
/
+2
2015-12-04
nv50/ir: fix DCE to not generate 96-bit loads
Ilia Mirkin
1
-1
/
+31
2015-12-04
radeonsi: fix Fiji for LLVM <= 3.7
Marek Olšák
1
-1
/
+2
2015-12-04
nv50/ir: don't forget to mark flagsDef on cvt in txb lowering
Ilia Mirkin
1
-1
/
+1
2015-12-04
nv50/ir: fix instruction permutation logic
Ilia Mirkin
1
-1
/
+1
2015-12-04
nv50/ir: the mad source might not have a defining instruction
Ilia Mirkin
1
-1
/
+1
2015-12-04
nv50/ir: deal with loops with no breaks
Ilia Mirkin
1
-0
/
+6
2015-12-04
nvc0/ir: fold postfactor into immediate
Ilia Mirkin
1
-0
/
+6
2015-12-04
r600: SMX returns CONTEXT_DONE early workaround
Dave Airlie
2
-1
/
+13
2015-12-04
r600: do SQ flush ES ring rolling workaround
Dave Airlie
3
-1
/
+8
2015-12-04
clover: Handle NULL devices returned by pipe_loader_probe() v2
Tom Stellard
1
-1
/
+2
2015-12-04
automake: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
1
-1
/
+1
2015-12-04
r600: workaround empty geom shader.
Dave Airlie
1
-0
/
+5
2015-12-04
r600: rv670 use at least 16es/gs threads
Dave Airlie
1
-4
/
+5
2015-12-04
r600: geometry shader gsvs itemsize workaround
Dave Airlie
1
-0
/
+20
2015-12-04
vl/buffers: fixes vl_video_buffer_formats for RGBX
Julien Isorce
1
-1
/
+1
2015-11-30
radeon/vce: disable Stoney VCE for 11.0
Leo Liu
1
-0
/
+5
2015-11-30
auxiliary/vl/dri: fd management cleanups
Emil Velikov
1
-2
/
+5
2015-11-30
auxiliary/vl/drm: fd management cleanups
Emil Velikov
1
-1
/
+7
2015-11-30
st/xa: fd management cleanups
Emil Velikov
1
-1
/
+8
2015-11-30
st/dri: fd management cleanups
Emil Velikov
1
-2
/
+14
2015-11-30
pipe-loader: check if winsys.name is non-null prior to strcmp
Emil Velikov
1
-4
/
+4
2015-11-30
radeon: only suspend queries on flush if they haven't been suspended yet
Nicolai Hähnle
2
-2
/
+9
2015-11-30
targets: use the non-inline sw helpers
Emil Velikov
8
-1
/
+9
2015-11-29
target-hepers: add non inline sw helpers
Emil Velikov
2
-0
/
+83
2015-11-29
pipe-loader: fix off-by one error
Emil Velikov
1
-1
/
+1
2015-11-29
radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values
Tom Stellard
2
-31
/
+7
2015-11-29
radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}
Tom Stellard
3
-6
/
+6
2015-11-29
radeon/uvd: uv pitch separation for stoney
Boyuan Zhang
2
-1
/
+6
2015-11-29
freedreno/a4xx: use a factor of 32767 for snorm8 blending
Ilia Mirkin
1
-5
/
+34
2015-11-29
pipe-loader: link against libloader regardless of libdrm presence
Emil Velikov
1
-2
/
+2
2015-11-29
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
1
-4
/
+42
2015-11-29
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2
-15
/
+17
2015-11-29
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
1
-2
/
+6
[prev]
[next]