summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Add missing types in _mesa_texstore_xx_xx() functionsAnuj Phogat2014-05-011-2/+6
* mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functionsBrian Paul2014-04-111-25/+5
* mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGBChris Forbes2014-04-011-4/+6
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-2/+2
* mesa: add MESA_FORMAT_R8G8B8A8_SRGBBrian Paul2014-03-061-0/+3
* mesa: add MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu2014-03-061-4/+13
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-4/+4
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-32/+32
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-48/+48
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-67/+67