summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: added queries to determin GL_EXT_packed_depth_stencil supportBrian Paul2008-08-141-0/+20
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-2/+8
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-4/+10
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-6/+6
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-14/+14
* gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul2008-04-251-4/+2
* gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer pathBrian Paul2008-04-161-0/+1
* gallium: set ctx->Const.MaxDrawBuffersBrian2008-04-141-0/+4
* gallium: test if PIPE_FORMAT_YCBCR[_REV] is supported and enable GL_MESA_ycbc...Brian2008-04-031-0/+5
* gallium: init ctx->Const.MaxTextureUnitsBrian2008-04-011-1/+2
* gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA) to check if s3tc is s...Brian Paul2008-03-211-4/+6
* gallium: use is_format_supported() to determine if GL_EXT_texture_sRGB is sup...Brian Paul2008-03-211-1/+4
* gallium: plug in and init GL_EXT_framebuffer_blit function/extensionBrian2008-03-181-0/+1
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-24/+25
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-061-0/+3
* move EXT_shadow_funcs assignmentBrian2007-11-081-1/+1
* Added pipe->get_paramf() to query float limits.Brian2007-11-081-0/+21
* enable GL_ARB/NV_point_sprite togetherBrian2007-11-071-0/+1
* fix typos, re-enable some extensions to get back to GL 2.1 levelBrian2007-11-071-7/+14
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-061-38/+35
* Determine GL extensions/limits by making pipe queries.Brian2007-11-051-0/+186