mesa.git
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
2006-10-02 Felix KuehlingBugzilla 6242: [mach64] Use private DMA buffers (only)
2006-10-02 Brian Paulreturn null if no context
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-29 Michel Dänzeri915: Fix wait for scheduled swap on secondary display.
2006-09-29 Brian Paulupdated protos for blend funcs
2006-09-29 Brian Paulmore changes for runtime renderbuffer depths
2006-09-29 Brian Paulinclude mipmap.h
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-29 Brian Paulupdated info about name mangling
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerAdd new I830 SAREA fields.
2006-09-28 Michel DänzerAdd helper function that returns the current vblank...
2006-09-28 Michel DänzerAdd helper function to calculate the area of the inters...
2006-09-28 Michel Dänzeri915: Handle DRM_VBLANK_SECONDARY when scheduling buffe...
2006-09-28 Michel Dänzeri915: Attempt to schedule buffer swap on target vertica...
2006-09-28 Michel DänzerAdd driGetVBlankInterval() helper function.
2006-09-28 Michel DänzerdriWaitForVBlank: Add support for secondary vertical...
2006-09-28 Michel DänzerSome restructuring of the driWaitForVBlank() code.
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-09-27 Brian Paulremove obsolete comment
2006-09-26 Jeremy KolbUpdate to use the new XCB naming convention.
2006-09-26 Jeremy KolbAdded function convertStringForXCB. Deals with the...
2006-09-26 Jeremy KolbUpdate linux-dr-xcb config file to use LIBDRM_CFLAGS
2006-09-26 Jerome GlisseRemove r200 dependency
2006-09-26 Jerome GlisseRemove r200 dependency.
2006-09-26 Michal KrolPrepend #extension 'MESA_shader_debug: require' to...
2006-09-26 Michal KrolAdd GLSL preprocessor.
2006-09-26 Michal KrolFix Windows newlines.
2006-09-26 Michal KrolAdd syntax files for expression and directive preprocessor.
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2006-09-25 Michel DänzerFix and re-enable swizzling paths for big endian platforms.
2006-09-25 Keith Whitwellbring in active_sz mechanism from i965 driver. Fixes...
2006-09-25 Keith WhitwellFixup one place where attrsz was being used instead...
2006-09-24 Brian PaulChange logicop, blend, masking functions to use the...
2006-09-24 Brian PaulRoll the multi_write_rgba_span() code into _swrast_writ...
2006-09-24 Brian Pauluse span.array->rgba instead of local var in accum_return()
2006-09-24 Brian Pauluse span.arrays for color/indexes instead of a local...
2006-09-24 Sean D'Epagniercorrected cursor drawing
2006-09-23 Brian Paulallocate larger TempImage, use COMBO var to choose...
2006-09-22 Brian Paulfix the broken fallback string/debug stuff
2006-09-22 Brian Paulremove extra indentation
2006-09-22 Brian PaulGet rid of _swrast_mask_rgba_array() and _swrast_mask_i...
2006-09-22 Roland Scheideggerfix up access to vertex attrib components which don...
2006-09-22 Keith WhitwellExplicit test for +ve pitches in intelEmitCopyBlit()
2006-09-22 Roland Scheideggerdon't skip user clip plane clipping when the current...
2006-09-22 Keith WhitwellUse _Enabled rather than _Active when checking for...
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-22 Jouk Jansen Correcting directory name in OpenVMS-Makefile
2006-09-21 Brian Paulremove rgb[] array from span_arrays_struct - was only...
2006-09-21 Brian Paulnew comments, indentation fixes
2006-09-21 Brian Paulbump version to 6.5.2
2006-09-21 Brian Paulmove a conditional into an assertion
2006-09-21 Brian Paulupdated doxygen info
2006-09-21 Brian Paulupdated extension info
2006-09-21 Brian PaulRe-org of per-release info.
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 Brian PaulGLUT_FORCE_VISUAL env var to force glut to use a partic...
2006-09-21 Brian Paulnew code to init DirectColor colormaps
2006-09-21 Keith WhitwellFix the dstMap for rgb888 and bgr888 texture formats...
2006-09-21 Keith WhitwellDo a better job of choosing texture formats to avoid...
2006-09-21 Keith Whitwelluse the requested internal texture format where possible
2006-09-21 Keith WhitwellCatch a couple of cases where we would have to delete...
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 Roland Scheideggertry to use a 8888 texture format which will result...
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 WhitwellAdd a comment about the interactions of negative pitche...
2006-09-20 Keith Whitwellremove some dead code
next