aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw: use some cast wrappers in draw_pt_fetch_shade_pipeline*.cBrian Paul2014-01-202-19/+29
* draw: whitespace and formatting fixes in draw_pt_fetch_shade_pipeline*.cBrian Paul2014-01-202-81/+105
* draw: fix incorrect vertex size computation in LLVM drawing codeBrian Paul2014-01-202-11/+30
* draw: clean up d3d style point clippingRoland Scheidegger2014-01-205-25/+42
* 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-202-2/+2
* 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
* 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
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-183-0/+5
* 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-184-180/+13
* gbm: use the loader util libEmil Velikov2014-01-181-1/+0
* loader: introduce the loader util libEmil Velikov2014-01-186-0/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-17364-738/+738
* 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
* 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
* 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
* clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez2014-01-151-6/+6
* clover: Don't try to build programs created from a binary again.Francisco Jerez2014-01-152-19/+22
* clover: Add missing fields to the clover::module serialization code.Francisco Jerez2014-01-151-0/+3
* clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez2014-01-151-1/+1
* clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez2014-01-141-1/+1
* ilo: handle NULL renderbuffers correctlyChia-I Wu2014-01-146-27/+45
* ilo: disable HiZ for misaligned levelsChia-I Wu2014-01-144-82/+215
* ilo: use a helper to determine if HiZ is enabledChia-I Wu2014-01-145-8/+19
* ilo: decide on hiz first in texture allocationChia-I Wu2014-01-141-64/+64
* ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu2014-01-141-7/+9
* ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu2014-01-141-11/+1
* ilo: OOM for HiZ is fatal on GEN6Chia-I Wu2014-01-141-2/+7