summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-27mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul4-7/+12
2012-01-27mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...Brian Paul1-9/+28
2012-01-27mesa: add BGR888 code in _mesa_format_matches_format_and_type()Brian Paul1-1/+1
2012-01-27mesa: fix error in _mesa_format_matches_format_and_type() for RGB888Brian Paul1-1/+1
2012-01-27mesa: remove redundant byte swap checkBrian Paul1-6/+2
2012-01-27mesa: remove LSB-first pixel packing check in glReadPixelsBrian Paul1-2/+1
2012-01-27swrast: Fix implicit declaration warningsChad Versace1-0/+1
2012-01-27r600g: remove unsupported evergreen CB formatsAlex Deucher1-7/+0
2012-01-27mesa: Avoid void * arithmetic.José Fonseca1-1/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace9-44/+45
2012-01-27mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZEDAnuj Phogat1-0/+9
2012-01-27mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt1-21/+24
2012-01-27mesa: When unpacking signed integer pixel data, don't clamp to 0.Eric Anholt1-33/+12
2012-01-27mesa: Add clamping for packing of integer data.Eric Anholt1-4/+4
2012-01-27mesa: Add missing format unpack for some integer texture formats.Eric Anholt1-0/+321
2012-01-27i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.Eric Anholt1-0/+11
2012-01-27intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt7-10/+17
2012-01-27intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt1-1/+1
2012-01-27intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt1-20/+9
2012-01-27intel: Drop intel_wrap_miptree().Eric Anholt1-53/+3
2012-01-27intel: Comment typo fix.Eric Anholt1-1/+1
2012-01-27mesa: Fix handling of glCopyBufferSubData() for src == dst.Eric Anholt1-6/+19
2012-01-27intel: Fix accum buffer mapping since the swrast rework.Eric Anholt1-5/+7
2012-01-27mesa: Fix display list handling for GL_EXT_framebuffer_multisample.Eric Anholt1-0/+3
2012-01-27mesa: Fix display list handling for EXT_framebuffer_object.Eric Anholt1-0/+18
2012-01-27gallivm: Swizzle constants into the right AoS ordering.Brian Paul1-1/+1
2012-01-27draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca1-0/+5
2012-01-27Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable"Marek Olšák1-1/+1
2012-01-27i965/automake: use $top_srcdir instead of relative linksMatt Turner1-3/+3
2012-01-27dri common: add .gitignoreMatt Turner1-1/+3
2012-01-26dri: make sure to build libdricommon.laMatt Turner1-1/+1
2012-01-26i965: Drop the missing symbols link test.Eric Anholt1-9/+0
2012-01-26nouveau: Fix missing dri common symbols after automake conversion.Eric Anholt1-1/+2
2012-01-26radeon: Fix missing dri common symbols after automake conversion.Eric Anholt2-2/+4
2012-01-26dri: Move the compile of the common files to a convenience library.Eric Anholt3-20/+43
2012-01-26i915: Fix driver after automakeification.Eric Anholt1-1/+9
2012-01-26i965/vs: Use the sampler for VS pull constant loading on Ivybridge.Kenneth Graunke1-0/+17
2012-01-26i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2-10/+22
2012-01-26svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul1-0/+11
2012-01-26mapi: Make initMagic unsigned.José Fonseca1-5/+5
2012-01-26scons: Remove references to u_thread.cJosé Fonseca3-4/+8
2012-01-26Fix visibility of u_thread functions by inlining themMatt Turner3-223/+138
2012-01-26nouveau: include s_context.h to silence missing prototype warningsBrian Paul1-0/+1
2012-01-26swrast: silence uninitialized var warningsBrian Paul1-2/+2
2012-01-26nvfx: fix nv3x fallout from state validation changesLucas Stach1-1/+5
2012-01-26gbm: Add back link flags for udev, dl and glapiBenjamin Franzke1-1/+3
2012-01-26draw: Only run prepare when state, prim and opt changesJakob Bornecrantz5-10/+66
2012-01-26draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz1-1/+2
2012-01-26draw: Remove reduced_primJakob Bornecrantz3-12/+0
2012-01-26automake: src/egl/waylandBenjamin Franzke11-159/+40