summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: add support for red-alpha render targetsMarek Olšák2013-02-142-0/+44
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-143-0/+20
* r600g: properly implement S8Z24 depth-stencil format for EvergreenMarek Olšák2013-02-143-18/+47
* radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer2013-02-141-0/+29
* radeonsi: Fix array indices for detecting integer vertex formatsMichel Dänzer2013-02-141-2/+2
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-133-0/+141
* r600g: fix lockup when hyperz & alpha test are enabled together. v3Jerome Glisse2013-02-123-3/+49
* radeonsi: remove constant index limitation v3Christian König2013-02-122-7/+1
* radeonsi: support constants as TEX coordinatesChristian König2013-02-121-0/+9
* gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger2013-02-121-2/+3
* nv50: fix bogus parameters when processing sample instructionsRoland Scheidegger2013-02-121-1/+1
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-127-20/+10
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-121-2/+2
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-125-93/+210
* r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse2013-02-111-6/+7
* winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson2013-02-111-0/+4
* llvmpipe: fix vertex_header mask store in big-endianAdhemerval Zanella2013-02-111-0/+48
* llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella2013-02-113-16/+0
* softpipe: clean up lod computationRoland Scheidegger2013-02-084-124/+143
* softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger2013-02-081-67/+89
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-088-75/+67
* gallivm: hook up dx10 sampling opcodesRoland Scheidegger2013-02-083-6/+419
* winsys/radeon: improve debuging printingJerome Glisse2013-02-081-1/+2
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-082-40/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* gallivm: fix typo in lp_build_mul_normRoland Scheidegger2013-02-081-1/+1
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-084-27/+57
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-085-20/+56
* xorg: fix exa finish accessJerome Glisse2013-02-081-1/+1
* nv30: Fix memory leak.Vinson Lee2013-02-071-0/+1
* radeonsi: Handle scaled and integer formats for samplers and vertex elements.Michel Dänzer2013-02-071-17/+46
* radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.Michel Dänzer2013-02-071-2/+2
* radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().Michel Dänzer2013-02-071-2/+0
* radeonsi: Use unique names for referring to texture sampling intrinsics.Michel Dänzer2013-02-071-3/+18
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-072-1/+6
* r600g: fix slice tile max for compressed texture and async dmaJerome Glisse2013-02-072-4/+8
* radeonsi: use new RGBX formatsMarek Olšák2013-02-071-0/+26
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-076-14/+45
* r300g: use new RGBX formatsMarek Olšák2013-02-072-3/+22
* r600g: use new RGBX formatsMarek Olšák2013-02-072-0/+52
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-073-0/+36
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-062-2/+2
* gallium/util: remove duplicated function util_format_is_rgb_no_alphaMarek Olšák2013-02-063-33/+6
* r600g: report correct control flow depthMarek Olšák2013-02-061-2/+1
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-066-5/+71
* r300/compiler: copy-propagate saturate mode when possibleMarek Olšák2013-02-061-2/+19
* r300/compiler: add support for saturate output modifier in r500 vertex shadersMarek Olšák2013-02-062-10/+19
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-063-122/+202
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* svga: fix sRGB renderingBrian Paul2013-02-051-0/+11