summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul
2006-10-10s/GLuint/GLbitfield/Brian Paul
2006-10-10If program is position invariant, set VERT_BIT_POS in InputsRead field.Brian Paul
2006-10-10Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell
2006-10-09Updates for XCB. Bug 8560.Ian Romanick
2006-10-09added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul
2006-10-09Updates for XCB. Bug 8560.Brian Paul
2006-10-07Major clean up of MakeContextCurrentIan Romanick
2006-10-07do not import arrays for generic arb attribs if the array is not enabled (sam...Roland Scheidegger
2006-10-06rewrite clear_rgba_buffer_with_masking()Brian Paul
2006-10-06deal with union/aliasing in convert_color_type()Brian Paul
2006-10-06rewrite of read_fast_rgba_pixels()Brian Paul
2006-10-05missing fileKeith Whitwell
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-10-05eliminate rhw divide under some circumstancesKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-10-04Changes to generated code caused by the previous commits.Ian Romanick
2006-10-04Fix the ordering of extensions.Ian Romanick
2006-10-04Keep indentation consistent with indent.Ian Romanick
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan Romanick
2006-10-04Add utility method client_supported_for_indirect.Ian Romanick
2006-10-04in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul
2006-10-04use _swrast_span_default_color() in the disabled code tooBrian Paul
2006-10-04call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comm...Brian Paul
2006-10-04minor formatting fixBrian Paul
2006-10-02Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling
2006-10-02return null if no contextBrian Paul
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul
2006-09-29i915: Fix wait for scheduled swap on secondary display.Michel Dänzer
2006-09-29updated protos for blend funcsBrian Paul
2006-09-29more changes for runtime renderbuffer depthsBrian Paul
2006-09-29include mipmap.hBrian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-09-28Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer
2006-09-28Add new I830 SAREA fields.Michel Dänzer
2006-09-28Add helper function that returns the current vblank sequence of a drawable.Michel Dänzer
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer
2006-09-28i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.Michel Dänzer
2006-09-28i915: Attempt to schedule buffer swap on target vertical blank when possible.Michel Dänzer
2006-09-28Add driGetVBlankInterval() helper function.Michel Dänzer
2006-09-28driWaitForVBlank: Add support for secondary vertical blank.Michel Dänzer
2006-09-28Some restructuring of the driWaitForVBlank() code.Michel Dänzer
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-27remove obsolete commentBrian Paul
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb
2006-09-26Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb
2006-09-26Remove r200 dependencyJerome Glisse
2006-09-26Remove r200 dependency.Jerome Glisse
2006-09-26Add GLSL preprocessor.Michal Krol