summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* svga: implement surface cache size limitBrian Paul2012-02-232-3/+137
* svga: add svga_format_size() functionBrian Paul2012-02-232-0/+163
* svga: use dummy shaders when translation failsBrian Paul2012-02-232-4/+95
* svga: move temp register index assertionsBrian Paul2012-02-232-6/+17
* svga: check that we don't exceed temp register limitBrian Paul2012-02-232-0/+6
* r600g: Fix build when libdrm is installed to non-standard dir.Satyajit Sarangi2012-02-221-0/+3
* r600g: move invariant register updates into start_cs for evergreen and caymanMarek Olšák2012-02-213-118/+100
* r600g: move invariant register updates into start_cs for r6xx-r7xxMarek Olšák2012-02-213-102/+82
* r600g: add a depth misc state which depends on occlusion queriesMarek Olšák2012-02-2110-91/+152
* r600g: consolidate the main draw codeMarek Olšák2012-02-214-133/+50
* r600g: move all invariant state from draw_vbo into start_csMarek Olšák2012-02-217-20/+35
* r600g: turn init_config into a command buffer for starting a CSMarek Olšák2012-02-2110-479/+379
* gallium/util: remove u_simple_screenMarek Olšák2012-02-212-2/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-2118-32/+0
* llvmpipe: Remove lp_test_sincos.José Fonseca2012-02-216-909/+8
* r300g: Fix build when libdrm is installed to non-standard dirTom Stellard2012-02-191-0/+2
* llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca2012-02-171-3/+5
* llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca2012-02-171-10/+16
* llvmpipe: Add a negation test to lp_test_arit.José Fonseca2012-02-171-0/+7
* r300g: don't use pipe_screen::winsysMarek Olšák2012-02-171-2/+2
* r300g: don't use pipe_context::winsysMarek Olšák2012-02-171-1/+1
* r600g: remove the workaround for quads and provoking vertexMarek Olšák2012-02-165-33/+25
* r600g: remove redundant r600_context::vs_so_stride_in_dwMarek Olšák2012-02-163-4/+1
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-142-2/+24
* r600g: consolidate set_blend_color codeMarek Olšák2012-02-144-40/+23
* r600g: consolidate more translate functionsMarek Olšák2012-02-144-140/+74
* r600g: inline r600_translate_ds_funcMarek Olšák2012-02-142-16/+4
* r600g: remove unused variableMarek Olšák2012-02-141-2/+0
* r600g: consolidate some translate functionsMarek Olšák2012-02-144-84/+44
* Revert "r600g: don't advertise integer textures without GLSL 1.3"Marek Olšák2012-02-142-8/+0
* r600g: don't advertise integer textures without GLSL 1.3Marek Olšák2012-02-142-0/+8
* i915g: Remove useless draw calls.Stéphane Marchesin2012-02-123-41/+2
* i915g: Add a way to profile the contents of command buffers.Stéphane Marchesin2012-02-121-0/+12
* i915g: Fix comments.Stéphane Marchesin2012-02-121-2/+2
* i915g: Don't emit state when it's already bound.Stéphane Marchesin2012-02-121-0/+32
* i915g: Remove unused poly stipple state.Stéphane Marchesin2012-02-122-54/+0
* i915g: Implement stipple with draw.Stéphane Marchesin2012-02-122-1/+5
* i915g: Fix comment.Stéphane Marchesin2012-02-121-1/+1
* i915g: Move ureg defines to the header so we can share them.Stéphane Marchesin2012-02-122-32/+32
* i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin2012-02-124-9/+31
* r300g: always fail to create a multisample resourceMarek Olšák2012-02-121-0/+3
* r300g: assert-fail when calling resource_resolveMarek Olšák2012-02-121-0/+3
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-101-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-102-1/+7
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-099-0/+13
* r600g: fix handling of outputs as TEX addr sourcesChristian König2012-02-081-1/+2
* r600g: remove unused vars to silence warningsBrian Paul2012-02-071-2/+0
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-072-0/+5
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-069-124/+740
* nv50: fix bad assertion on Elements(phi->src) in regallocChristoph Bumiller2012-02-061-1/+1