aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw: fix piglit base vertex + user vertex array testsDave Airlie2012-01-061-1/+1
* gallium: add support for clip distancesBryan Cain2012-01-054-11/+39
* r300/compiler: fix buffer underflow when setting SEM_WAIT on last instructionMarek Olšák2012-01-052-4/+4
* 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-053-28/+121
* 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
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3
* 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: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-0512-6/+57
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-0511-17/+16
* 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-059-39/+18
* 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-053-6/+6
* 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
* svga: Trim the dri binary a bit on scons release buildsJakob Bornecrantz2012-01-051-1/+5
* svga: Fix texture cube param capJakob Bornecrantz2012-01-051-2/+2
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-057-232/+255
* gallium: add STATIC_ASSERT macroBrian Paul2012-01-051-0/+11
* 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-036-21/+91
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* r600g: add missing colorswaps for r8 uint/sint.Dave Airlie2012-01-022-0/+4
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-022-4/+51
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38
* r300g: inline r300_resource_set_propertiesMarek Olšák2012-01-011-16/+1
* r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák2012-01-019-119/+194
* u_blitter: expose functions for setting default views and surfaces for copyingMarek Olšák2012-01-012-18/+65
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* u_format: fix latc fetches.Dave Airlie2011-12-301-1/+6
* u_format/rgtc: fix alpha values in returned texels.Dave Airlie2011-12-301-1/+10
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* u_format: fix inv_swizzles generationDave Airlie2011-12-301-1/+2
* r600g: Manage fences per screen rather than per context.Michel Dänzer2011-12-302-56/+65
* i915g: Allocate tmp for KILPStéphane Marchesin2011-12-301-0/+2
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* i915g: Add missing draw_flush call.Stéphane Marchesin2011-12-281-0/+7
* i915g: Only apply the optimization to output vars.Stéphane Marchesin2011-12-271-0/+1
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1