summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-09WIP: Constant texture object sampler stateconstant_texture_sampler_wipPauli Nieminen1-2/+1
2012-06-09420 planar texturesPauli Nieminen1-0/+48
2012-06-09mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-04-09mesa: Handle updating texture state for buffer textures.Eric Anholt1-0/+4
2012-03-20mesa: rework texture completeness testingBrian Paul1-2/+5
2012-02-15mesa: fix _mesa_get_fallback_texture() to handle all texture targetsBrian Paul1-2/+8
2012-02-10mesa: fix proxy texture target initializationBrian Paul1-7/+12
2012-01-10mesa: use STATIC_ASSERT in a few more placesBrian Paul1-1/+1
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-1/+2
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick1-5/+5
2011-10-07mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick1-4/+4
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick1-8/+2
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-1/+7
2011-04-06mesa: init/release the default texture buffer objectBrian Paul1-0/+8
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul1-1/+2
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul1-3/+0
2010-10-27Track separate programs for each stageIan Romanick1-14/+19
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-10-01ARB_texture_rg: Handle RED and RG the same as RGB for tex envIan Romanick1-0/+6
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-19/+19
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul1-10/+19
2010-02-03mesa: add out of bounds assertions for accessing texture matrix stackBrian Paul1-0/+2
2010-01-27mesa: more info in glActiveTexture error msgBrian Paul1-1/+2
2010-01-17mesa: Remove unnecessary headers from texstate.c.Vinson Lee1-2/+0
2009-10-27mesa: avoid redundant state setting in glClientActiveTextureBrian Paul1-0/+7
2009-10-14mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul1-7/+0
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul1-8/+14
2009-09-29mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul1-8/+14
2009-09-24mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu1-6/+0
2009-09-01mesa: remove redundant assignmentsBrian Paul1-8/+1
2009-05-08mesa: Fixed a texture memory leakRobert Ellison1-0/+3
2009-05-05mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul1-8/+14
2009-05-05Revert "mesa: only use fallback texture when using shaders, not fixed-function"Brian Paul1-14/+8
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul1-8/+14
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul1-4/+4
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul1-2/+7
2009-03-13mesa: improve another _mesa_problem() callBrian Paul1-1/+2
2009-03-13mesa: add GL_DUDV_ATI cases in calculate_derived_texenv()Brian Paul1-0/+3
2009-03-13mesa: more info in _mesa_problem() callBrian Paul1-1/+3
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+20
2009-03-11mesa: remove gl_texture_object::_Function field and associated codeBrian Paul1-32/+0
2009-03-02mesa: move call to update_texture_compare_function()Brian Paul1-3/+1
2009-03-02mesa: fix texture enable regressionBrian Paul1-2/+3
2009-03-02mesa: use _mesa_reference_texobj() when setting texUnit->Current pointerBrian Paul1-2/+1
2009-03-02mesa: fixed computation of _EnabledCoordUnitsBrian Paul1-8/+18
2009-03-02mesa: move texture_override() code into calling loopBrian Paul1-30/+19
2009-03-02mesa: move update_texture_compare_function() call out of loopBrian Paul1-1/+3
2009-02-28mesa: move _GenFlags = 0x0 to texgen loopBrian Paul1-1/+2
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+1