summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-01-26r600g: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák1-0/+12
2013-01-26r600g: don't use radeon_surface_level::npix_x/y/zMarek Olšák4-32/+27
2013-01-26r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gccMarek Olšák2-4/+4
2013-01-25r600g: fix up CP DMA for VM on cayman and TNAlex Deucher2-6/+9
2013-01-25svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()Brian Paul1-1/+1
2013-01-25svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2013-01-25util: add new error checking code in vbuf helperBrian Paul1-27/+49
2013-01-25util: add some defensive coding in u_upload_alloc()Brian Paul1-1/+7
2013-01-25softpipe: add casts to silence MSVC warningsBrian Paul1-2/+2
2013-01-25util: silence MSVC signed/unsigned comparison warningsBrian Paul1-4/+4
2013-01-25util: silence MSVC double->float conversion warningsBrian Paul1-2/+2
2013-01-25util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul1-1/+1
2013-01-25r600g: Don't build llvm_wrapper.cpp when we aren't using LLVMTom Stellard1-1/+3
2013-01-24libgl-xlib/build: Link with C++ when LLVM is usedMatt Turner1-1/+9
2013-01-24st/dri: disallow recursion in dri_flushMarek Olšák2-1/+13
2013-01-24st/dri: add null-pointer check, remove duplicated local variableMarek Olšák1-4/+5
2013-01-24Revert "Revert "targets/opencl: Link against libgallium.la instead of libgall...Tom Stellard2-9/+1
2013-01-24configure.ac: Compute the required llvm static libraries only onceTom Stellard1-4/+0
2013-01-24radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.Michel Dänzer1-0/+5
2013-01-24radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2-59/+54
2013-01-24radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.Michel Dänzer1-0/+4
2013-01-24radeonsi: Make sure to use float number format for packed float colour formats.Michel Dänzer1-2/+4
2013-01-22draw: fix MSVC divide-by-zero compilation errorBrian Paul1-1/+2
2013-01-22draw: fix problem in screen-space interpolation clip codeBrian Paul1-3/+3
2013-01-22draw: improve the clipper debug/printf codeBrian Paul1-1/+20
2013-01-22draw: add new debug code and comments in clip code templateBrian Paul1-0/+15
2013-01-22nouveau/build: Fix build failures when drm is not in /usr/include.José Fonseca3-3/+6
2013-01-22radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().Michel Dänzer1-1/+11
2013-01-21vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst1-5/+2
2013-01-21scons: Fix dependencies of generated headers.José Fonseca2-6/+4
2013-01-21r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2-7/+42
2013-01-21r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2-3/+6
2013-01-21r300g: enable AA optimizations for the RGBA16F formatMarek Olšák3-1/+11
2013-01-21radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák7-136/+251
2013-01-21radeonsi: improve flushed depth texture handlingVadim Girlin5-81/+100
2013-01-21radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák5-56/+48
2013-01-21radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer1-2/+1
2013-01-21radeonsi: Fix 1D tiling mode index for non-scanout resources.Michel Dänzer1-1/+4
2013-01-20build: Remove dead SHARED_GLAPI variableMatt Turner1-1/+0
2013-01-20gallium: Remove ppc asm backendAdam Jackson7-3077/+0
2013-01-19r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune1-1/+2
2013-01-19nv50/ir: add definitions of Target and CodeEmitter dtorsChristoph Bumiller1-2/+2
2013-01-19nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller3-0/+6
2013-01-19nv50/ir: fix a couple of warningsChristoph Bumiller3-6/+11
2013-01-18r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune3-58/+146
2013-01-18r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune5-1/+39
2013-01-18r600g/llvm:translate ARL opcode to a simple castVincent Lejeune1-2/+12
2013-01-18r600g/llvm: rework handling of the constantsVadim Girlin3-16/+54
2013-01-18llvmpipe: turn on integer texture supportRoland Scheidegger1-6/+16
2013-01-18llvmpipe: more fixes for integer color buffersRoland Scheidegger1-3/+39