summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-09mesa: Bump version number to 8.0 (final)mesa-8.0Ian Romanick3-3/+3
2012-02-09mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-02-07dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt1-0/+3
2012-02-07dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt1-1/+1
2012-02-07dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt1-0/+7
2012-02-07vbo: fix a building errorChih-Wei Huang1-0/+2
2012-02-07glsl: Add error case for switch() with two default cases.Eric Anholt2-0/+16
2012-02-07glsl: Throw an error when faced with a duplicated switch() case label.Eric Anholt2-0/+27
2012-02-07glsl: Add other missing error location information for switch statements.Eric Anholt1-0/+4
2012-02-07glsl: Add missing location info to case labels.Eric Anholt1-0/+2
2012-02-07glsl: Throw the required error when a case label is a non-constant.Eric Anholt1-2/+14
2012-02-07glsl: Save and restore the whole switch state for nesting.Eric Anholt3-260/+255
2012-02-07mesa: Fix the error message function names for glFlushMappedBufferRange().Eric Anholt1-7/+7
2012-02-07mesa: Fix bad-enum/no-buffer error handling for buffer object functions.Eric Anholt1-87/+39
2012-02-07glsl: Avoid ralloc_stealing a long-lived object to a short-lived parentCarl Worth1-3/+0
2012-02-07mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)Brian Paul1-0/+13
2012-02-07mesa: use new _mesa_reference_shared_state() functionBrian Paul3-38/+49
2012-02-07i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt3-1/+14
2012-02-07mesa: Add a flag for forcing all GLSL extensions to "warn".Eric Anholt2-0/+9
2012-02-07i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt3-3/+6
2012-02-07swrast: Fix fixed-function fragment processingChad Versace9-44/+45
2012-02-07mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt1-21/+24
2012-02-07mesa: When unpacking signed integer pixel data, don't clamp to 0.Eric Anholt1-33/+12
2012-02-07mesa: Add clamping for packing of integer data.Eric Anholt1-4/+4
2012-02-07mesa: Add missing format unpack for some integer texture formats.Eric Anholt1-0/+321
2012-02-07i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.Eric Anholt1-0/+11
2012-02-07intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt7-10/+17
2012-02-07intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt1-1/+1
2012-02-07intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt1-20/+9
2012-02-07intel: Drop intel_wrap_miptree().Eric Anholt1-53/+3
2012-02-07i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu3-5/+27
2012-02-07i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt4-4/+17
2012-02-07intel: Avoid divide by zero for very small linear blitsIan Romanick1-1/+1
2012-02-07intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick1-7/+0
2012-02-03intel: FBOs with texture border are unsupportedIan Romanick1-0/+11
2012-02-03glcpp: Fix so that trailing punctuation does not prevent macro expansionCarl Worth1-1/+9
2012-02-03gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala1-13/+17
2012-02-02gallium/postprocess: move declarations before codeBrian Paul1-2/+1
2012-02-02gallium/postprocess: Just to be safe, reference all buffers from outsideLauri Kasanen1-0/+10
2012-02-02gallium/postprocess: Fix depth logicLauri Kasanen4-11/+4
2012-02-02gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer1-1/+2
2012-02-02i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Paul Berry1-1/+4
2012-02-02i965/vs: Fix bogus assertion in emit_block_move()Paul Berry1-3/+9
2012-02-02mesa: Fix display list handling for GL_EXT_framebuffer_multisample.Eric Anholt1-0/+3
2012-02-02mesa: Fix display list handling for EXT_framebuffer_object.Eric Anholt1-0/+18
2012-02-02mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-02-02mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZEDAnuj Phogat1-0/+9
2012-02-02mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_floatIan Romanick1-3/+2
2012-02-02mesa: Fix copy-and-paste bug in do_row_3DIan Romanick1-3/+3
2012-02-02mesa: Convert colors if span ChanType and renderbuffer data type don't matchIan Romanick1-4/+15