summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-092-2/+10
* 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-076-1/+2195
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-0711-11/+352
* dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2013-11-072-108/+8
* dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*Keith Packard2013-11-072-0/+68
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-076-9/+10
* dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2013-11-072-44/+68
* drivers/dri/common: A few dri2 functions are not actually DRI2 specificKeith Packard2013-11-071-37/+37
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick2013-11-073-6/+314
* glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick2013-11-073-1/+449
* glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick2013-11-071-0/+4
* glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick2013-11-075-1/+119
* glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2013-11-072-20/+52
* glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick2013-11-071-2/+6
* glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick2013-11-074-1/+186