summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-14build fix: s/Table/TableUB/Brian Paul
2006-10-14assorted clean-upsBrian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-10-13remove needless conditionBrian Paul
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul
2006-10-13Fix dumb build errors.Ian Romanick
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul
2006-10-13s/GLuint/GLbitfield/Brian Paul
2006-10-13s/GL_FALSE/0x0/Brian Paul
2006-10-13removed obsolete _mesa_pack_rgba_span_chan()Brian Paul
2006-10-13include glapi.h to fix broken buildBrian Paul
2006-10-13Upload of interleaved arrays currently assumes that position is theKeith Whitwell
2006-10-13Make sure instructions are zero'd out before use.Keith Whitwell
2006-10-13Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell
2006-10-13Fix printf warning.Keith Whitwell
2006-10-13Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell
2006-10-13Use mesa function to get opcode name rather than an internal table.Keith Whitwell
2006-10-13Indent and cosmetic changes.Michal Krol
2006-10-13Revamp color table code.Brian Paul
2006-10-12adjust_colors() function replaces old _mesa_chan_to_float_span() function.Brian Paul
2006-10-12use _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_to_rgba()Brian Paul
2006-10-12remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul
2006-10-12_mesa_map_ci_to_rgba_chan() no longer usedBrian Paul
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul
2006-10-12don't use temp storage in _mesa_convert_colors() when possibleBrian Paul
2006-10-12remove some debug code invalidated by prev check-inBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-11use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functionsBrian Paul
2006-10-11rewrite/simplify the fast_draw_pixels() functionBrian Paul
2006-10-11use _mesa_convert_colors(), update some assertionsBrian Paul
2006-10-11Added _mesa_convert_colors().Brian Paul
2006-10-11support for runtime renderbuffer depthsBrian Paul
2006-10-11In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul
2006-10-11added shaderobjects_3dlabs.cBrian Paul
2006-10-11remove 3dlabs.cBrian Paul
2006-10-11sources for X.org xserver buildBrian Paul
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-10-10a step toward moving run-time vertex program state out of GLcontextBrian Paul
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