summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Merge branch 'pipe-video'Christian König11-8/+112
2011-07-13r600g: reenable hardware blits for STATIC and IMMUTABLE resourcesChristian König1-10/+8
2011-07-13r600g: prevent hardware blitting based on resource usageChristian König1-1/+8
2011-07-13r600g: revert "set BLEND_CLAMP depending on clamp_fragment_color"Christian König1-8/+3
2011-07-13i915g: fixup context desdructionDaniel Vetter1-2/+2
2011-07-12r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher2-0/+12
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König4-6/+29
2011-07-11nvfx: handle PIPE_CAP_SM3David Heidelberger1-0/+3
2011-07-11r600g: revert "support textures with scaled number formats"Christian König1-1/+1
2011-07-11[g3dvl] remove some stale nv40 filesChristian König2-80/+0
2011-07-11[g3dvl] remove pipe_video_context from nouveauChristian König5-84/+22
2011-07-11Merge remote-tracking branch 'origin/master' into pipe-videoChristian König43-1715/+1977
2011-07-11Revert "WIP r600g: depth_buffer_float renderbuffer support on evergreen"Marek Olšák1-13/+1
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-10r600g: LIT: clamp negative src.y to 0Vadim Girlin1-5/+24
2011-07-09r600g: Get rid of some superfluous braces.Henri Verbeet2-14/+14
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-08[g3dvl] and finally remove pipe_video_contextChristian König5-30/+7
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König3-0/+7
2011-07-08[g3dvl] remove the unused priv member from pipe_video_contextChristian König3-3/+3
2011-07-08[g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König9-134/+20
2011-07-08[g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König3-0/+6
2011-07-07i915g: Make the optimizer more generic.Stéphane Marchesin1-27/+58
2011-07-07[g3dvl] rename get_param to get_video_param and move into screen objectChristian König5-3/+42
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-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-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 Marchesin7-1/+36
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
2011-07-05r600g: reduce flushes for queriesVadim Girlin3-6/+4
2011-07-05r600g: Get rid of the state_inlines headers.Henri Verbeet4-1104/+1044
2011-07-05r600g: Get rid of an unused include in r600_texture.c.Henri Verbeet1-1/+0
2011-07-05r600g: Get rid of some unused functions.Henri Verbeet2-64/+0
2011-07-05r600g: Use the actual Evergreen functions to query format support on Evergreen.Henri Verbeet6-88/+157