summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-27st/mesa: don't do srgb->linear conversion in decompress_with_blitauto-cherry-for-8.0Marek Olšák1-0/+1
2012-06-27mesa: Free uniforms correclty.Antoine Labour1-1/+2
2012-06-27meta: Cleanup the resources we allocate.Antoine Labour1-6/+66
2012-06-27glx: Handle a null reply in QueryVersion.Stéphane Marchesin1-0/+3
2012-06-27glsl: Hook up loop_variable_state destructor to plug a memory leak.Kenneth Graunke1-0/+17
2012-06-27i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke1-12/+28
2012-06-27meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke1-0/+4
2012-06-27mesa: Unbind ARB_transform_feedback2 binding points on Delete too.Kenneth Graunke1-1/+7
2012-06-27mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke1-3/+18
2012-06-27mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.Kenneth Graunke1-0/+13
2012-06-27glsl/builtins: Fix textureGrad() for Array samplers.Kenneth Graunke1-3/+3
2012-06-27mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke1-0/+8
2012-06-27glsl: Remove spurious printf messagesIan Romanick1-3/+0
2012-06-27ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.Kenneth Graunke1-1/+1
2012-06-27i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx1-1/+1
2012-06-27gallium/targets: pass ldflags parameter to MKLIBThomas Gstädtner1-1/+1
2012-06-27glu: fix two Clang warningsLukas Rössler2-2/+2
2012-06-27mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0Dylan Noblesmith1-0/+1
2012-06-27st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee1-0/+4
2012-06-27r600g: check gpr count limitVadim Girlin1-0/+8
2012-06-27st/mesa: fix max_offset computation for base vertexBrian Paul1-2/+18
2012-06-27glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke2-0/+34
2012-06-27draw: fix missing immediates bug in polygon stipple codeBrian Paul1-0/+5
2012-06-27st/mesa: fix mipmap image size computation w.r.t. texture arraysBrian Paul1-3/+15
2012-06-27st/mesa: add null pointer check in st_texture_image_map()Brian Paul1-0/+3
2012-06-27st/mesa: use private pipe_sampler_view in decompress_with_blit()Brian Paul1-4/+18
2012-06-27st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffersBrian Paul1-0/+6
2012-06-27draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca1-0/+5
2012-06-27svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul1-0/+11
2012-06-27scons: Remove Haiku one-offs for gallium driversAlexander von Gluck0-0/+0
2012-06-27svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul1-2/+4
2012-06-27st/mesa: copy num_immediates field when copying the immediates arrayBrian Paul1-1/+5
2012-06-27st/mesa: add fallback pipe formats for (compressed) R, RG formatsBrian Paul1-12/+22
2012-06-27i915g: Don't avoid flushing when we have a pending fence.Stéphane Marchesin1-1/+4
2012-06-27i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin1-2/+2
2012-06-27svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0Brian Paul1-1/+1
2012-06-27svga: fix min/max lod clampingBrian Paul1-4/+6
2012-06-27svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul1-2/+2
2012-06-27st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium driversBrian Paul2-0/+4
2012-06-20mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV caseBrian Paul1-0/+9
2012-06-20mesa: new _mesa_error_check_format_and_type() functionBrian Paul5-94/+178
2012-06-20mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák5-16/+37
2012-06-18i965: Fix brw_swap_cmod() for LE/GE comparisons.Kenneth Graunke1-4/+4
2012-06-18svga: fix synchronization bug between sampler views and surfacesBrian Paul1-0/+5
2012-06-18st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) color outputBrian Paul1-2/+11
2012-06-18draw: fix primitive restart bug by using the index buffer offsetBrian Paul1-3/+6
2012-06-18st/mesa: set stObj->lastLevel in guess_and_alloc_textureVadim Girlin1-0/+2
2012-06-18mesa: fix Z32_FLOAT -> uint conversion functionsBrian Paul1-2/+2
2012-06-18vega: fix 565 color unpacking bugAndreas Betz1-2/+2
2012-06-18mesa: Avoid void * arithmetic.José Fonseca1-1/+1