summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Add SFID #defines for media stuff.Kenneth Graunke2014-01-181-0/+2
* i965: Add #defines for new Broadwell math functions.Kenneth Graunke2014-01-181-0/+2
* i965: add struct and SFID for pixel interpolator messagesChris Forbes2014-01-182-0/+22
* i965/Gen7: Only emit cube face enables for cubes.Chris Forbes2014-01-191-2/+5
* i965: Improve dumping of Gen7 SURFACE_STATEChris Forbes2014-01-191-6/+12
* i965: Add masks for more SURFACE_STATE fieldsChris Forbes2014-01-191-0/+2
* nv50: drop obsolete check from error pathEmil Velikov2014-01-181-9/+7
* nv50: assert before trying to out-of-bounds access framebuffer.cbufsEmil Velikov2014-01-181-0/+1
* nv50: assert before trying to out-of-bounds access samplersEmil Velikov2014-01-182-0/+4
* nv50: assert before trying to out-of-bounds access texturesEmil Velikov2014-01-183-0/+5
* nv50: pass vtxbuf index as unsignedEmil Velikov2014-01-181-1/+1
* nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov2014-01-183-1/+14
* nv50: typecast the result of ffs() to unsignedEmil Velikov2014-01-181-1/+1
* nv50: assert before trying to out-of-bounds access constbufEmil Velikov2014-01-183-0/+4
* nv50: access only the available amount of constbufEmil Velikov2014-01-181-1/+1
* nv50: access only the available amount of texturesEmil Velikov2014-01-181-1/+1
* loader: fallback to drmGetVersion() for non-pci devicesRob Clark2014-01-181-2/+14
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-183-0/+5
* pci_ids: no not include loader.hEmil Velikov2014-01-182-2/+4
* egl_dri2: use loader util libEmil Velikov2014-01-187-259/+15
* pipe-loader: use loader util libEmil Velikov2014-01-182-81/+14
* st/egl: use loader util libEmil Velikov2014-01-183-42/+6
* egl-static: use loader util libEmil Velikov2014-01-185-180/+14
* gbm: use the loader util libEmil Velikov2014-01-188-230/+5
* glx: use the loader util libEmil Velikov2014-01-185-153/+7
* loader: introduce the loader util libEmil Velikov2014-01-1822-15/+506
* i965: Remove CACHED_BATCH support altogether.Kenneth Graunke2014-01-176-53/+9
* i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.Eric Anholt2014-01-176-44/+44
* i965: Stop doing our optimization on a copy of the GLSL IR.Eric Anholt2014-01-175-40/+28
* s/Tungsten Graphics/VMware/José Fonseca2014-01-17714-1360/+1360
* trace: Re-license trace.xsl under MIT license.José Fonseca2014-01-171-14/+22
* svga: fix crash when clearing null color bufferBrian Paul2014-01-171-3/+7
* llvmpipe: handle NULL color buffer pointersBrian Paul2014-01-175-94/+156
* softpipe: handle NULL color buffer pointersBrian Paul2014-01-171-93/+96
* llvmpipe: fix large point rasterization with point_quad_rasterizationRoland Scheidegger2014-01-171-12/+19
* gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger2014-01-179-12/+60
* mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2014-01-162-3/+1
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-169-43/+174
* nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-162-0/+4
* mesa/main: Free ctx->DrawIndirectBuffer during teardownAaron Watry2014-01-161-0/+2
* st/dri: prevent leak of dri option default valuesAaron Watry2014-01-161-0/+6
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-162-7/+7
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-159-30/+31
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-157-11/+7
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-1510-50/+11
* radeon: Remove dead codeIan Romanick2014-01-151-9/+0
* i915: Remove spurious calls to DepthRangeIan Romanick2014-01-152-9/+2
* mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick2014-01-151-0/+37
* scons: add new shaderimage.c file to the buildBrian Paul2014-01-151-0/+1
* clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez2014-01-151-6/+6