st/dri: Set next in template instead of after creation. (v2)
[mesa.git] / src / gallium / drivers / r600 / r600_texture.c
2020-04-27 Bas Nieuwenhuizenst/dri: Set next in template instead of after creation...
2020-02-04 Eric Anholtgallium: Add and use a helper for packing uc from a...
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-09-10 Marek Olšákr300,r600,radeonsi: set winsys_handle::stride,offset...
2019-09-10 Marek Olšákr300,r600,radeonsi: read winsys_handle::stride,offset...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-09 Timothy Arcerir600: remove query/apply_opaque_metadata callbacks
2019-07-03 Michel Dänzerwinsys/amdgpu: Make KMS handles valid for original...
2019-06-14 Marek Olšákac: add radeon_info::is_amdgpu instead of checking...
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-03 Julien Isorcer600: implement resource_get_info
2018-11-29 Marek Olšákwinsys/amdgpu,radeon: pass vm_alignment to buffer_from_...
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-09-10 Marek Olšákr600: fix HTILE for NPOT textures with mipmapping
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-17 Konstantin Kharlamovr600g: do not use "fast-clear" for small textures (v3)
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-16 Marek Olšákr600: consolidate PIPE_BIND_SHARED/SCANOUT handling
2018-02-28 Dave Airlier600: fix whitespace in recent 1d texture commit.
2018-02-28 Dave Airlier600: partly revert disabling tiling for 1d texture.
2017-12-25 Marek Olšákgallium/util: add util_num_layers helper
2017-12-06 Dave Airlier600/texture: drop lowering 1d/2d images to linear.
2017-11-29 Marek Olšákr300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FL...
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-27 Marek Olšákac: pack ac_surface better
2017-11-17 Dave Airlier600: allocate immed buffer resource for images.
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-10-09 Dave Airlier600: drop a bunch of post-cayman code. (v2)
2017-09-26 Marek Olšákr600: fork and import gallium/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: remove compute_global_transfer_* calls from...
2013-09-29 Marek Olšákr600g: move the low-level buffer functions for multiple...
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákr600g: move aux_context and r600_screen_clear_buffer...
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákr600g: move r600g-specific functions out of r600_texture.c
2013-09-29 Marek Olšákr600g: get rid of r600_texture::array_mode
2013-09-29 Marek Olšákr600g,radeonsi: consolidate transfer, cmask, and fmask...
2013-09-20 Grigori Goronzyr600g: add support for separately allocated CMASKs
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-08-16 Marek Olšákradeonsi: port texture improvements from r600g
2013-07-08 Marek Olšákr600g: don't read back the MSAA depth buffer if the...
2013-07-08 Marek Olšákr600g: don't flush the context in texture_transfer_map
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-06-13 Marek Olšákr600g: upsample and downsample MSAA resources for transfers
2013-05-15 Marek Olšákr600g: rewrite FMASK allocation, fix FMASK texturing...
2013-04-23 Marek Olšákr600g: initialize CMASK and HTILE with the GPU using...
2013-04-16 Marek Olšákr600g: add a debug flag for printing virtual addresses...
2013-03-11 Marek Olšákr600g: allocate FMASK right after the texture, so that...
2013-03-11 Marek Olšákr600g: use a single env var R600_DEBUG, disable bytecod...
2013-03-11 Marek Olšákr600g: cleanup #include recursion between r600_pipe...
2013-03-11 Marek Olšákr600g: don't check for R600_ENABLE_S3TC env var
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-14 Marek Olšákr600g: properly implement S8Z24 depth-stencil format...
2013-01-31 Marek Olšákr600g: fix htile buffer leak
2013-01-28 Jerome Glisser600g: fix segfault with old kernel
2013-01-28 Jerome Glisser600g: add async for staging buffer upload v2
2013-01-28 Jerome Glisser600g: add multi ring support with dma as first second...
2013-01-26 Marek Olšákr600g: don't use radeon_surface_level::npix_x/y/z
2013-01-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-04 Marek Olšákr600g: implement 3D transfers
2012-12-22 Marek Olšákr600g: remove redundant parameter alloc_bo from r600_te...
2012-12-21 Marek Olšákr600g: always use a tiled resource as the destination...
2012-12-21 Marek Olšákr600g: remove a false comment
2012-12-20 Jerome Glisser600g: add htile support v16
2012-12-20 Marek Olšákr600g: add assertions to prevent creation of invalid...
2012-12-19 Jerome GlisseRevert "r600g: work around ddx over alignment"
2012-12-18 Jerome Glisser600g: work around ddx over alignment
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-07 Marek Olšákr600g: transfers of MSAA color textures should do the...
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for 1D array textures...
2012-11-13 Marek Olšákr600g: untiled window-system buffers should be LINEAR_A...
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for 1D textures
2012-11-13 Marek Olšákr600g: use LINEAR_ALIGNED tiling for staging textures...
2012-11-12 Marek Olšákr600g: remove redundant parameter in r600_init_surface
2012-11-09 Dave Airlier600g: fix printk warnings
2012-11-09 Dave Airlier600g: add initial cube map array support (v2)
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-01 Marek Olšákr600g: fix abysmal performance in Reaction Quake
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-06 Marek Olšákr600g: don't modify pipe_resource in resource_copy_regi...
2012-09-13 Marek Olšákr600g: don't use a staging resource for large transfers
2012-08-30 Marek Olšákr600g: implement color resolve for r600
2012-08-30 Marek Olšákr600g: implement MSAA for r700
2012-08-27 Marek Olšákr600g: implement compression for MSAA colorbuffers...
2012-08-27 Marek Olšákr600g: cleanup names around depth decompression
2012-08-16 Marek Olšákr600g: disable tiling for 422 formats again
2012-08-16 Marek Olšákr600g: fix copying between NPOT mipmapped compressed...
2012-08-16 Marek Olšákr600g: rename r600_resource_texture to r600_texture
2012-08-16 Marek Olšákr600g: always put tiled textures in VRAM
2012-08-16 Marek Olšákr600g: cleanup r600_resource_texture in favor of radeon...
2012-08-16 Marek Olšákr600g: remove unused parameter in r600_texture_create_o...
next