summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf_mgr: make u_vbuf_mgr_draw_begin return flags in a bitmaskMarek Olšák2011-06-194-36/+36
* r600g: fix warning: assignment discards qualifiers from pointer target typeMarek Olšák2011-06-191-1/+2
* u_vbuf_mgr: fix uploading if format size is greater than strideMarek Olšák2011-06-191-0/+5
* r300g: rename AOS -> VARRAYSMarek Olšák2011-06-181-17/+17
* r300g: fix handling PREP_* optionsMarek Olšák2011-06-181-31/+32
* r600g: fix LIT to handle src==dst properlyVadim Girlin2011-06-181-1/+3
* r600g: fix RSQ to use abs value of operand on evergreenVadim Girlin2011-06-181-1/+1
* r600g: fix source box in r600_resource_copy_regionVadim Girlin2011-06-181-2/+11
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-179-60/+47
* r600: fix SPI inputs setup on r600/r700Vadim Girlin2011-06-161-4/+9
* r600g: disable render condition for some blitter operationsMarek Olšák2011-06-153-6/+34
* r600g: fix TXD src regs needing fetching.Mike Kaplinskiy2011-06-151-46/+50
* r600g: use inlines for some common tex instr setup code.Mike Kaplinskiy2011-06-151-11/+24
* r600g: fix TXD when shadowing is enabled.Mike Kaplinskiy2011-06-152-6/+17
* r600g: add TXD support.Dave Airlie2011-06-154-6/+64
* i915g: add const qualifier to silence warningBrian Paul2011-06-141-1/+1
* r600g: also set TILE_MODE of the base levelMarek Olšák2011-06-151-1/+1
* r600g: force OpenGL's BASE_LEVEL behavior on r600-r700Marek Olšák2011-06-151-10/+16
* r600g: fix RGB32F texturingMarek Olšák2011-06-141-1/+2
* r600g: fix indentation and commentsMarek Olšák2011-06-142-37/+40
* r600g: disable shader_texture_lod until there is driver supportMarek Olšák2011-06-141-1/+1
* llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzleAdam Jackson2011-06-141-2/+66
* nv50: fix copy/paste error in nv50_gmtyprog_validateChristoph Bumiller2011-06-141-2/+4
* st/xorg: remove unused variableMarek Olšák2011-06-141-1/+0
* r600g: do not link with softpipeMarek Olšák2011-06-141-1/+0
* r300g: do not link with softpipeMarek Olšák2011-06-141-1/+0
* xorg-radeon: rename to xorg-r300Marek Olšák2011-06-143-30/+30
* target-helpers: remove copy-pasted function inline_noop_helperMarek Olšák2011-06-143-52/+9
* r600g: skip SPI setup for position and face inputsVadim Girlin2011-06-142-4/+4
* r600g: move depth texture flushing out of line.Dave Airlie2011-06-146-7/+36
* i915g: add a few more render target formatsDaniel Vetter2011-06-131-0/+7
* r600g: Put shaders into immutable buffers.Mathias Fröhlich2011-06-132-2/+3
* r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich2011-06-131-15/+11
* r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich2011-06-131-12/+14
* r600g: Fix typo.Mathias Fröhlich2011-06-131-1/+1
* r600g: remove useless call to u_upload_flushPierre-Eric Pelloux-Prayer2011-06-131-5/+0
* r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer2011-06-131-0/+1
* st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-124-0/+15
* r300g: max_anisotropy of 1 is not anisotropic filteringMarek Olšák2011-06-111-1/+1
* i915g: implement fence signallingDaniel Vetter2011-06-111-2/+6
* r600g: VGT_PRIMITIVE_TYPE is specialAlex Deucher2011-06-092-3/+3
* r600g: Handle CONFIG regs properlyAlex Deucher2011-06-092-32/+31
* r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák2011-06-091-0/+6
* r300g: don't enable aniso with nearest filteringMarek Olšák2011-06-091-41/+39
* r600g: adjust vs/ps gprs on r600/r700 cards when needed.Dave Airlie2011-06-095-19/+77
* r600g: remove unused variableMarek Olšák2011-06-091-1/+0
* r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák2011-06-091-5/+10
* r300g: make translate_primitive table-drivenMarek Olšák2011-06-091-24/+20
* util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
* util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3