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
2012-02-09
mesa: Bump version number to 8.0 (final)
mesa-8.0
Ian Romanick
3
-3
/
+3
2012-02-09
mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
1
-11
/
+11
2012-02-07
dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Eric Anholt
1
-0
/
+3
2012-02-07
dri: Fix typo in xml file that made all applications use the workaround.
Eric Anholt
1
-1
/
+1
2012-02-07
dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
1
-0
/
+7
2012-02-07
vbo: fix a building error
Chih-Wei Huang
1
-0
/
+2
2012-02-07
glsl: Add error case for switch() with two default cases.
Eric Anholt
2
-0
/
+16
2012-02-07
glsl: Throw an error when faced with a duplicated switch() case label.
Eric Anholt
2
-0
/
+27
2012-02-07
glsl: Add other missing error location information for switch statements.
Eric Anholt
1
-0
/
+4
2012-02-07
glsl: Add missing location info to case labels.
Eric Anholt
1
-0
/
+2
2012-02-07
glsl: Throw the required error when a case label is a non-constant.
Eric Anholt
1
-2
/
+14
2012-02-07
glsl: Save and restore the whole switch state for nesting.
Eric Anholt
3
-260
/
+255
2012-02-07
mesa: Fix the error message function names for glFlushMappedBufferRange().
Eric Anholt
1
-7
/
+7
2012-02-07
mesa: Fix bad-enum/no-buffer error handling for buffer object functions.
Eric Anholt
1
-87
/
+39
2012-02-07
glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent
Carl Worth
1
-3
/
+0
2012-02-07
mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)
Brian Paul
1
-0
/
+13
2012-02-07
mesa: use new _mesa_reference_shared_state() function
Brian Paul
3
-38
/
+49
2012-02-07
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
3
-1
/
+14
2012-02-07
mesa: Add a flag for forcing all GLSL extensions to "warn".
Eric Anholt
2
-0
/
+9
2012-02-07
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
3
-3
/
+6
2012-02-07
swrast: Fix fixed-function fragment processing
Chad Versace
9
-44
/
+45
2012-02-07
mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
1
-21
/
+24
2012-02-07
mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
1
-33
/
+12
2012-02-07
mesa: Add clamping for packing of integer data.
Eric Anholt
1
-4
/
+4
2012-02-07
mesa: Add missing format unpack for some integer texture formats.
Eric Anholt
1
-0
/
+321
2012-02-07
i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.
Eric Anholt
1
-0
/
+11
2012-02-07
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
7
-10
/
+17
2012-02-07
intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.
Eric Anholt
1
-1
/
+1
2012-02-07
intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.
Eric Anholt
1
-20
/
+9
2012-02-07
intel: Drop intel_wrap_miptree().
Eric Anholt
1
-53
/
+3
2012-02-07
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
3
-5
/
+27
2012-02-07
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
4
-4
/
+17
2012-02-07
intel: Avoid divide by zero for very small linear blits
Ian Romanick
1
-1
/
+1
2012-02-07
intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flush
Ian Romanick
1
-7
/
+0
2012-02-03
intel: FBOs with texture border are unsupported
Ian Romanick
1
-0
/
+11
2012-02-03
glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
1
-1
/
+9
2012-02-03
gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjala
1
-13
/
+17
2012-02-02
gallium/postprocess: move declarations before code
Brian Paul
1
-2
/
+1
2012-02-02
gallium/postprocess: Just to be safe, reference all buffers from outside
Lauri Kasanen
1
-0
/
+10
2012-02-02
gallium/postprocess: Fix depth logic
Lauri Kasanen
4
-11
/
+4
2012-02-02
gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.
Michel Dänzer
1
-1
/
+2
2012-02-02
i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Paul Berry
1
-1
/
+4
2012-02-02
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
1
-3
/
+9
2012-02-02
mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
Eric Anholt
1
-0
/
+3
2012-02-02
mesa: Fix display list handling for EXT_framebuffer_object.
Eric Anholt
1
-0
/
+18
2012-02-02
mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
1
-11
/
+11
2012-02-02
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
1
-0
/
+9
2012-02-02
mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_float
Ian Romanick
1
-3
/
+2
2012-02-02
mesa: Fix copy-and-paste bug in do_row_3D
Ian Romanick
1
-3
/
+3
2012-02-02
mesa: Convert colors if span ChanType and renderbuffer data type don't match
Ian Romanick
1
-4
/
+15
[next]