| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: improve inputs/interpolation handling with llvm backend | Vadim Girlin | 2013-01-28 | 4 | -209/+151 |
* | r600g: Add ar_chan member to struct r600_bytecode | Tom Stellard | 2013-01-28 | 3 | -0/+4 |
* | r600g: More robust checks for MOVA_INT instructions | Tom Stellard | 2013-01-28 | 1 | -8/+35 |
* | r600g/llvm: Add dummy export for vs output | Vincent Lejeune | 2013-01-28 | 1 | -2/+20 |
* | r600g: Fix building with --enable-r600-llvm-compiler | Tom Stellard | 2013-01-28 | 1 | -3/+1 |
* | r600g: don't emit WAIT_UNTIL on cayman/TN (v2) | Alex Deucher | 2013-01-28 | 1 | -9/+28 |
* | r600g: add async for staging buffer upload v2 | Jerome Glisse | 2013-01-28 | 12 | -17/+595 |
* | r600g: add multi ring support with dma as first second ring v4 | Jerome Glisse | 2013-01-28 | 14 | -176/+327 |
* | radeon/winsys: add dma ring support to winsys v3 | Jerome Glisse | 2013-01-28 | 9 | -82/+218 |
* | gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit | Roland Scheidegger | 2013-01-28 | 7 | -95/+95 |
* | gallivm: split sampler and texture state | Roland Scheidegger | 2013-01-28 | 20 | -357/+709 |
* | gallium/u_upload_mgr: fix a serious memory leak | Marek Olšák | 2013-01-28 | 1 | -2/+1 |
* | nouveau: don't try to use push_data if it's not implemented | Christoph Bumiller | 2013-01-27 | 1 | -0/+3 |
* | r600g: add more cases for copying unsupported formats to resource_copy_region | Marek Olšák | 2013-01-26 | 1 | -0/+12 |
* | r600g: don't use radeon_surface_level::npix_x/y/z | Marek Olšák | 2013-01-26 | 4 | -32/+27 |
* | r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc | Marek Olšák | 2013-01-26 | 2 | -4/+4 |
* | r600g: fix up CP DMA for VM on cayman and TN | Alex Deucher | 2013-01-25 | 2 | -6/+9 |
* | svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding() | Brian Paul | 2013-01-25 | 1 | -1/+1 |
* | svga: add NULL pointer check in svga_create_sampler_state() | Brian Paul | 2013-01-25 | 1 | -0/+3 |
* | util: add new error checking code in vbuf helper | Brian Paul | 2013-01-25 | 1 | -27/+49 |
* | util: add some defensive coding in u_upload_alloc() | Brian Paul | 2013-01-25 | 1 | -1/+7 |
* | softpipe: add casts to silence MSVC warnings | Brian Paul | 2013-01-25 | 1 | -2/+2 |
* | util: silence MSVC signed/unsigned comparison warnings | Brian Paul | 2013-01-25 | 1 | -4/+4 |
* | util: silence MSVC double->float conversion warnings | Brian Paul | 2013-01-25 | 1 | -2/+2 |
* | util: silence MSVC signed/unsigned warnings in debug_get_flags_option() | Brian Paul | 2013-01-25 | 1 | -1/+1 |
* | r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM | Tom Stellard | 2013-01-25 | 1 | -1/+3 |
* | libgl-xlib/build: Link with C++ when LLVM is used | Matt Turner | 2013-01-24 | 1 | -1/+9 |
* | st/dri: disallow recursion in dri_flush | Marek Olšák | 2013-01-24 | 2 | -1/+13 |
* | st/dri: add null-pointer check, remove duplicated local variable | Marek Olšák | 2013-01-24 | 1 | -4/+5 |
* | Revert "Revert "targets/opencl: Link against libgallium.la instead of libgall... | Tom Stellard | 2013-01-24 | 2 | -9/+1 |
* | configure.ac: Compute the required llvm static libraries only once | Tom Stellard | 2013-01-24 | 1 | -4/+0 |
* | radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing. | Michel Dänzer | 2013-01-24 | 1 | -0/+5 |
* | radeonsi: make sure copying of all texture formats is accelerated | Marek Olšák | 2013-01-24 | 2 | -59/+54 |
* | radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering. | Michel Dänzer | 2013-01-24 | 1 | -0/+4 |
* | radeonsi: Make sure to use float number format for packed float colour formats. | Michel Dänzer | 2013-01-24 | 1 | -2/+4 |
* | draw: fix MSVC divide-by-zero compilation error | Brian Paul | 2013-01-22 | 1 | -1/+2 |
* | draw: fix problem in screen-space interpolation clip code | Brian Paul | 2013-01-22 | 1 | -3/+3 |
* | draw: improve the clipper debug/printf code | Brian Paul | 2013-01-22 | 1 | -1/+20 |
* | draw: add new debug code and comments in clip code template | Brian Paul | 2013-01-22 | 1 | -0/+15 |
* | nouveau/build: Fix build failures when drm is not in /usr/include. | José Fonseca | 2013-01-22 | 3 | -3/+6 |
* | radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate(). | Michel Dänzer | 2013-01-22 | 1 | -1/+11 |
* | vl: round next_msc to integer frame, and kill skew_msc | Maarten Lankhorst | 2013-01-21 | 1 | -5/+2 |
* | scons: Fix dependencies of generated headers. | José Fonseca | 2013-01-21 | 2 | -6/+4 |
* | r300g: add a workaround for the AA colorbuffer addressing bug on R500 | Marek Olšák | 2013-01-21 | 2 | -7/+42 |
* | r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cards | Marek Olšák | 2013-01-21 | 2 | -3/+6 |
* | r300g: enable AA optimizations for the RGBA16F format | Marek Olšák | 2013-01-21 | 3 | -1/+11 |
* | radeonsi: More assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 7 | -136/+251 |
* | radeonsi: improve flushed depth texture handling | Vadim Girlin | 2013-01-21 | 5 | -81/+100 |
* | radeonsi: Assorted depth/stencil changes ported from r600g. | Marek Olšák | 2013-01-21 | 5 | -56/+48 |
* | radeonsi: Enable 1D tiling for non-depth resources as well. | Michel Dänzer | 2013-01-21 | 1 | -2/+1 |