aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swrast: check for null/-1 when mapping renderbuffersBrian Paul2014-01-201-3/+7
* softpipe: fix crash when accessing null colorbufferBrian Paul2014-01-201-1/+4
* st/vdpau: s/surface/resource/ to fix compiler warningBrian Paul2014-01-201-1/+1
* i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca2014-01-204-4/+4
* logger: Remove unused variable.José Fonseca2014-01-201-1/+0
* logger: s/\<log\>/log_/José Fonseca2014-01-201-13/+13
* i965/blorp: reduce the scope of the explicit compression controlTopi Pohjolainen2014-01-201-11/+20
* i965/blorp: remove dependency to compression control stateTopi Pohjolainen2014-01-201-4/+3
* i965: Only update renderbuffers on initial intelMakeCurrentKristian Høgsberg2014-01-191-1/+8
* st/vdpau: check surface params before creating surfacesIlia Mirkin2014-01-193-0/+21
* st/vdpau: fix bogus error handling in output/bitmap creationIlia Mirkin2014-01-192-34/+35
* st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin2014-01-191-0/+5
* pipe-loader: Fix buildArmin K2014-01-191-0/+1
* loader: ifdef libdrm specific code and includeEmil Velikov2014-01-194-8/+19
* i965: Double the push constant space multipliers on Broadwell too.Kenneth Graunke2014-01-181-2/+4
* i965: Update invariant state for Broadwell.Kenneth Graunke2014-01-181-4/+12
* i965: Use the Sandybridge VUE format on Broadwell as well.Kenneth Graunke2014-01-181-0/+1
* i965: Create a new fragment shader backend for Broadwell.Kenneth Graunke2014-01-184-5/+1100
* i965: Create a new vec4 backend for Broadwell.Kenneth Graunke2014-01-185-17/+976
* i965: Add a new infrastructure for generating Broadwell shader assembly.Kenneth Graunke2014-01-183-0/+842
* i965: Implement a disassembler for Broadwell's new instruction encoding.Kenneth Graunke2014-01-182-0/+932
* i965: Add a new representation for Broadwell shader instructions.Kenneth Graunke2014-01-184-0/+835
* 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-181-1/+0
* 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-1819-2/+493
* 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