summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-14glsl/opt_algebraic: recognize lrp patternlrp-optJordan Justen1-0/+53
2013-11-14glsl: Move the CSE equality functions to the ir class.Eric Anholt4-179/+222
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-13docs: fill in md5 checksums for 9.2.3 releaseBrian Paul1-1/+3
2013-11-13docs: fix 9.2.2 -> 9.2.3 typosBrian Paul2-2/+2
2013-11-13haiku: add swrast driverAlexander von Gluck IV5-0/+873
2013-11-13docs: Import 9.2.3 release notes, add news item.Carl Worth3-0/+120
2013-11-12dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg3-54/+15
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-11configure.ac: Don't require shared LLVM when building OpenCLTom Stellard1-6/+0
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
2013-11-11util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul1-1/+2
2013-11-11glx: declare glx_screen struct to silence warningBrian Paul1-0/+2
2013-11-11glx: change query_renderer_integer() value param to unsignedBrian Paul3-3/+4
2013-11-11glx: Fix scons build.José Fonseca1-0/+3
2013-11-10EGL: fix build without libdrmSamuel Thibault2-0/+22