summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* mesa: remove duplicated prototypes in varray.hBrian Paul2013-11-151-6/+0
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* glsl: Rework interface block linking.Paul Berry2013-11-151-20/+251
* i965: Fix vertical alignment for multisampled buffers.Paul Berry2013-11-151-4/+7
* main: Fix MaxUniformComponents for geometry shaders.Paul Berry2013-11-151-1/+1
* tools/trace: Several bugfixes/improvements to dump_state.pyJosé Fonseca2013-11-151-9/+49
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund2013-11-151-6/+16
* radeonsi: add Hawaii pci idsAlex Deucher2013-11-151-0/+13
* radeonsi: add support for Hawaii asics (v2)Alex Deucher2013-11-155-0/+17
* i965: Initialize schedule_node::delay.Vinson Lee2013-11-141-0/+1
* haiku/swrast: Inherit gl_config, fix flushAlexander von Gluck IV2013-11-142-37/+26
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4
* llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger2013-11-141-2/+1
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-145-47/+222
* softpipe: (trivial) fix debug codeRoland Scheidegger2013-11-141-15/+10
* llvmpipe: clean up state setup code a bitRoland Scheidegger2013-11-141-115/+59
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-145-28/+45
* dri: Change value param to unsignedIan Romanick2013-11-134-4/+4
* i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick2013-11-131-3/+7
* i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick2013-11-131-2/+6
* i965: implement blit path for PBO glDrawPixelsAlexander Monakov2013-11-132-0/+120
* docs: fill in md5 checksums for 9.2.3 releaseBrian Paul2013-11-131-1/+3
* docs: fix 9.2.2 -> 9.2.3 typosBrian Paul2013-11-132-2/+2
* haiku: add swrast driverAlexander von Gluck IV2013-11-135-0/+873
* docs: Import 9.2.3 release notes, add news item.Carl Worth2013-11-133-0/+120
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-123-54/+15
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-122-47/+96
* gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg2013-11-123-10/+72
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-122-2/+4
* i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt2013-11-125-54/+76
* i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt2013-11-121-2/+2
* i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt2013-11-121-21/+29
* i965/fs: Fix message setup for SIMD8 spills.Eric Anholt2013-11-121-1/+1
* i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt2013-11-121-0/+144
* i965: Fix undefined value usage in ABO setup.Eric Anholt2013-11-121-1/+1
* i965: Add a warning if something ever hits a bug I noticed.Eric Anholt2013-11-121-0/+4
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3