index
:
~jturney/mesa
10.2.2-patches
10.2.4-patches
11.2.2-patches
applegl-vtable
applegl-vtable-2
applegl-vtable-3
appveyor6
codegen-fixes
darwin-build-fixes
darwin-build-fixes-2
darwin-build-fixes-3
darwin-build-fixes-for-review
master
nodrm-build-fixes-5
osx-ci
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-18
docs: Add 8.0.3 release notes
mesa-8.0.3
Ian Romanick
1
-0
/
+317
2012-05-18
mesa: Bump version number to 8.0.3
Ian Romanick
3
-4
/
+4
2012-05-18
mesa: Check for framebuffer completeness before looking at the rb.
Eric Anholt
1
-6
/
+6
2012-05-18
glsl: Fix assertion failure on handling switch on uint expressions.
Eric Anholt
1
-1
/
+1
2012-05-18
glsl: Reject non-scalar switch expressions.
Eric Anholt
1
-4
/
+2
2012-05-18
glsl: Let the constructor figure out the types of switch-related expressions.
Eric Anholt
1
-4
/
+1
2012-05-18
glsl: Fix indentation of switch code.
Eric Anholt
1
-282
/
+263
2012-05-18
i965/vs: Fix up swizzle for dereference_array of matrices.
Eric Anholt
1
-2
/
+2
2012-05-18
mesa: Throw error on glGetActiveUniform inside Begin/End.
Eric Anholt
1
-0
/
+2
2012-05-18
mesa: fix glMaterial / dlist bug
Brian Paul
3
-58
/
+152
2012-05-18
mesa: fix/add error check in _mesa_ColorMaterial()
Brian Paul
1
-0
/
+2
2012-05-18
glsl: Fix broken constant expression handling for <, <=, >, and >=.
Kenneth Graunke
1
-9
/
+9
2012-05-18
intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
1
-2
/
+0
2012-05-18
mesa: Add primitive restart support to glArrayElement
Jordan Justen
1
-1
/
+9
2012-05-18
mesa: Fix memory leak in generate_mipmap_compressed.
Vinson Lee
1
-0
/
+1
2012-05-18
bin/mklib: remove '-m32' for arm linux
Han Shen(沈涵)
1
-2
/
+6
2012-05-18
intel: Remove pointless software fallback for glBitmap on Gen6.
Kenneth Graunke
1
-4
/
+0
2012-05-18
intel: Return success when asked to allocate a 0-width/height renderbuffer.
Eric Anholt
1
-0
/
+3
2012-05-18
mesa: do more teximage error checking for generic compressed formats
Brian Paul
1
-2
/
+30
2012-05-18
st/mesa: no-op glCopyPixels if source region is out of bounds
Brian Paul
1
-1
/
+9
2012-05-18
ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.
Vinson Lee
1
-1
/
+1
2012-05-18
main: Fix memory leak in _mesa_make_extension_string()
Chad Versace
1
-0
/
+2
2012-05-18
swrast: Fix memory leaks in blit_linear.
Vinson Lee
1
-0
/
+9
2012-05-18
linker: Fix memory leak in count_uniform_size::visit_field.
Vinson Lee
1
-2
/
+1
2012-05-18
i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7.
Kenneth Graunke
1
-0
/
+3
2012-05-18
intel: fix TFP at 16-bpp
Dave Airlie
1
-6
/
+11
2012-05-18
drisw: fix image stride calculation for 16-bit.
Dave Airlie
1
-3
/
+3
2012-05-18
glx/drisw: avoid segfaults when we fail to get visual
Dave Airlie
1
-2
/
+9
2012-05-18
mesa: Fix memory leak in _mesa_get_uniform_location.
Vinson Lee
1
-1
/
+3
2012-05-18
st/mesa: set MaxUnrollIterations = 255
Brian Paul
1
-0
/
+2
2012-05-18
glsl: propagate MaxUnrollIterations to the optimizer's loop unroller
Brian Paul
1
-1
/
+3
2012-05-18
darwin: Address a build failure on Leopard and earlier OS versions
Jeremy Huddleston
1
-0
/
+10
2012-05-17
intel: Fix a case when mapping large texture fails
Anuj Phogat
2
-10
/
+23
2012-05-17
mesa: Fix the cause of piglit test fbo-array failure
Anuj Phogat
1
-1
/
+3
2012-05-17
drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
Kenneth Graunke
1
-0
/
+6
2012-05-17
mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()
Anuj Phogat
2
-2
/
+1
2012-05-17
i915: Fix i830 polygon stipple from PBOs.
Kurt Roeckx
1
-1
/
+7
2012-05-17
i915: Compute maximum number of verts using the actual batchbuffer size.
Kurt Roeckx
1
-3
/
+3
2012-05-17
i830: Compute initial number of vertices from remaining batch space
Chris Wilson
1
-5
/
+11
2012-05-17
dri/i915: Fix off-by-one in i830 clip region size.
Alban Browaeys
1
-2
/
+2
2012-05-17
i915: Fix piglit fbo-nodepth-test on i830.
Eric Anholt
2
-3
/
+8
2012-05-17
mesa: Add missing error check for first < 0 in glDrawArraysInstanced().
Eric Anholt
1
-0
/
+6
2012-05-17
mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.
Eric Anholt
1
-2
/
+16
2012-05-17
mesa: Fix display list handling for GL_ARB_draw_instanced.
Eric Anholt
2
-6
/
+28
2012-05-17
i915: Initialize swrast_texture_image structure fields.
Paul Berry
3
-2
/
+25
2012-05-17
mesa: fix issues with texture border and array textures
Anuj Phogat
1
-11
/
+59
2012-05-17
mesa: add missing return after _mesa_error() in update_array()
Brian Paul
1
-0
/
+1
2012-05-17
i965: Make the dummy fragment shader work in SIMD16 mode.
Kenneth Graunke
1
-5
/
+7
2012-05-17
i965: Fix GPU hangs in the dummy fragment shader.
Kenneth Graunke
1
-0
/
+2
2012-05-17
vbo: Eliminate short-circuiting in invalid-start case.
Kenneth Graunke
1
-5
/
+1
[next]