summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-15trace: Dump user_buffer members.José Fonseca1-0/+2
2013-11-15mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund1-6/+16
2013-11-15radeonsi: add support for Hawaii asics (v2)Alex Deucher5-0/+17
2013-11-14i965: Initialize schedule_node::delay.Vinson Lee1-0/+1
2013-11-14haiku/swrast: Inherit gl_config, fix flushAlexander von Gluck IV2-37/+26
2013-11-14llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger1-2/+4
2013-11-14llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger1-2/+1
2013-11-14gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca5-47/+222
2013-11-14softpipe: (trivial) fix debug codeRoland Scheidegger1-15/+10
2013-11-14llvmpipe: clean up state setup code a bitRoland Scheidegger1-115/+59
2013-11-14gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger5-28/+45
2013-11-13dri: Change value param to unsignedIan Romanick4-4/+4
2013-11-13i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick1-3/+7
2013-11-13i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick1-2/+6
2013-11-13i965: implement blit path for PBO glDrawPixelsAlexander Monakov2-0/+120
2013-11-13haiku: add swrast driverAlexander von Gluck IV5-0/+873
2013-11-12dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2-46/+11
2013-11-12wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2-47/+96
2013-11-12gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg3-10/+72
2013-11-12dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2-2/+4
2013-11-12i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt5-54/+76
2013-11-12i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt1-2/+2
2013-11-12i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt1-21/+29
2013-11-12i965/fs: Fix message setup for SIMD8 spills.Eric Anholt1-1/+1
2013-11-12i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt1-0/+144
2013-11-12i965: Fix undefined value usage in ABO setup.Eric Anholt1-1/+1
2013-11-12i965: Add a warning if something ever hits a bug I noticed.Eric Anholt1-0/+4
2013-11-13nvc0: release 3d bufctx after drawingBen Skeggs1-0/+3
2013-11-12clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-12draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2-19/+28
2013-11-12gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-11-12meta: enable vertex attributes in the context of the newly created array objectPetr Sebor1-2/+3
2013-11-12mesa: 80-column wrapping, remove trailing whitespace in arrayobj.cBrian Paul1-13/+16
2013-11-12mesa: add comment for struct gl_vertex_buffer_bindingBrian Paul1-0/+6
2013-11-12mesa: call update_array_format() after error checkingBrian Paul1-5/+5
2013-11-12mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()Brian Paul1-3/+4
2013-11-12mesa: add const qualifiers to vertex array helper functionsBrian Paul1-4/+4
2013-11-12nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-12nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-11-11egl-static: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-11radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-11r600/llvm: Store inputs in function argumentsVincent Lejeune3-0/+121
2013-11-11tests: Fix make check for out of tree builds.Rico Schüller2-0/+2
2013-11-11i965: Move #define's inside function as local variablesAnuj Phogat1-8/+5
2013-11-11i915, i965: Fix memory leak in intel_miptree_create_for_bo.Vinson Lee2-2/+6
2013-11-11osmesa: assorted code clean-upsBrian Paul1-25/+38
2013-11-11osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-11-11svga: improve loops over color buffersBrian Paul6-10/+20
2013-11-11svga: document magic number of 8 render targets per batchBrian Paul1-1/+13