summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Add 8.0.4 release notesmesa-8.0.4Ian Romanick2012-07-102-0/+203
* mesa: Bump version number to 8.0.4Ian Romanick2012-07-103-4/+4
* st/mesa: don't do srgb->linear conversion in decompress_with_blitMarek Olšák2012-07-061-0/+1
* gallium/targets: pass ldflags parameter to MKLIBThomas Gstädtner2012-07-061-1/+1
* st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee2012-07-061-0/+4
* r600g: check gpr count limitVadim Girlin2012-07-061-0/+8
* st/mesa: fix max_offset computation for base vertexBrian Paul2012-07-061-2/+18
* glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke2012-07-062-0/+34
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-07-061-0/+5
* st/mesa: fix mipmap image size computation w.r.t. texture arraysBrian Paul2012-07-061-3/+15
* st/mesa: add null pointer check in st_texture_image_map()Brian Paul2012-07-061-0/+3
* st/mesa: use private pipe_sampler_view in decompress_with_blit()Brian Paul2012-07-061-4/+18
* st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffersBrian Paul2012-07-061-0/+6
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-07-061-0/+5
* svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul2012-07-061-0/+11
* svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul2012-07-061-2/+4
* st/mesa: copy num_immediates field when copying the immediates arrayBrian Paul2012-07-061-1/+5
* st/mesa: add fallback pipe formats for (compressed) R, RG formatsBrian Paul2012-07-061-12/+22
* i915g: Don't avoid flushing when we have a pending fence.Stéphane Marchesin2012-07-061-1/+4
* i915g: Don't invert signalled/unsignalled fencesStéphane Marchesin2012-07-061-2/+2
* svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0Brian Paul2012-07-061-1/+1
* svga: fix min/max lod clampingBrian Paul2012-07-061-4/+6
* svga: add 0.5 in float->int conversion of sample min/max lodBrian Paul2012-07-061-2/+2
* st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium driversBrian Paul2012-07-062-0/+4
* glsl: Fix pi/2 constant in acos built-in functionIan Romanick2012-07-061-4/+4
* mesa: Free uniforms correclty.Antoine Labour2012-07-061-1/+2
* meta: Cleanup the resources we allocate.Antoine Labour2012-07-061-6/+66
* glx: Handle a null reply in QueryVersion.Stéphane Marchesin2012-07-061-0/+3
* glsl: Hook up loop_variable_state destructor to plug a memory leak.Kenneth Graunke2012-07-061-0/+17
* i965/fs: Fix user-defined FS outputs with less than four components.Kenneth Graunke2012-07-062-2/+9
* i965/vs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-07-061-2/+2
* i965/vs: Fix texelFetchOffset()Eric Anholt2012-07-061-3/+23
* i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-07-061-12/+28
* meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().Kenneth Graunke2012-07-061-0/+4
* mesa: Unbind ARB_transform_feedback2 binding points on Delete too.Kenneth Graunke2012-07-061-1/+7
* mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke2012-07-061-3/+18
* mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.Kenneth Graunke2012-07-061-0/+13
* glsl/builtins: Fix textureGrad() for Array samplers.Kenneth Graunke2012-07-061-3/+3
* mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke2012-07-061-0/+8
* glsl: Remove spurious printf messagesIan Romanick2012-07-061-3/+0
* ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.Kenneth Graunke2012-07-061-1/+1
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-07-061-1/+1
* glu: fix two Clang warningsLukas Rössler2012-07-062-2/+2
* mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0Dylan Noblesmith2012-07-061-0/+1
* glsl: Remove unused ir_loop_jump::loop pointer.Kenneth Graunke2012-07-031-4/+0
* glx/tests: Fix off-by-one error in allocating extension string bufferIan Romanick2012-07-031-1/+1
* mesa: fix missing return value in getteximage_error_check()Brian Paul2012-07-031-1/+1
* mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV caseBrian Paul2012-06-201-0/+9
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-06-205-94/+178
* mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák2012-06-205-16/+37