Extend swizzle support to all remaining source formats and texture
[mesa.git] / src / mesa / main /
2006-09-20 Keith WhitwellExtend swizzle support to all remaining source formats...
2006-09-20 Keith WhitwellSupport both big and little endian, more source types...
2006-09-20 Roland Scheideggerreenable code in _mesa_texstore_rgba8888 to avoid the...
2006-09-20 Keith WhitwellFix various typos to pass glean pixelFormats test.
2006-09-20 Keith WhitwellEnhance compute_component_mapping() to convert to and...
2006-09-20 Keith WhitwellFix _mesa_swizzle_ubyte_image() to deal with RGBA-...
2006-09-13 Roland Scheideggerdetect some more cases which can use straight memcpy...
2006-09-13 Brian Pauladded GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL...
2006-09-11 Brian Paulundo some accidental changes in _mesa_is_legal_format_a...
2006-09-11 Brian Paulinit accum buffer fields in _mesa_update_framebuffer_vi...
2006-09-10 Brian PaulRedefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macro...
2006-09-07 Keith WhitwellAdd some asserts, fix some not-quite-bugs.
2006-09-04 Brian Paulget rid of GL_BOOLEAN definition (bug 8113)
2006-08-29 Brian Paul_mesa_debug() should be a no-op when not compiled with...
2006-08-25 Brian PaulError detection/reporting was broken in several places.
2006-08-25 Brian PaulRemove XFree86 CVS keyword.
2006-08-25 Ian RomanickAdd missing enums for GL_SGI_color_table.
2006-08-24 Brian PaulAccording to GL_NV_fragment_program, max frag prog...
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-08-17 Brian Paulsort the FEATURE_ defines
2006-08-17 Brian Pauladded FEATURE_EXT_timer_query and tests
2006-08-17 Brian Paulchange #ifdef to #if
2006-08-16 Ian RomanickWhen available, which is most of the time, use posix_me...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-10 Alan HourihaneFix some breakage after the PROGRAM_UNDEFINED change
2006-08-10 Brian Paulfinish up texstore for SL8 texture format
2006-08-09 Eric AnholtAdd PROGRAM_FILE_MAX for i965 driver.
2006-08-09 Brian Paulimplement some of the sRGB texstore functions
2006-08-04 Brian Paulfix typo, indentation
2006-08-04 Brian Paulfix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
2006-08-04 Brian Paulmore work for GL_EXT_texture_sRGB.
2006-08-03 Brian PaulNew wrapper functions: _mesa_dlopen(), _mesa_dlsym...
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-08-02 Michal KrolFix mmFindBlock function.
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-20 Brian Paulmove/update comments
2006-07-20 Brian Paulremove unused NEED_TWO_SIDED_LIGHTING() macro
2006-07-19 Brian PaulFor glGetTexImage(), move the _mesa_validate_pbo_access...
2006-07-18 Brian Paulindentation fix
2006-07-18 Brian Pauladd missing 'return' after a few _mesa_error() calls...
2006-07-18 Brian PaulCompute ctx->Color._LogicOpEnabled in one place instead...
2006-07-13 Brian Pauldefine FLT_MAX_EXP to 128 if undefined
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-07-03 Brian Pauldisable a new mem leak check until we're sure it's...
2006-06-30 Brian Paulclean-ups
2006-06-30 Brian Pauluse _mesa_HashDeleteAll()
2006-06-30 Brian PaulIn free_shared_state(), use new _mesa_HashDeleteAll...
2006-06-30 Brian PaulAdded _mesa_delete_list() to delete a display list...
2006-06-30 Brian PaulAdded _mesa_HashDeleteAll() to delete all entries in...
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-27 Ian RomanickRemove the extraneous GL_ prefix from the enums for...
2006-06-21 Alan HourihaneCheck for a valid context
2006-06-20 Michel DänzerAdd M32R architecture to test for USE_IEEE and friends...
2006-06-19 Ian RomanickPrint the hex value of the errant input when an invalid...
2006-06-19 Alan HourihaneIf DrawBuffer isn't set, return immediately
2006-06-16 Jouk Jansen OpenVMS compile support update
2006-06-15 Brian Pauladded some comments, braces in _mesa_BindTexture
2006-06-15 Brian Paulminor clean-ups
2006-06-15 Brian Paulcomments for gl_array_object struct
2006-06-13 Brian Paulclean-ups and new comments
2006-06-13 Brian Paulfix size assertions in _mesa_init_teximage_fields()
2006-06-12 Brian Pauls/buffer/arrays/
2006-06-12 Brian Paulinclude arrayobj.h
2006-06-12 Brian Paulremove unused var
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-03 Brian PaulAdded simple lookup_bufferobj() function to wrap the...
2006-06-02 Brian Paulminor clean-ups
2006-06-02 Brian Paulset per-context GL_DRAW_BUFFER state regardless of...
2006-06-02 Brian Paulfix depth-component test to allow rectangular textures
2006-05-30 Brian Paulremove redundant 'const'
2006-05-24 Brian PaulThe ctx->_TexEnvProgram that's allocated in update_stat...
2006-05-24 Brian Pauladded _mesa_align_realloc()
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian PaulIn cache_item(), there was sizeof(void) expression.
2006-05-22 Keith Whitwellmemory usage fixes for glean/conform, use a better...
2006-05-22 Keith WhitwellFix typo
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-05-22 Keith WhitwellSpeedup the venerable mm.[ch] allocator with doubly...
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-20 Brian Paulremove some redundant functions, fix-up reference counting
2006-05-20 Brian Pauluse new _mesa_dereference_frame/renderbuffer() functions
2006-05-20 Brian PaulAdded _mesa_remove_renderbuffer() as a counterpart...
2006-05-20 Brian PaulAdded _mesa_dereference_framebuffer() to encapsulate...
2006-05-19 Brian Paulremove an assertion
2006-05-19 Brian Paulinstall renderbuffer adaptors when color channel sizes...
2006-05-19 Brian Pauladded rbadaptors.c
2006-05-19 Brian PaulRenderbuffer adaptors.
2006-05-15 Brian PaulAdded a check_context_limits() function that checks...
2006-05-14 Brian Pauls/GLbyte/GLubyte/
2006-05-10 Keith WhitwellClean up previous change slightly
2006-05-10 Keith WhitwellUse a (much!) larger executable memory heap so that...
2006-05-09 Brian PaulAdd a new 'all' parameter to _mesa_get_compressed_forma...
2006-05-09 Brian Pauluse _mesa_compressed_texture_size() for GL_TEXTURE_COMP...
2006-05-08 Brian Paultwo more texture compression fixes
next