removed obsolete _mesa_pack_rgba_span_chan()
[mesa.git] / src / mesa / main /
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-13 Brian PaulRevamp color table code.
2006-10-12 Brian Paulremove _mesa_chan_to_float_span(), rename _mesa_map_ci8...
2006-10-12 Brian Paul_mesa_map_ci_to_rgba_chan() no longer used
2006-10-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-11 Ian RomanickFix bug #4681.
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-10-11 Brian Paulsources for X.org xserver build
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-04 Brian Paulminor formatting fix
2006-10-02 Brian Paulreturn null if no context
2006-09-29 Brian Paulinclude mipmap.h
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-25 Michel DänzerFix and re-enable swizzling paths for big endian platforms.
2006-09-22 Keith WhitwellFlush driver, not just tnl module.
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-09-22 Keith WhitwellRemove unused variable.
2006-09-21 Brian Paulbump version to 6.5.2
2006-09-21 Brian Paulmove a conditional into an assertion
2006-09-21 Brian Paulreplace assert(0) with error report, improved comments...
2006-09-21 Keith WhitwellFix incorrect byteswap_mapping(). Disable swizzle...
2006-09-21 Brian Pauluse new _mesa_little_endian() function
2006-09-21 Brian Pauladded _mesa_little_endian()
2006-09-21 Keith WhitwellFix the dstMap for rgb888 and bgr888 texture formats...
2006-09-20 Keith WhitwellDeal with the overloading of _mesa_texstore_rgba, which...
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...
next