summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller2012-01-293-0/+6
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-286-7/+1
* st/mesa: use table-driven approach to exposing extensions for formats (v3)Marek Olšák2012-01-291-207/+167
* st/mesa: use table-driven approach to exposing extensions based on CAPsMarek Olšák2012-01-291-108/+58
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-296-22/+41
* state_stracker: Fix access to uninitialized memory.Mathias Fröhlich2012-01-291-1/+1
* draw: Remove unused variables.Vinson Lee2012-01-281-4/+0
* r600g: fix linear and flat interpolationVadim Girlin2012-01-284-17/+27
* i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu2012-01-283-5/+27
* mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()Brian Paul2012-01-271-5/+0
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-12/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-19/+4
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-13/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-18/+8
* mesa: use _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-44/+4
* mesa: implement more cases in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-2/+22
* mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-38/+93
* mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul2012-01-274-7/+12
* mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...Brian Paul2012-01-271-9/+28
* mesa: add BGR888 code in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-1/+1
* mesa: fix error in _mesa_format_matches_format_and_type() for RGB888Brian Paul2012-01-271-1/+1
* mesa: remove redundant byte swap checkBrian Paul2012-01-271-6/+2
* mesa: remove LSB-first pixel packing check in glReadPixelsBrian Paul2012-01-271-2/+1
* swrast: Fix implicit declaration warningsChad Versace2012-01-271-0/+1
* r600g: remove unsupported evergreen CB formatsAlex Deucher2012-01-271-7/+0
* mesa: Avoid void * arithmetic.José Fonseca2012-01-271-1/+1
* swrast: Fix fixed-function fragment processingChad Versace2012-01-279-44/+45
* mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZEDAnuj Phogat2012-01-271-0/+9
* mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt2012-01-271-21/+24
* mesa: When unpacking signed integer pixel data, don't clamp to 0.Eric Anholt2012-01-271-33/+12
* mesa: Add clamping for packing of integer data.Eric Anholt2012-01-271-4/+4
* mesa: Add missing format unpack for some integer texture formats.Eric Anholt2012-01-271-0/+321
* i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.Eric Anholt2012-01-271-0/+11
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-277-10/+17
* intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt2012-01-271-1/+1
* intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt2012-01-271-20/+9
* intel: Drop intel_wrap_miptree().Eric Anholt2012-01-271-53/+3
* intel: Comment typo fix.Eric Anholt2012-01-271-1/+1
* mesa: Fix handling of glCopyBufferSubData() for src == dst.Eric Anholt2012-01-271-6/+19
* intel: Fix accum buffer mapping since the swrast rework.Eric Anholt2012-01-271-5/+7
* mesa: Fix display list handling for GL_EXT_framebuffer_multisample.Eric Anholt2012-01-271-0/+3
* mesa: Fix display list handling for EXT_framebuffer_object.Eric Anholt2012-01-271-0/+18
* gallivm: Swizzle constants into the right AoS ordering.Brian Paul2012-01-271-1/+1
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-01-271-0/+5
* Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable"Marek Olšák2012-01-271-1/+1
* i965/automake: use $top_srcdir instead of relative linksMatt Turner2012-01-271-3/+3
* dri common: add .gitignoreMatt Turner2012-01-271-1/+3
* dri: make sure to build libdricommon.laMatt Turner2012-01-261-1/+1
* i965: Drop the missing symbols link test.Eric Anholt2012-01-261-9/+0
* nouveau: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-261-1/+2