summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-044-9/+7
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-045-5/+16
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-0459-73/+104
* radeonsi: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* r600g: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl2013-01-031-1/+4
* r300g: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+1
* galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+2
* r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák2012-12-225-11/+11
* r600g: remove redundant parameter alloc_bo from r600_texture_create_objectMarek Olšák2012-12-221-6/+5
* nouveau: deal with tbo cap for now.Dave Airlie2012-12-223-0/+3
* r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák2012-12-213-8/+16
* winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctlsMarek Olšák2012-12-211-1/+4
* r600g: remove a false commentMarek Olšák2012-12-211-1/+0
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-214-54/+8
* gallium/tests: fix build breakage after pipe_surface::usage removalMarek Olšák2012-12-211-1/+0
* 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