profile/ivi/mesa.git
2006-10-17 Brian Paulapply_aa_coverage() for ubyte/ushort/float
2006-10-17 Brian Paulnew assertions - one of which is currently failing...
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-17 Brian PaulLots of fixes/changes to select color depth at runtime.
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-17 Brian Paulinclude x86-64.h to silence warning
2006-10-17 Brian PaulFix CHAN_BITS=32 issues.
2006-10-16 Brian PaulAdded -clip option to test glCopyPixels beyond window...
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-16 Ian RomanickTrack the currently bound read drawable and make sure...
2006-10-16 Ian RomanickFix build when DEBUG is defined but DEBUG_MATH is not.
2006-10-16 Brian Pauls/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to...
2006-10-16 Ian RomanickFix bug #8563.
2006-10-16 Brian PaulSet _NEW_BUFFERS in _mesa_resize_framebuffer(). This...
2006-10-16 Brian Paulremove some old code that could cause infinite recursion
2006-10-15 Brian Paulallow >10 mipmap levels (patch by Benno Schulenberg...
2006-10-15 Brian Paulregenerated to get DRI_CONF_EXCESS_MIPMAP()
2006-10-15 Roland Scheideggerfix handling of textures with a base internal format...
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove calls to _mesa_ResizeBuffersMESA() - generally...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-15 Brian Paulincreate MaxTextureLevels to 11 (bug 3130)
2006-10-15 Brian Paulcheck if files exist before installing (Thierry Reding)
2006-10-14 Brian Paulallow specifying image size on cmd line
2006-10-14 Brian PaulSome code movement so that the gl_framebuffer is fully...
2006-10-14 Brian PaulBig re-org of buffer size management.
2006-10-14 Brian Paulcut and paste error: s/Width/Height/
2006-10-14 Brian Paulbuild fix: s/Table/TableUB/
2006-10-14 Brian Paulassorted clean-ups
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-10-13 Brian Paulremove needless condition
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Ian RomanickFix dumb build errors.
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-13 Brian Pauls/GL_FALSE/0x0/
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-13 Brian Paulinclude glapi.h to fix broken build
2006-10-13 Keith WhitwellUpload of interleaved arrays currently assumes that...
2006-10-13 Keith WhitwellMake sure instructions are zero'd out before use.
2006-10-13 Keith WhitwellUse unsigned long batchbuffer offset, fixes x64 warnings.
2006-10-13 Keith WhitwellFix printf warning.
2006-10-13 Keith WhitwellUse unsigned long cast for checking pointer alignment...
2006-10-13 Keith WhitwellUse mesa function to get opcode name rather than an...
2006-10-13 Michal KrolIndent and cosmetic changes.
2006-10-13 Brian PaulRevamp color table code.
2006-10-12 Brian Pauladjust_colors() function replaces old _mesa_chan_to_flo...
2006-10-12 Brian Pauluse _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_t...
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 PaulLots of changes to support runtime renderbuffer depths.
2006-10-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-12 Brian Paulremove some debug code invalidated by prev check-in
2006-10-11 Ian RomanickFix bug #4681.
2006-10-11 Brian Pauluse GLvoid * for _swrast_write_zoomed_rgb/rgba_span...
2006-10-11 Brian Paulrewrite/simplify the fast_draw_pixels() function
2006-10-11 Brian Pauluse _mesa_convert_colors(), update some assertions
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-10-11 Brian Paulsupport for runtime renderbuffer depths
2006-10-11 Brian PaulIn xmesa_DrawPixels_8R8G8B() check if drawing into...
2006-10-11 Brian Pauladded shaderobjects_3dlabs.c
2006-10-11 Brian Paulremove 3dlabs.c
2006-10-11 Brian Paulsources for X.org xserver build
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian Paulfixed NV_position_invariant
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-10 Brian Pauls/GLuint/GLbitfield/
2006-10-10 Brian PaulIf program is position invariant, set VERT_BIT_POS...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-10-09 Ian RomanickAdded dispatch.html.
2006-10-09 Brian Paulreturn void instead of GLvoid for glClearDebugLogMESA...
2006-10-09 Ian RomanickUpdates for XCB. Bug 8560.
2006-10-09 Brian Pauladded a SyncHandle() call, remove UnlockDisplay() call...
2006-10-09 Brian PaulUpdates for XCB. Bug 8560.
2006-10-07 Ian RomanickMajor clean up of MakeContextCurrent
2006-10-07 Roland Scheideggerdo not import arrays for generic arb attribs if the...
2006-10-06 Brian Paulrewrite clear_rgba_buffer_with_masking()
2006-10-06 Brian Pauldeal with union/aliasing in convert_color_type()
2006-10-06 Brian Paulrewrite of read_fast_rgba_pixels()
2006-10-05 Keith Whitwellmissing file
2006-10-05 Keith WhitwellAccelerate glBitmap with a color expand blit. Nice...
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-05 Keith Whitwelleliminate rhw divide under some circumstances
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-04 Ian RomanickChanges to generated code caused by the previous commits.
2006-10-04 Ian RomanickFix the ordering of extensions.
2006-10-04 Ian RomanickKeep indentation consistent with indent.
2006-10-04 Ian RomanickDivide categories into four groups as they are processe...
2006-10-04 Ian RomanickAdd utility method client_supported_for_indirect.
2006-10-04 Brian Paulin MakeContextCurrent() use old display pointer for...
2006-10-04 Brian Pauluse _swrast_span_default_color() in the disabled code too
2006-10-04 Brian Paulcall _swrast_span_default_color() to simplify _swrast_B...
2006-10-04 Brian Paulminor formatting fix
next