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
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-18
mesa: Bump version to 10.0.0-rc1
mesa-10.0-rc1
Ian Romanick
1
-1
/
+1
2013-11-15
radeon/llvm: Free elf_buffer after use
Aaron Watry
1
-0
/
+1
2013-11-15
r600/llvm: Free binary.code/binary.config in r600_llvm_compile
Aaron Watry
1
-0
/
+3
2013-11-15
r600/llvm: initialize radeon_llvm_binary
Aaron Watry
1
-0
/
+1
2013-11-15
svga: mark dest image as defined in svga_surface_copy()
Brian Paul
1
-0
/
+2
2013-11-15
svga: do primitive trimming in translate_indices()
Brian Paul
1
-3
/
+12
2013-11-15
gallium/pipe_loader: un-reference udev resources when we're done with them.
Aaron Watry
1
-0
/
+3
2013-11-15
radeonsi/compute: Dispose of LLVM module after compiling kernels
Aaron Watry
1
-0
/
+1
2013-11-15
radeonsi/compute: Free program and program.kernels on shutdown
Aaron Watry
1
-1
/
+15
2013-11-15
radeon/llvm: Free created llvm memory buffer
Aaron Watry
1
-0
/
+1
2013-11-15
radeon/llvm: Free libelf resources
Aaron Watry
1
-0
/
+3
2013-11-15
radeon/llvm: fix spelling error
Aaron Watry
1
-1
/
+1
2013-11-15
clover: Support multiple devices in clCreateContextFromType() v2
Tom Stellard
1
-3
/
+9
2013-11-15
glsl: Rework interface block linking.
Paul Berry
1
-20
/
+251
2013-11-15
i965: Fix vertical alignment for multisampled buffers.
Paul Berry
1
-4
/
+7
2013-11-15
main: Fix MaxUniformComponents for geometry shaders.
Paul Berry
1
-1
/
+1
2013-11-15
mesa: Fix derived vertex state not being updated in glCallList()
Fredrik Höglund
1
-6
/
+16
2013-11-15
dri: Change value param to unsigned
Ian Romanick
4
-4
/
+4
2013-11-15
i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiB
Ian Romanick
1
-3
/
+7
2013-11-15
i915: Use drm_intel_get_aperture_sizes instead of drmAgpSize
Ian Romanick
1
-2
/
+6
2013-11-15
dri: Remove redundant createNewContext function from __DRIimageDriverExtension
Kristian Høgsberg
3
-54
/
+15
2013-11-15
wayland: Use __DRIimage based getBuffers implementation when available
Kristian Høgsberg
2
-47
/
+96
2013-11-15
gbm: Add support for __DRIimage based getBuffers when available
Kristian Høgsberg
3
-10
/
+72
2013-11-15
dri/i915, dri/i965: Fix support for planar images
Ander Conselvan de Oliveira
2
-2
/
+4
2013-11-15
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
5
-54
/
+76
2013-11-15
i965/fs: Do instruction pre-scheduling just before register allocation.
Eric Anholt
1
-2
/
+2
2013-11-15
i965/fs: Ignore actual latency pre-reg-alloc.
Eric Anholt
1
-21
/
+29
2013-11-15
i965/fs: Fix message setup for SIMD8 spills.
Eric Anholt
1
-1
/
+1
2013-11-15
i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.
Eric Anholt
1
-0
/
+144
2013-11-15
i965: Fix undefined value usage in ABO setup.
Eric Anholt
1
-1
/
+1
2013-11-15
clover: Fix the const variant of adaptor_range::end to deal with mismatching ...
Francisco Jerez
1
-1
/
+2
2013-11-15
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
1
-6
/
+6
2013-11-15
meta: enable vertex attributes in the context of the newly created array object
Petr Sebor
1
-2
/
+3
2013-11-15
mesa: call update_array_format() after error checking
Brian Paul
1
-5
/
+5
2013-11-15
nouveau/video: mark bitstream-level acceleration as unsupported
Ilia Mirkin
1
-2
/
+2
2013-11-15
nouveau/video: don't try on nv3x
Ilia Mirkin
1
-2
/
+2
2013-11-15
egl-static: Only export necessary symbols v3
Tom Stellard
2
-0
/
+5
2013-11-15
configure.ac: Don't require shared LLVM when building OpenCL
Tom Stellard
1
-6
/
+0
2013-11-15
pipe-loader: Only export necessary symbols v3
Tom Stellard
2
-0
/
+5
2013-11-15
radeonsi/compute: Add Sea Islands support
Tom Stellard
1
-3
/
+12
2013-11-15
tests: Fix make check for out of tree builds.
Rico Schüller
2
-0
/
+2
2013-11-15
osmesa: fix broken triangle/line drawing when using float color buffer
Brian Paul
1
-0
/
+16
2013-11-15
i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitor
Chris Forbes
1
-7
/
+11
2013-11-15
glsl: fix missing breaks in equals(ir_texture,..)
Chris Forbes
1
-0
/
+2
2013-11-15
i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)
Matt Turner
1
-1
/
+2
2013-11-15
Add .cherry-ignore file
Ian Romanick
1
-0
/
+3
2013-11-15
glx: Back DRI3 enablement out of the stable branch.
Eric Anholt
3
-13
/
+3
2013-11-15
glx: change query_renderer_integer() value param to unsigned
Brian Paul
3
-3
/
+4
2013-11-15
glx: Fix scons build.
José Fonseca
1
-0
/
+3
2013-11-15
swrast: add missing notify_reset parameter to dri_create_context()
Brian Paul
1
-0
/
+1
[next]