summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-262-2/+4
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-263-20/+43
* i915: Fix driver after automakeification.Eric Anholt2012-01-261-1/+9
* i965/vs: Use the sampler for VS pull constant loading on Ivybridge.Kenneth Graunke2012-01-261-0/+17
* i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2012-01-262-10/+22
* svga: reset vertex buffer offset in svga_release_user_upl_buffers()Brian Paul2012-01-261-0/+11
* mapi: Make initMagic unsigned.José Fonseca2012-01-261-5/+5
* scons: Remove references to u_thread.cJosé Fonseca2012-01-263-4/+8
* Fix visibility of u_thread functions by inlining themMatt Turner2012-01-263-223/+138
* nouveau: include s_context.h to silence missing prototype warningsBrian Paul2012-01-261-0/+1
* swrast: silence uninitialized var warningsBrian Paul2012-01-261-2/+2
* nvfx: fix nv3x fallout from state validation changesLucas Stach2012-01-261-1/+5
* gbm: Add back link flags for udev, dl and glapiBenjamin Franzke2012-01-261-1/+3
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-265-10/+66
* draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz2012-01-261-1/+2
* draw: Remove reduced_primJakob Bornecrantz2012-01-263-12/+0
* automake: src/egl/waylandBenjamin Franzke2012-01-2611-159/+40
* i965/gen6/GT1: Increase max_vs_entries to 256.Paul Berry2012-01-251-1/+1
* i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Paul Berry2012-01-251-1/+4
* gbm: fix copy & paste error in gbm_bo_get_handle documentationAnder Conselvan de Oliveira2012-01-251-1/+1
* mesa/st: Assign inputsRead at right (previous) location.José Fonseca2012-01-251-2/+4
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-256-8/+3
* r600g: handle start_component from stream_output_info when possibleMarek Olšák2012-01-251-4/+4
* r600g: don't expose transform_feedback2 without kernel supportMarek Olšák2012-01-251-1/+2