summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-07-13i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin1-0/+2
2011-07-13r600g: prevent hardware blitting based on resource usageChristian König1-1/+8
2011-07-13targets/egl-static: fix a linking errorChia-I Wu1-1/+1
2011-07-13i915g: fixup context desdructionDaniel Vetter1-2/+2
2011-07-12r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher3-0/+13
2011-07-12u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul1-1/+1
2011-07-11gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee1-2/+2
2011-07-11nvfx: handle PIPE_CAP_SM3David Heidelberger1-0/+3
2011-07-11gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee1-0/+2
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul1-3/+6
2011-07-11Revert "WIP r600g: depth_buffer_float renderbuffer support on evergreen"Marek Olšák1-13/+1
2011-07-11r600g: more valgrind fixesMarek Olšák1-2/+2
2011-07-11r600g: zero memory of ioctl parametersMarek Olšák1-3/+3
2011-07-10WIP r600g: depth_buffer_float renderbuffer support on evergreenMarek Olšák1-1/+13
2011-07-10r600g: depth_buffer_float support on r600-r700Marek Olšák2-0/+18
2011-07-10gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák1-0/+35
2011-07-10gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák1-1/+34
2011-07-10gallium/util: implement pack functions for Z32F and Z32F_S8X24Marek Olšák1-0/+64
2011-07-10r600g: LIT: clamp negative src.y to 0Vadim Girlin1-5/+24
2011-07-10st/dri: remove unused variablesMarek Olšák1-2/+0
2011-07-10st/egl: fix linking errorsChia-I Wu1-0/+18
2011-07-09r600g: Get rid of some superfluous braces.Henri Verbeet2-14/+14
2011-07-09r600g: Check for Evergreen chip class instead of Cedar family in r600_context...Henri Verbeet1-1/+1
2011-07-09r600g: Store the chip class directly in r600_bc.Henri Verbeet3-49/+6
2011-07-09r600g: Replace the CHIPREV_* defines with the chip_class enum.Henri Verbeet5-99/+93
2011-07-09r600g: Get rid of the superfluous family field from r600_shader.Henri Verbeet2-6/+4
2011-07-09r600g: Store the chip class in r600_pipe_context.Henri Verbeet6-70/+36
2011-07-09r600g: Fix the type of the family field in r600_pipe_context.Henri Verbeet1-1/+1
2011-07-08r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRPVadim Girlin1-2/+7
2011-07-08r600g: introduce r600_bc_src_set_abs helper and fix LOGVadim Girlin1-8/+18
2011-07-08r600g: RSQ: clear NEG for operandVadim Girlin1-0/+1
2011-07-08r600g: LIT: swap MUL_LIT operands to fix 0^0Vadim Girlin1-6/+5
2011-07-08gallivm: Fix build with llvm-3.0Gustaw Smolarczyk1-9/+7
2011-07-07i915g: Make the optimizer more generic.Stéphane Marchesin1-27/+58
2011-07-07scons: Generate libGL.so.1.5 and libGL.so.1 symlinks.José Fonseca1-5/+8
2011-07-07nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller8-30/+26
2011-07-07nv50: more formats for nv50_resource_copy_region conversion pathChristoph Bumiller1-16/+7
2011-07-07i915g: Apply optimization to ADDS/MUL and only if we're not saturating.Stéphane Marchesin1-6/+27
2011-07-07st/xa: Fix up error reporting. Disable component alpha.Thomas Hellstrom1-11/+26
2011-07-07st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 textureThomas Hellstrom5-38/+87
2011-07-06i915g: move code after declarationBrian Paul1-1/+2
2011-07-06i915g: Fix optimize so that it actually gets used.Stéphane Marchesin1-1/+1
2011-07-06softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul1-0/+1
2011-07-06tgsi: add some debug/print code in exec_tex(), disabledBrian Paul1-0/+11
2011-07-06softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul1-5/+5
2011-07-06i915g: Fix optimization, also make it more generic.Stéphane Marchesin1-2/+26
2011-07-06i915g: Improve flushing using heuristics.Stéphane Marchesin8-1/+46
2011-07-06i915g: introduce the tiny shader optimizer.Stéphane Marchesin6-96/+372
2011-07-06i915g: Add comment about DDX/DDY.Stéphane Marchesin1-0/+1
2011-07-06i915g: Move back to the old method for target format fixup.Stéphane Marchesin2-58/+41