summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-112-0/+5
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-119-18/+58
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-113-6/+19
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* util: use memset() to initialize surface, sampler_view templatesBrian Paul2012-01-102-7/+16
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0
* target-helpers: If neither softpipe or llvmpipe is used just return the screenJakob Bornecrantz2012-01-101-0/+2
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-106-57/+105
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-103-2/+7
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-1017-77/+48
* draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz2012-01-091-5/+11
* draw: Make it possible to create a llvm free contextJakob Bornecrantz2012-01-092-15/+35
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-096-72/+112
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-072-0/+5
* util: silence some MSVC type conversion warningsBrian Paul2012-01-071-5/+5
* draw: replace assert(0) with debug_warn_once()Brian Paul2012-01-073-6/+6
* util: add debug_warn_once() macroBrian Paul2012-01-071-0/+19
* draw: whitespace fixes, etc.Brian Paul2012-01-074-173/+160
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-074-29/+10
* u_vbuf: don't unroll indices if mapping vertex buffers blocksMarek Olšák2012-01-071-1/+35
* draw: fix missing include for u_format.Dave Airlie2012-01-071-0/+1
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-071-1/+2
* draw: don't translate non-floats to float.Dave Airlie2012-01-071-0/+22
* draw: fix piglit base vertex + user vertex array testsDave Airlie2012-01-061-1/+1
* gallium: add support for clip distancesBryan Cain2012-01-053-10/+37
* u_vbuf: use cso_cache to cache vertex element statesMarek Olšák2012-01-051-10/+47
* u_vbuf: implement another upload codepath which unrolls indicesMarek Olšák2012-01-052-27/+120
* u_vbuf: cleanup variable names to be consistentMarek Olšák2012-01-051-13/+11
* u_vbuf: cleanup the computation of how many vertices to upload/translateMarek Olšák2012-01-051-16/+23
* u_vbuf: convert min_index,max_index to start,countMarek Olšák2012-01-051-19/+26
* util: add helper function util_dump_draw_infoMarek Olšák2012-01-052-0/+34
* translate: implement translation of 10_10_10_2 typesMarek Olšák2012-01-051-0/+148
* translate: implement translation of (pure) integer formatsMarek Olšák2012-01-051-94/+252
* u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formatsMarek Olšák2012-01-053-4/+32
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-055-11/+11
* u_vbuf: translate per-vertex, per-instance, and constant attribs separatelyMarek Olšák2012-01-051-104/+236
* u_vbuf: take start_instance into account when uploading instanced attribsMarek Olšák2012-01-051-2/+4
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-053-20/+8
* u_vbuf: don't map user buffers, just obtain a pointer to themMarek Olšák2012-01-051-6/+11
* u_vbuf: only map a subrange of buffers to translateMarek Olšák2012-01-051-9/+8
* gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák2012-01-052-6/+5
* u_vbuf: remove the workaround for half floats and translateMarek Olšák2012-01-051-20/+1
* translate: implement translation of half floats in the generic codepathMarek Olšák2012-01-051-0/+21
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-057-232/+255
* gallium/util: fix argument cast in x32_s8_get_tile_rgba() callBrian Paul2012-01-041-1/+1
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* tgsi/softpipe: disable FAST_MATHDave Airlie2012-01-031-1/+1
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-0/+28
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38