summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw/translate: fix instancingZack Rusin2013-06-2817-40/+109
* draw: fix incorrect clipper invocation statisticsZack Rusin2013-06-281-6/+0
* draw/gallivm: export overflow arithmetic to its own fileZack Rusin2013-06-284-44/+234
* draw: check for integer overflows in instance computationZack Rusin2013-06-282-0/+7
* draw: check for an integer overflow when computing strideZack Rusin2013-06-281-10/+43
* draw: account for elem size when computing overflowZack Rusin2013-06-281-7/+23
* tools/trace: Return dummy fence object to silence warnings.José Fonseca2013-07-011-1/+2
* tools/trace: Don't crash if a trace has no timing information.José Fonseca2013-07-012-3/+4
* nvc0: allow frame dropping in h264Maarten Lankhorst2013-07-011-3/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124
* r300g/compiler/tests: Add an assembly parserTom Stellard2013-06-305-16/+200
* r300g: Fix make checkTom Stellard2013-06-301-1/+2
* r600g: implement fast color clears for MSAA on evergreen+Grigori Goronzy2013-07-013-2/+79
* r600g/compute: disable unused colorbuffer slotsMarek Olšák2013-07-011-1/+12
* st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2013-06-302-0/+23
* llvmpipe: fix timer query if there's no binsRoland Scheidegger2013-06-291-0/+10
* clover: Don't segfault when compiling a program with no kernelTom Stellard2013-06-281-0/+7
* radeonsi: disable 2D tiling on CIK for nowAlex Deucher2013-06-281-1/+4
* radeonsi: add llvm processor names for CIKAlex Deucher2013-06-281-0/+3
* radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cikAlex Deucher2013-06-281-17/+34
* radeonsi: PA_CL_ENHANCE is privileged on CIKAlex Deucher2013-06-281-2/+3
* radeonsi: update surface sync packet emit for CIKAlex Deucher2013-06-281-6/+17
* radeonsi: store chip class in the pm4 structAlex Deucher2013-06-285-19/+62
* radeonsi: properly handle DB tiling setup on CIKAlex Deucher2013-06-281-7/+155
* radeonsi: emit additional shader pgm rsrc registers for CIKAlex Deucher2013-06-281-0/+11
* radeonsi: emit TA_BC_BASE_ADDR_HI for border color on CIKAlex Deucher2013-06-281-0/+2
* radeonsi: fix VGT_PRIMITIVE_TYPE emit for CIKAlex Deucher2013-06-281-1/+4
* radeonsi: register updates for CIKAlex Deucher2013-06-281-65/+931
* radeonsi: initial PM4 changes for CIKAlex Deucher2013-06-282-8/+15
* radeonsi: initial support for CIK chipsAlex Deucher2013-06-283-1/+22
* radeonsi: rename SI chip class from TAHITI to SIAlex Deucher2013-06-283-4/+4
* r600g: Fix buildTom Stellard2013-06-281-2/+2
* r600g/compute: Accept LDS size from the LLVM backendTom Stellard2013-06-285-20/+44
* r600g/compute: Move compute_shader_create() function into evergreen_compute.cTom Stellard2013-06-283-37/+23
* svga: pass svga_compile_key by reference instead of valueBrian Paul2013-06-281-7/+7
* svga: use switch statement in svga_shader_type()Brian Paul2013-06-281-5/+10
* ilo: clean up states that use ilo_view_surfaceChia-I Wu2013-06-281-13/+10
* ilo: remove ilo_cbuf_state::countChia-I Wu2013-06-284-17/+12
* ilo: clean up ilo_set_constant_buffer()Chia-I Wu2013-06-281-29/+44
* ilo: clean up states that take a start_slotChia-I Wu2013-06-281-73/+99
* ilo: use shorter names for dirty flagsChia-I Wu2013-06-287-141/+138
* ilo: track if primitive restart has changedChia-I Wu2013-06-283-1/+8
* ilo: avoid potential dangling pointer dereferenceChia-I Wu2013-06-281-0/+3
* llvmpipe: handle offset_clampRoland Scheidegger2013-06-273-2/+24
* llvmpipe: remove never reached code for timestamp queries.Roland Scheidegger2013-06-271-2/+0
* llvmpipe: fix a bug in opaque optimizationRoland Scheidegger2013-06-273-14/+20
* radeonsi/compute: Fix memory leak in radeonsi_launch_grid.Vinson Lee2013-06-271-0/+1
* clover: Fix build with LLVM 3.4Tom Stellard2013-06-271-6/+6
* postprocess: handle partial intialization failures.Matthew McClure2013-06-277-95/+281
* ilo: plug a potential index buffer leakChia-I Wu2013-06-271-0/+1