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
23.1
23.2
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
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
staging/23.1
staging/23.2
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-07-20
Apple: glFlush() is not needed with CGLFlushDrawable()
9.0
Jeremy Huddleston Sequoia
1
-2
/
+0
2013-07-03
i965: Fix validation of ETC miptrees.
Eric Anholt
1
-5
/
+7
2013-06-26
nvc0: set rsvd_kick correctly
Maarten Lankhorst
1
-0
/
+1
2013-05-31
integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]
Alan Coopersmith
1
-3
/
+5
2013-05-31
integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]
Alan Coopersmith
1
-1
/
+6
2013-03-06
i965: Add texrect scale parameters before pointers to ParameterValues.
Eric Anholt
3
-0
/
+24
2013-02-27
gbm: Remember to init format on gbm_dri_bo_create.
Daniel van Vugt
1
-0
/
+2
2013-02-21
docs: add news item for 9.0.3 release
Andreas Boll
1
-0
/
+8
2013-02-21
docs: Add 9.0.3 release md5sums
Andreas Boll
1
-1
/
+3
2013-02-21
docs: Add 9.0.3 release notes
mesa-9.0.3
Andreas Boll
2
-0
/
+238
2013-02-21
mesa: Bump version to 9.0.3
Andreas Boll
4
-5
/
+5
2013-02-21
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
1
-3
/
+12
2013-02-21
i965/gen7: Set up all samplers even if samplers are sparsely used.
Eric Anholt
1
-1
/
+1
2013-02-19
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
3
-10
/
+16
2013-02-14
nouveau: Fix build.
Brian Paul
1
-1
/
+1
2013-02-13
i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.
Kenneth Graunke
1
-16
/
+16
2013-02-13
i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
1
-16
/
+18
2013-02-13
i965: Compute the maximum SF source attribute.
Kenneth Graunke
3
-4
/
+12
2013-02-13
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
1
-12
/
+13
2013-02-13
cherry-ignore: Ignore candidates for the 9.1 branch.
Andreas Boll
1
-0
/
+17
2013-02-13
softpipe: fix using optimized filter function
Roland Scheidegger
1
-0
/
+1
2013-02-13
r300g: fix blending with blend color and RGBA formats
Marek Olšák
1
-0
/
+11
2013-02-13
svga: fix sRGB rendering
Brian Paul
1
-0
/
+11
2013-02-13
mesa: don't expose IBM_rasterpos_clip in a core context
Brian Paul
1
-1
/
+1
2013-02-13
st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2
Brian Paul
1
-1
/
+3
2013-02-13
mesa: don't enable GL_EXT_framebuffer_multisample for software drivers
Brian Paul
1
-3
/
+0
2013-02-13
gallium/u_upload_mgr: fix a serious memory leak
Marek Olšák
1
-2
/
+1
2013-02-13
util: add new error checking code in vbuf helper
Brian Paul
1
-28
/
+49
2013-02-13
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
5
-17
/
+26
2013-02-13
util: add some defensive coding in u_upload_alloc()
Brian Paul
1
-1
/
+8
2013-02-13
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
1
-4
/
+4
2013-02-13
mesa: remove warning message in _mesa_reference_renderbuffer_()
Brian Paul
1
-4
/
+1
2013-02-13
dri_glx: fix use after free report
Brian Paul
1
-1
/
+4
2013-02-13
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
1
-3
/
+5
2013-02-13
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
15
-28
/
+31
2013-02-13
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
7
-7
/
+11
2013-02-13
configure.ac: GLX cannot work without OpenGL
Michel Dänzer
1
-0
/
+10
2013-02-13
st/mesa: set ctx->Const.MaxSamples = 0, not 1
Brian Paul
1
-0
/
+4
2013-02-13
xlib: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
1
-0
/
+3
2013-02-13
osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
1
-0
/
+3
2013-02-13
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
1
-0
/
+5
2013-02-13
svga: add NULL pointer check in svga_create_sampler_state()
Brian Paul
1
-0
/
+3
2013-02-13
mesa: use GLbitfield64 when copying program inputs
Brian Paul
1
-2
/
+2
2013-02-13
glx: only advertise GLX_INTEL_swap_event if it's supported
Zack Rusin
1
-2
/
+3
2013-02-13
build: Fix build on systems where /usr/bin/python isn't python 2.
Kenneth Graunke
1
-4
/
+4
2013-02-13
build: require python module libxml2
Andreas Boll
2
-0
/
+50
2013-02-13
glsl: Track UBO block names in the symbol table.
Kenneth Graunke
3
-3
/
+18
2013-02-13
r200: Fix probable thinko in r200EmitArrays
Adam Jackson
1
-1
/
+2
2013-02-13
unpack: support unpacking MESA_FORMAT_ARGB2101010
Jordan Justen
1
-0
/
+18
2013-02-13
util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINT
Brian Paul
1
-0
/
+36
[next]