summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-13r600g: prevent hardware blitting based on resource usageChristian König1-1/+8
2011-07-13i915g: fixup context desdructionDaniel Vetter1-2/+2
2011-07-12r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher2-0/+12
2011-07-11nvfx: handle PIPE_CAP_SM3David Heidelberger1-0/+3
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-07i915g: Make the optimizer more generic.Stéphane Marchesin1-27/+58
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
2011-07-05r600g: Get rid of the unused "family" parameter to r600_is_vertex_format_supp...Henri Verbeet2-9/+4
2011-07-03r600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.Henri Verbeet2-0/+8
2011-07-01svga: Use the correct element size.José Fonseca1-1/+1
2011-07-01svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom3-30/+90
2011-07-01svga: Ignore redefine_user_buffer callsThomas Hellstrom1-15/+2
2011-07-01svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul1-3/+3
2011-07-01svga: fix incorrect user buffer size computationBrian Paul1-1/+3
2011-07-01svga: Handle null buffers in svga_buffer_is_user_buffer().José Fonseca1-1/+5
2011-07-01gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom6-71/+208
2011-07-01gallium/svga: Make use of u_upload_flush().Thomas Hellstrom2-2/+10
2011-07-01svga: Flush when switching between HW to SW TNL, after updating need_swtnl.José Fonseca2-11/+15
2011-06-30r600g: fix check for empty csVadim Girlin2-3/+1
2011-06-30scons: Expose pkg-config in a simpler manner.José Fonseca1-5/+1
2011-06-30i915g: Implement surface format fixup without adding an extra instruction.Stéphane Marchesin1-31/+54