mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
[mesa.git] / src / mesa / main /
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walki...
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTES by walking the...
2011-10-04 Ian Romanickmesa: Remove unused gl_shader_program::Attributes
2011-10-04 Ian Romanickmesa: Make _mesa_GetActiveAttribARB use the attributes...
2011-10-04 Ian Romanickmesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Add gl_shader_program::AttributeBindings
2011-10-04 Ian Romanickmesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickglapi: regen API files for new extension
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-10-04 Ian Romanickmesa: Advertise NV_fbo_color_attachments on OpenGL...
2011-10-04 Ian Romanickmesa: Advertise NV_draw_buffers in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in...
2011-10-04 Ian Romanickmesa/es: Allow other color attachments in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Remove redundant renderbuffer target validation
2011-10-04 Ian Romanickmesa/es: Validate FBO target enum in Mesa code rather...
2011-10-04 Ian Romanickmesa/es: Validate FBO attachment enum in Mesa code...
2011-10-03 Brian Paulmesa: fix warning (MSVC error) about void pointer arith...
2011-10-03 Eric Anholtmesa: Reuse existing make_2d_mipmap for 2D array genera...
2011-10-03 Eric Anholtmesa: Make the uncompressed sw mipmap gen path do a...
2011-10-03 Eric Anholtmesa: When storing texture data for a 1D array, map...
2011-10-03 Brian Paulmesa: Convert _mesa_generate_mipmap to MapTexImage...
2011-10-02 Eric Anholtmesa: Respect GL_RASTERIZER_DISCARD for various meta...
2011-10-02 Eric Anholtmesa: Add missing glGetIntegerv() support for ARB_color...
2011-10-01 Brian Paulmesa: number of combiner terms to pop depends on GL_NV_...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-10-01 Brian Paulmesa: use !! to simplify some _mesa_set_enable() calls...
2011-10-01 Brian Paulmesa: use loop in pop_texture_group() to restore 4...
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-30 Chad Versacemesa: Remove unused tnl items from dd_functions
2011-09-30 Brian Paulmeta: fix GetTexImage() for luminance, l/a, intensity...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-28 Brian Paulmesa: fix signed/unsigned sscanf() warning in _mesa_ove...
2011-09-28 Eric Anholtmesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED...
2011-09-28 Chad Versacemesa: Allow overriding GLSL version with environment...
2011-09-28 Brian Paulmesa: fix signed/unsigned warning in sscanf()
2011-09-27 Brian Paulmesa: Finally, convert RGBA glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Convert depth glGetTexImage() to using MapTexture...
2011-09-27 Brian Paulmesa: Convert depth/stencil glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Switch ycbcr glGetTexImage() to using MapTextureI...
2011-09-27 Brian Paulmesa: Switch memcpy fast-path of glGetTexImage() to...
2011-09-27 Brian Paulmesa: Update comments/assertions about buffer mapping...
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-27 Chad Versacemesa: Allow override of GL version with environment...
2011-09-27 Paul Berrymesa: Make enable.c and get.c properly range check...
2011-09-27 Brian Paulmesa: fix indentation in mipmap.c (3 spaces)
2011-09-26 Ian Romanickmesa: Remove EXT_abgr extension enable flag
2011-09-26 Ian Romanickmesa: Remove EXT_bgra and EXT_texture_format_BGRA8888...
2011-09-26 Ian Romanickmesa: Remove OES_read_format extension enable flag
2011-09-26 Ian Romanickmesa: Remove all mention of EXT_vertex_array_set
2011-09-26 Ian Romanickmesa: Fix extension year for EXT_texture_env_combine
2011-09-26 Ian Romanickmesa: Remove many extension enable flags
2011-09-25 Henri Verbeetmesa: Also set the remaining draw buffers to GL_NONE...
2011-09-23 Paul Berrymesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set...
2011-09-23 Paul Berrymesa: set up gl_vert_result and gl_frag_attrib values...
2011-09-23 Paul Berrymesa: Add a flag to indicate whether a program uses...
2011-09-23 Paul Berryglsl: Implement a lowering pass for gl_ClipDistance.
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-21 Eric Anholtmesa: Add a context flag indicating whether two-sided...
2011-09-21 Brian Paulmesa: check glBegin()/glDrawArrays()/etc mode with...
2011-09-21 Brian Paulmesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-09-21 Brian Paulmesa: remove CHAN_TYPE cruft from debug.c
2011-09-21 Brian Paulmesa: remove unused interp/stride chan macros
2011-09-21 Brian Paulmesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macro
2011-09-21 Brian Paulmesa: remove unused <type>_TO_CHAN() macros
2011-09-21 Brian Paulmesa: convert _mesa_unpack_color_span_chan() to ubyte
2011-09-21 Brian Paulmesa: replace GLchan with GLubyte in texcompress_s3tc.c
2011-09-21 Brian Paulmesa/gallium: remove GLchan from latc, rgtc code
2011-09-21 Brian Paulmesa: remove GLchan in texcompress_fxt1.c
2011-09-21 Brian Paulmesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ub...
2011-09-21 Brian Paulmesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
2011-09-21 Brian Paulmesa: s/GLchan/GLubyte/ in mipmap generation code
2011-09-20 Ian Romanickmesa: Don't expose compressed paletted formats via...
2011-09-20 Paul BerryIncrease MAX_CLIP_PLANES to 8
2011-09-20 Paul BerryHardcode the default value of ctx->Const.MaxClipPlanes...
2011-09-20 Paul Berrymesa: Update clipping code to use ctx->Const.MaxClipPlanes.
2011-09-19 Ian Romanickglapi: Update generated file modified by previous commit
2011-09-19 Ian Romanickmesa: Delete stale comment about MESAX extensions
2011-09-19 Ian Romanickmesa: Replace _mesa_rgba_logicop_enabled(ctx) with...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-19 Ian Romanickmesa: Remove support for GL_EXT_blend_logic_op
2011-09-19 Ian Romanickmesa: Remove unused _mesa_enable_imaging_extensions...
2011-09-19 Eric Anholtmesa: Throw an error when starting conditional render...
2011-09-19 Eric Anholtmesa: Throw an error instead of asserting for condrende...
2011-09-19 Eric Anholtmesa: Add support for Begin/EndConditionalRender in...
2011-09-19 Brian Paulmesa: fix format/type check in unpack_image() for bitmaps
2011-09-19 Ian Romanickmesa: Advertise GL_OES_compressed_paletted_texture...
2011-09-19 Ian Romanickmesa: Remove redundant compressed paletted texture...
next