summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08mesa/st: move texture APIs to direct st callsDave Airlie1-23/+24
2021-12-07mesa: Make _mesa_generate_mipmap_level staticAdam Jackson1-1/+1
2021-06-29mesa: don't crash on incorrect texture useTimothy Arceri1-0/+4
2021-01-30mesa: for every state change, remember states we changed for glPopAttribMarek Olšák1-0/+1
2021-01-30mesa: fix glPopAttrib for many texture fieldsMarek Olšák1-1/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-9/+9
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-2/+2
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2018-07-27mesa: replace tabs with spaces in mipmap.cBrian Paul1-28/+28
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1
2018-02-16mesa: Move compute_num_levels from st_gen_mipmap.c to mipmap.c.Kenneth Graunke1-0/+24
2017-05-16mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri1-4/+3
2017-03-29mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák1-1/+1
2016-08-05util: Move format_r11g11b10f.h to src/utilJason Ekstrand1-1/+1
2016-08-05util: Move format_rgb9e5.h to src/utilJason Ekstrand1-1/+1
2016-07-15mesa: add proxy texture targets in _mesa_next_mipmap_level_size()Brian Paul1-3/+6
2016-03-29mesa: make _mesa_prepare_mipmap_level() staticBrian Paul1-8/+8
2016-03-29mesa: new _mesa_prepare_mipmap_levels() function for mipmap generationBrian Paul1-31/+57
2016-02-12mesa: simplify some code with new _mesa_cube_face_target() functionBrian Paul1-6/+1
2016-02-12mesa: remove _ARB suffix from cube map enumsBrian Paul1-7/+7
2015-10-16glsl: move half<->float convertion to utilRob Clark1-0/+1
2015-09-25mesa: fix mipmap generation for immutable, compressed texturesRoland Scheidegger1-21/+15
2015-08-24mesa/formats: only do type and component lookup for uncompressed formatsNanley Chery1-1/+1
2015-07-21mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul1-3/+6
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-10/+10
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2015-01-05mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul1-3/+3
2014-08-12mesa/main: Modify generate_mipmap_compressed to cope with float texturesNeil Roberts1-5/+8
2014-03-21mesa: fix software fallback for generating mipmaps for 3D texturesMarek Olšák1-21/+16
2014-03-21mesa: fix software fallback for generating mipmaps for cube arraysMarek Olšák1-2/+5
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-12-13mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter1-4/+4
2013-07-31mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul1-10/+7
2013-07-24mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-12mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul1-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-4/+4
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-1/+2
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-2/+1
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-0/+1
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-4/+4
2012-03-26mesa: Fix memory leak in generate_mipmap_compressed.Vinson Lee1-0/+1
2012-02-02mesa: Fix copy-and-paste bug in do_row_3DIan Romanick1-3/+3
2012-01-12mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul1-1/+1
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-3/+2
2011-12-16mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul1-33/+95