summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-121-1/+2
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-122-19/+28
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* meta: enable vertex attributes in the context of the newly created array objectPetr Sebor2013-11-121-2/+3
* mesa: 80-column wrapping, remove trailing whitespace in arrayobj.cBrian Paul2013-11-121-13/+16
* mesa: add comment for struct gl_vertex_buffer_bindingBrian Paul2013-11-121-0/+6
* mesa: call update_array_format() after error checkingBrian Paul2013-11-121-5/+5
* mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()Brian Paul2013-11-121-3/+4
* mesa: add const qualifiers to vertex array helper functionsBrian Paul2013-11-121-4/+4
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* egl-static: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* configure.ac: Don't require shared LLVM when building OpenCLTom Stellard2013-11-111-6/+0
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* radeonsi/compute: Add Sea Islands supportTom Stellard2013-11-111-3/+12
* r600/llvm: Store inputs in function argumentsVincent Lejeune2013-11-113-0/+121
* tests: Fix make check for out of tree builds.Rico Schüller2013-11-112-0/+2
* i965: Move #define's inside function as local variablesAnuj Phogat2013-11-111-8/+5
* i915, i965: Fix memory leak in intel_miptree_create_for_bo.Vinson Lee2013-11-112-2/+6
* osmesa: assorted code clean-upsBrian Paul2013-11-111-25/+38
* osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul2013-11-111-0/+16
* svga: improve loops over color buffersBrian Paul2013-11-116-10/+20
* svga: document magic number of 8 render targets per batchBrian Paul2013-11-111-1/+13
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* glx: declare glx_screen struct to silence warningBrian Paul2013-11-111-0/+2
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-113-3/+4
* glx: Fix scons build.José Fonseca2013-11-111-0/+3
* EGL: fix build without libdrmSamuel Thibault2013-11-102-0/+22
* i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes2013-11-101-7/+11
* glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes2013-11-101-0/+2
* i965: Make the driver compile until a proper libdrm can be released.Eric Anholt2013-11-092-5/+10
* glx: conditionaly build dri3 and present loader (v3)Armin K2013-11-093-12/+44
* i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner2013-11-091-1/+2
* i965: Remove some tiny dead code from intel_miptree_map_movntdqaChad Versace2013-11-081-3/+0
* swrast: add missing notify_reset parameter to dri_create_context()Brian Paul2013-11-081-0/+1
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* scons: Add dri2_query_renderer.c to sources.José Fonseca2013-11-081-0/+1
* st/dri: Fix dri_create_context declaration prototype.José Fonseca2013-11-081-0/+1
* dri3: Fix pixmap buf_id computation10.0-branchpointKeith Packard2013-11-071-1/+1
* glx: Add a more informative debug message in a DRI3 error path.Eric Anholt2013-11-071-0/+7
* Add DRI3+Present loaderKeith Packard2013-11-077-4/+2204