summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1
* nouveau: don't try to use push_data if it's not implementedChristoph Bumiller2013-01-271-0/+3
* r600g: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák2013-01-261-0/+12
* r600g: don't use radeon_surface_level::npix_x/y/zMarek Olšák2013-01-264-32/+27
* r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gccMarek Olšák2013-01-262-4/+4
* r600g: fix up CP DMA for VM on cayman and TNAlex Deucher2013-01-252-6/+9
* svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()Brian Paul2013-01-251-1/+1
* svga: add NULL pointer check in svga_create_sampler_state()Brian Paul2013-01-251-0/+3
* util: add new error checking code in vbuf helperBrian Paul2013-01-251-27/+49
* util: add some defensive coding in u_upload_alloc()Brian Paul2013-01-251-1/+7
* softpipe: add casts to silence MSVC warningsBrian Paul2013-01-251-2/+2
* util: silence MSVC signed/unsigned comparison warningsBrian Paul2013-01-251-4/+4
* util: silence MSVC double->float conversion warningsBrian Paul2013-01-251-2/+2
* util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul2013-01-251-1/+1
* r600g: Don't build llvm_wrapper.cpp when we aren't using LLVMTom Stellard2013-01-251-1/+3
* libgl-xlib/build: Link with C++ when LLVM is usedMatt Turner2013-01-241-1/+9
* st/dri: disallow recursion in dri_flushMarek Olšák2013-01-242-1/+13
* st/dri: add null-pointer check, remove duplicated local variableMarek Olšák2013-01-241-4/+5
* Revert "Revert "targets/opencl: Link against libgallium.la instead of libgall...Tom Stellard2013-01-242-9/+1
* configure.ac: Compute the required llvm static libraries only onceTom Stellard2013-01-241-4/+0
* radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.Michel Dänzer2013-01-241-0/+5
* radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2013-01-242-59/+54
* radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.Michel Dänzer2013-01-241-0/+4
* radeonsi: Make sure to use float number format for packed float colour formats.Michel Dänzer2013-01-241-2/+4
* draw: fix MSVC divide-by-zero compilation errorBrian Paul2013-01-221-1/+2
* draw: fix problem in screen-space interpolation clip codeBrian Paul2013-01-221-3/+3
* draw: improve the clipper debug/printf codeBrian Paul2013-01-221-1/+20
* draw: add new debug code and comments in clip code templateBrian Paul2013-01-221-0/+15
* nouveau/build: Fix build failures when drm is not in /usr/include.José Fonseca2013-01-223-3/+6
* radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().Michel Dänzer2013-01-221-1/+11
* vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst2013-01-211-5/+2
* scons: Fix dependencies of generated headers.José Fonseca2013-01-212-6/+4
* r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2013-01-212-7/+42
* r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2013-01-212-3/+6
* r300g: enable AA optimizations for the RGBA16F formatMarek Olšák2013-01-213-1/+11
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-217-136/+251
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-215-81/+100
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-215-56/+48
* radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer2013-01-211-2/+1
* radeonsi: Fix 1D tiling mode index for non-scanout resources.Michel Dänzer2013-01-211-1/+4
* build: Remove dead SHARED_GLAPI variableMatt Turner2013-01-201-1/+0
* gallium: Remove ppc asm backendAdam Jackson2013-01-207-3077/+0
* r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune2013-01-191-1/+2
* nv50/ir: add definitions of Target and CodeEmitter dtorsChristoph Bumiller2013-01-191-2/+2
* nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller2013-01-193-0/+6
* nv50/ir: fix a couple of warningsChristoph Bumiller2013-01-193-6/+11
* r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune2013-01-183-58/+146
* r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune2013-01-185-1/+39
* r600g/llvm:translate ARL opcode to a simple castVincent Lejeune2013-01-181-2/+12
* r600g/llvm: rework handling of the constantsVadim Girlin2013-01-183-16/+54