aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-051-1/+1
* mesa/main: replace uses of _mesa_little_endian with preprocessorDylan Baker2019-11-051-3/+1
* mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINTJiadong Zhu2019-09-121-3/+3
* mesa: whitespace clean-up in texstore.cBrian Paul2018-07-271-45/+50
* mesa: move var decls in texstore_rgba()Brian Paul2018-07-271-6/+8
* mesa: remove unneeded free() call in texstore_rgba()Brian Paul2018-07-271-1/+0
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* mesa: use single memcpy when strides match in glReadPixels, texstore codeBartosz Tomczyk2017-04-101-4/+11
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-1/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-051-1/+1
* mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstoreAnuj Phogat2016-05-031-3/+3
* mesa/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexI...Nanley Chery2016-04-151-5/+5
* mesa: fix new gcc6 warningsRob Clark2016-02-181-3/+0
* mesa: simple whitespace fix in texstore.cBrian Paul2015-10-201-0/+2
* mesa: make memcpy_texture() non-staticBrian Paul2015-10-201-20/+20
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-021-11/+17
* mesa: create multisample fallback textures like normal texturesMarek Olšák2015-08-261-0/+2
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* mesa: reset the source packing when creating temp transfer imageIlia Mirkin2015-07-011-0/+1
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-29/+29
* mesa: move assertion after declarations in texstore.cBrian Paul2015-02-161-1/+1
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-161-5/+9
* mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga2015-02-161-5/+52
* mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga2015-01-121-134/+0
* mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga2015-01-121-135/+6
* mesa: Use _mesa_format_convert to implement texstore_rgba.Iago Toral Quiroga2015-01-121-613/+70
* mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga2015-01-121-207/+9
* mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand2015-01-121-1/+1
* mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()Brian Paul2014-12-011-1/+1
* mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.Siavash Eliasi2014-11-181-1/+3
* main: Don't leak temporary texture rowsJason Ekstrand2014-09-021-0/+4
* mesa: minor improvements to _mesa_compute_compressed_pixelstore()Brian Paul2014-08-161-7/+17
* mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer opsJason Ekstrand2014-08-131-0/+3
* mesa: fix texstore with GL_COLOR_INDEX dataRoland Scheidegger2014-08-141-0/+3
* mesa: Add texstore functions for BPTC-compressed texturesNeil Roberts2014-08-121-0/+10
* mesa/texstore: Add a generic rgba integer texture upload pathJason Ekstrand2014-08-051-479/+73
* mesa/texstore: Add a generic float/normalized rgba texture upload pathJason Ekstrand2014-08-051-1906/+98
* mesa/texstore: Use _mesa_swizzle_and_convert when possibleJason Ekstrand2014-08-051-15/+171
* main/texstore: Split texture storage into three functionsJason Ekstrand2014-08-051-71/+100
* texstore: Add a generic implementation of GL_ARB_clear_textureNeil Roberts2014-07-231-0/+72
* mesa: Don't use memcpy() in _mesa_texstore() for float depth texture dataAnuj Phogat2014-07-211-0/+15
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-78/+0
* mesa: Compute proper strides for compressed texture pixel storage.Chris Forbes2014-06-101-0/+35
* mesa: Extract computation of compressed pixel store paramsChris Forbes2014-06-101-14/+33
* mesa: move declarations before code in texstore.cBrian Paul2014-05-011-8/+7
* mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-89/+80
* mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-2/+4