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
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
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
staging/22.2
staging/22.3
staging/23.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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-25
st/dri: prevent leak of dri option default values
Aaron Watry
1
-0
/
+6
2014-01-25
radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup
Aaron Watry
2
-7
/
+7
2014-01-25
mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLES
Ian Romanick
1
-0
/
+37
2014-01-25
st/mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
1
-1
/
+1
2014-01-25
mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
1
-1
/
+1
2014-01-25
Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.
Michał Górny
1
-2
/
+2
2014-01-25
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
3
-0
/
+21
2014-01-25
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
1
-0
/
+32
2014-01-09
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Eric Anholt
1
-1
/
+2
2014-01-09
i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
1
-1
/
+3
2014-01-09
mesa: Namespace qualify fma to override ambiguity with fma from math.h
Thomas Sondergaard
1
-1
/
+1
2014-01-09
mesa: Work around internal compiler error
Thomas Sondergaard
1
-2
/
+2
2014-01-09
mesa: Fix compile error with MSVC 2013
Thomas Sondergaard
1
-1
/
+1
2014-01-09
mesa: Preliminary support for MSVC_VERSION=12.0
Thomas Sondergaard
1
-1
/
+1
2014-01-09
i965: fold offset into coord for textureOffset(gsampler2DRect)
Chris Forbes
1
-1
/
+1
2014-01-09
swrast: fix delayed texel buffer allocation regression for OpenMP
Andreas Fänger
1
-0
/
+12
2014-01-09
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
4
-0
/
+71
2014-01-09
Add md5sums for 10.0.2. release.
Carl Worth
1
-0
/
+3
2014-01-09
docs: Add release notes for 10.0.2 release.
mesa-10.0.2
Carl Worth
1
-0
/
+158
2014-01-09
Update version to 10.0.2
Carl Worth
1
-1
/
+1
2014-01-02
Haiku: Add in public GL kit headers
Alexander von Gluck IV
4
-0
/
+307
2014-01-02
nv50: fix a small leak on context destroy
Ilia Mirkin
1
-0
/
+2
2014-01-02
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
3
-2
/
+9
2014-01-02
glsl: Teach ir_variable_refcount about ir_loop::counter variables.
Paul Berry
2
-0
/
+22
2014-01-02
i965/gen6: Fix HiZ hang in WebGL Google Maps
Chad Versace
1
-0
/
+15
2014-01-02
st/mesa: fix glClear with multiple colorbuffers and different formats
Marek Olšák
1
-24
/
+10
2014-01-02
glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
6
-1
/
+51
2014-01-02
Revert "mesa: Remove GLXContextID typedef from glx.h."
Kenneth Graunke
1
-0
/
+1
2014-01-02
r600g: fix SUMO2 pci id
Alex Deucher
1
-1
/
+1
2014-01-02
r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
1
-0
/
+2
2014-01-02
st/vdpau: Destroy context when initialization fails
Aaron Watry
1
-0
/
+1
2014-01-02
radeon/llvm: Free target data at end of optimization
Aaron Watry
1
-0
/
+1
2014-01-02
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
1
-1
/
+1
2014-01-02
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
1
-0
/
+2
2014-01-02
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
5
-18
/
+41
2014-01-02
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
1
-1
/
+4
2014-01-02
clover: Remove unused variable
Aaron Watry
1
-1
/
+0
2014-01-02
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
1
-0
/
+6
2014-01-02
st/mesa: use pipe_sampler_view_release()
Jonathan Liu
1
-1
/
+1
2014-01-02
i915: Add support for gl_FragData[0] reads.
Henri Verbeet
1
-0
/
+1
2014-01-02
i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
Kenneth Graunke
1
-1
/
+1
2014-01-02
Use line number information from entire function expression
Kevin Rogovin
1
-1
/
+1
2014-01-02
mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
1
-1
/
+3
2014-01-02
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
14
-10
/
+34
2014-01-02
mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
1
-6
/
+25
2014-01-02
r600g/sb: fix stack size computation on evergreen
Vadim Girlin
1
-4
/
+12
2013-12-12
docs: Add md5sums for the 10.0.1 release.
Carl Worth
1
-0
/
+3
2013-12-12
Update version for the 10.0.1 release.
mesa-10.0.1
Carl Worth
1
-1
/
+1
2013-12-12
Makefile: Add bin/test-driver to EXTRA_FILES
Carl Worth
1
-0
/
+1
2013-12-12
docs: Add release notes for 10.0.1
Carl Worth
1
-0
/
+147
[next]