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