aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák2014-01-231-0/+3
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-2312-14/+0
* radeonsi: use hardware scissors correctlyMarek Olšák2014-01-231-35/+20
* radeonsi: handle R600_CONTEXT_PS_PARTIAL_FLUSH in si_emit_cache_flushMarek Olšák2014-01-231-1/+2
* r600g,radeonsi: if discarding whole buffer range, discard whole resource insteadMarek Olšák2014-01-231-0/+8
* gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2014-01-232-22/+4
* gallium/hud: just unmap the upload vertex buffer instead of recreating itMarek Olšák2014-01-231-1/+1
* gallium/vl: use u_upload_mgr to upload vertices for vl_compositorMarek Olšák2014-01-232-32/+20
* clover: Don't crash on NULL global buffer objects.Jan Vesely2014-01-221-11/+23
* llvmpipe: dump geometry shaders when using LP_DEBUG=tgsiDave Airlie2014-01-221-1/+4
* svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul2014-01-214-8/+47
* svga: rename color output variablesBrian Paul2014-01-213-9/+10
* svga: fix clearing for null color buffersBrian Paul2014-01-211-3/+3
* draw: fix points with negative w coords for d3d style point clippingRoland Scheidegger2014-01-211-2/+6
* 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