summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-203-15/+18
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-201-5/+2
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-192-1/+12
* r600g: Add $(DEFINES) to AM_CXXFLAGSTom Stellard2013-02-191-1/+2
* llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul2013-02-191-2/+2
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-02-191-2/+1
* draw: fix non-perspective interpolation in interp()Brian Paul2013-02-191-3/+8
* radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware formatMichel Dänzer2013-02-181-1/+1
* radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2013-02-182-7/+10
* radeonsi: properly implement S8Z24 depth-stencil formatMichel Dänzer2013-02-181-29/+66
* r600g/llvm: Support for TBOVincent Lejeune2013-02-181-0/+28
* r600g/llvm: Set Inputs/Outputs count to 32 (api reported value)Vincent Lejeune2013-02-181-2/+2
* r600g/llvm: Fix alpha_to_one piglit testsVincent Lejeune2013-02-183-0/+4
* r600g/llvm: Add support for UBOVincent Lejeune2013-02-182-1/+22
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-167-95/+247
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-164-5/+54
* gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger2013-02-162-66/+199
* gallivm: DIV shouldn't be deprecated.Roland Scheidegger2013-02-161-1/+0
* trace: add context pointer sanity checkingBrian Paul2013-02-153-0/+23
* trace: fix incorrect trace_surface::base.context pointerBrian Paul2013-02-153-4/+7
* trace: whitespace, comment clean-upsBrian Paul2013-02-151-6/+2
* trace: move struct tr_list to tr_texture.hBrian Paul2013-02-152-5/+8
* egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg2013-02-141-1/+1
* 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