summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-10i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes1-7/+11
2013-11-10glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes1-0/+2
2013-11-09i965: Make the driver compile until a proper libdrm can be released.Eric Anholt2-5/+10
2013-11-09glx: conditionaly build dri3 and present loader (v3)Armin K3-12/+44
2013-11-09i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner1-1/+2
2013-11-08i965: Remove some tiny dead code from intel_miptree_map_movntdqaChad Versace1-3/+0
2013-11-08swrast: add missing notify_reset parameter to dri_create_context()Brian Paul1-0/+1
2013-11-08vl: use a separate context for shader based decode v2Christian König2-61/+124
2013-11-08scons: Add dri2_query_renderer.c to sources.José Fonseca1-0/+1