summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: fix PS output register setup regressionBrian Paul2014-01-232-3/+5
* draw: Save original driver functions earlier.José Fonseca2014-01-232-14/+14
* svga: minor code movement in svga_tgsi_insn.cBrian Paul2014-01-231-47/+47
* svga: whitespace, formatting fixes in svga_state_framebuffer.cBrian Paul2014-01-231-31/+26
* svga: simplify common immediate value constructionBrian Paul2014-01-232-91/+115
* svga: add comments, etc to svga_tgsi_insn.c codeBrian Paul2014-01-231-31/+163
* svga: assorted cleanups in shader codeBrian Paul2014-01-231-1/+0
* svga: rename shader_result -> variantBrian Paul2014-01-238-142/+158
* radeon: More missing stdio.h includes.José Fonseca2014-01-232-0/+3
* os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca2014-01-231-1/+1
* radeon: Adding missing stdio.h include.José Fonseca2014-01-231-0/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-235-235/+37
* os: Remove pipe_static_condvar.José Fonseca2014-01-231-12/+0
* 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