summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texstate.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/r100: Delete driverDylan Baker1-1078/+0
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2021-01-21mesa: eliminate the switch statement for STATE_TEXGENMarek Olšák1-8/+8
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-1/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-10/+9
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-10-20r100/r200: factor out txformat/txfilter setup from the TFP path.Eric Anholt1-11/+5
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-5/+8
2017-05-31r100: Don't assume that the base mipmap of a texture existsIan Romanick1-4/+10
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes1-1/+0
2015-07-16radeon: fix some potential big endian issuesRoland Scheidegger1-44/+0
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-9/+4
2014-02-02radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2()Brian Paul1-4/+2
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-11/+11
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-9/+9
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-7/+7
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-12-21mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller1-40/+24
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-7/+7
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen1-1/+3
2012-01-24radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul1-3/+4
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2011-12-05radeon: drop border checkDave Airlie1-5/+0
2011-11-11radeon: disable texobj state for 3d textureDave Airlie1-0/+1
2011-10-28radeon: Drop the DRI1 zero-copy TFP code.Eric Anholt1-37/+0
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-1/+1
2011-08-29mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick1-1/+0
2011-08-02radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt1-6/+0
2011-08-02radeon: Remove set-but-unused log2depth variable.Eric Anholt1-2/+1
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie1-15/+0
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie1-3/+25
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-8/+10
2010-11-15radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()Brian Paul1-2/+8
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg1-4/+4
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher1-13/+2
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie1-7/+10
2009-11-17radeon: align for mipmap tree changesMaciej Cencora1-13/+9
2009-10-31radeon: add missing includeDave Airlie1-0/+1
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie1-1/+1
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul1-3/+1
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-10-01radeon: fix tx_table[] entryBrian Paul1-1/+1
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-1/+3
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-4/+4
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul1-1/+1
2009-09-16radeon: oops remove debugging left on in previous patchDave Airlie1-2/+0
2009-09-16radeon: use txformat to decide to emit rect tex state.Dave Airlie1-4/+8