aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* util/u_format: Round when converting depth values from float to z16_unorm.José Fonseca2012-12-211-1/+1
* r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse2012-12-205-2/+106
* r600g: add htile support v16Jerome Glisse2012-12-2010-24/+221
* r600g: rework flusing and synchronization pattern v7Jerome Glisse2012-12-208-162/+89
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-203-13/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-2013-13/+13
* r600g: add assertions to prevent creation of invalid surfacesMarek Olšák2012-12-203-16/+18
* r600g: refactor and make streamout dumping more informativeMarek Olšák2012-12-201-12/+21
* r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák2012-12-201-1/+1
* r600g: lower stream outputs with dst_offset < start_componentMarek Olšák2012-12-201-7/+47
* r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputsMarek Olšák2012-12-201-3/+11
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-193-11/+9
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-193-14/+10
* Revert "r600g: work around ddx over alignment"Jerome Glisse2012-12-191-9/+3
* r600g: work around ddx over alignmentJerome Glisse2012-12-181-3/+9
* radeon/llvm: improve cube map handlingVadim Girlin2012-12-184-22/+84
* radeon/llvm: fix TXQ_LZ handling for cube mapsVadim Girlin2012-12-181-2/+4
* r600g: initialize inst_mod in r600_tex_from_byte_streamVadim Girlin2012-12-181-0/+2
* gallivm: fix conversion for pure integer formatsRoland Scheidegger2012-12-181-0/+1
* vega: fix for object handle leakAndreas Pokorny2012-12-174-1/+8
* gallivm: fix texel fetch for array textures (2)Roland Scheidegger2012-12-171-2/+3
* r600g: fixup offset types for printingDave Airlie2012-12-162-4/+4
* gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet2012-12-161-28/+0
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-146-8/+27
* draw: add support for later transform feedback extensionsDave Airlie2012-12-143-6/+17
* clover: Fix build since removal of pipe_surface::usageTom Stellard2012-12-131-1/+0
* r600g/radeonsi: Silence warningsMaxence Le Dore2012-12-135-30/+49
* clover: Add support for compiler flagsTom Stellard2012-12-135-12/+71
* clover: Don't erase build info of devices not being builtTom Stellard2012-12-131-2/+2
* r600g: use load_ar checks with llvm output.Vincent Lejeune2012-12-131-0/+6
* gallivm: fix texel fetch for array texturesRoland Scheidegger2012-12-131-17/+38
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* r600g: suballocate memory for fetch shaders from a large bufferMarek Olšák2012-12-126-19/+37
* r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE registerMarek Olšák2012-12-125-16/+28
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-123-0/+181
* r600g: use u_upload_mgr for allocating staging transfer buffersMarek Olšák2012-12-121-15/+15
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-1212-28/+30
* st/dri: add a way to force MSAA on with an environment variableMarek Olšák2012-12-121-4/+39
* gallium: remove pipe_surface::usageMarek Olšák2012-12-1256-109/+26
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-124-157/+164
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-122-41/+24
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-125-0/+40
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-123-0/+3
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* st/egl/drm: only unref the udev device if neededTobias Droste2012-12-111-4/+5