summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-02-01radeonsi: Fix draws using user index buffer.Michel Dänzer1-4/+3
2013-02-01svga: check for NaN shader immediatesBrian Paul1-2/+4
2013-02-01svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2-0/+5
2013-02-01trace: measure time for each gallium callBrian Paul3-3/+39
2013-02-01trace: add void to function definitionBrian Paul1-1/+2
2013-02-01trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul1-3/+11
2013-02-01radeonsi: port some of get_shader_param changes from r600gMarek Olšák1-6/+2
2013-02-01r300g: always put MSAA resources in VRAMMarek Olšák1-3/+3
2013-02-01r600g: remove broken assert from r600_isa.cVadim Girlin1-2/+0
2013-02-01r600g: implement shader disassembler v3Vadim Girlin3-4/+444
2013-02-01r600g: use tables with ISA info v3Vadim Girlin10-1789/+2378
2013-01-31r600g: add cs memory usage accounting and limit it v3Jerome Glisse7-1/+80
2013-01-31r600g: fix htile buffer leakMarek Olšák1-0/+1
2013-01-30nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller5-33/+42
2013-01-30gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2-1/+5
2013-01-29llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2-36/+46
2013-01-29llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca1-1/+6
2013-01-29draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger3-4/+11
2013-01-29llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca4-22/+43
2013-01-28r600g: use uint64_t instead of unsigned long for proper 32bits cpu supportJerome Glisse5-16/+16
2013-01-28r600g: real fix for non 3.8 kernelJerome Glisse1-3/+5
2013-01-28android: use gralloc_drm_get_gem_handle apiTapani Pälli1-8/+2
2013-01-28r600g: fix segfault with old kernel9.1-branchpointJerome Glisse5-11/+23
2013-01-28r600g: improve inputs/interpolation handling with llvm backendVadim Girlin4-209/+151
2013-01-28r600g: Add ar_chan member to struct r600_bytecodeTom Stellard3-0/+4
2013-01-28r600g: More robust checks for MOVA_INT instructionsTom Stellard1-8/+35
2013-01-28r600g/llvm: Add dummy export for vs outputVincent Lejeune1-2/+20
2013-01-28r600g: Fix building with --enable-r600-llvm-compilerTom Stellard1-3/+1
2013-01-28r600g: don't emit WAIT_UNTIL on cayman/TN (v2)Alex Deucher1-9/+28
2013-01-28r600g: add async for staging buffer upload v2Jerome Glisse12-17/+595
2013-01-28r600g: add multi ring support with dma as first second ring v4Jerome Glisse14-176/+327
2013-01-28radeon/winsys: add dma ring support to winsys v3Jerome Glisse9-82/+218
2013-01-28gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger7-95/+95
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger20-357/+709
2013-01-28gallium/u_upload_mgr: fix a serious memory leakMarek Olšák1-2/+1
2013-01-27nouveau: don't try to use push_data if it's not implementedChristoph Bumiller1-0/+3
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