summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-22 Correcting directory name in OpenVMS-MakefileJouk Jansen1-1/+1
2006-09-21remove rgb[] array from span_arrays_struct - was only used in a few placesBrian Paul3-29/+29
2006-09-21new comments, indentation fixesBrian Paul1-11/+25
2006-09-21bump version to 6.5.2Brian Paul3-8/+8
2006-09-21move a conditional into an assertionBrian Paul1-3/+6
2006-09-21updated doxygen infoBrian Paul1-3/+14
2006-09-21updated extension infoBrian Paul1-5/+9
2006-09-21Re-org of per-release info.Brian Paul10-265/+538
2006-09-21replace assert(0) with error report, improved comments, etcBrian Paul1-16/+27
2006-09-21Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndianKeith Whitwell1-24/+25
2006-09-21use new _mesa_little_endian() functionBrian Paul1-22/+10
2006-09-21added _mesa_little_endian()Brian Paul1-1/+12
2006-09-21GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)Brian Paul1-0/+17
2006-09-21new code to init DirectColor colormapsBrian Paul1-1/+22
2006-09-21Fix the dstMap for rgb888 and bgr888 texture formats, which are theKeith Whitwell1-4/+4
2006-09-21Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell1-5/+16
2006-09-21use the requested internal texture format where possibleKeith Whitwell2-12/+32
2006-09-21Catch a couple of cases where we would have to delete and recreate theKeith Whitwell1-3/+6
2006-09-20Deal with the overloading of _mesa_texstore_rgba, which is actuallyKeith Whitwell1-7/+33
2006-09-20Extend swizzle support to all remaining source formats and textureKeith Whitwell1-76/+260
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger5-23/+171
2006-09-20Support both big and little endian, more source types and moreKeith Whitwell1-23/+98
2006-09-20reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if on...Roland Scheidegger1-11/+4
2006-09-20Fix various typos to pass glean pixelFormats test.Keith Whitwell1-12/+28
2006-09-20Enhance compute_component_mapping() to convert to and from any of theKeith Whitwell1-85/+119
2006-09-20Add a comment about the interactions of negative pitches, overlappingKeith Whitwell1-0/+8
2006-09-20remove some dead codeKeith Whitwell3-39/+0
2006-09-20Fix some warningsKeith Whitwell1-1/+2
2006-09-20fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger1-4/+89
2006-09-20Support ARB_texture_rectangle.Keith Whitwell5-4/+49
2006-09-201) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell5-8/+39
2006-09-20Broadwater seems to prefer this style of blitting.Keith Whitwell1-4/+1
2006-09-20make current GLX context per-threadBrian Paul1-4/+33
2006-09-20fix a memleak in DestroyContext()Brian Paul1-5/+6
2006-09-20add accelerated glCopyPixels pathKeith Whitwell4-23/+256
2006-09-20Add a new internal program parameter value STATE_TEXRECT_SCALE whichKeith Whitwell2-0/+12
2006-09-20Fix _mesa_swizzle_ubyte_image() to deal with RGBA->RGB->RGBAKeith Whitwell1-12/+19
2006-09-20Export _mesa_print_alu_instruction() to allow drivers to roll theirKeith Whitwell2-41/+43
2006-09-20restore debug output after brw_wm_fp compilation stageKeith Whitwell2-1/+23
2006-09-20Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps.Keith Whitwell1-1/+1
2006-09-19added LIBDRM_CFLAGS (Javier Villavicencio)Brian Paul1-0/+1
2006-09-19fix CFLAGS (bug 8344)Brian Paul1-3/+3
2006-09-18change make depend output redirection to 2>&1 (bug 8344)Brian Paul1-1/+1
2006-09-18check for n <= 1 in compute_min_mag_ranges(), bug 8320Brian Paul1-3/+3
2006-09-18set lambda to zero for textured points (bug 8320)Brian Paul1-7/+11
2006-09-166.5.1 md5 sumsBrian Paul1-2/+10
2006-09-16update 6.5.1 release datemesa_6_5_1Brian Paul1-2/+2
2006-09-16added #ifdef tests for Windows for int64_t, uint64_tBrian Paul1-0/+4
2006-09-15replace GLAPI w/ static and init var to 0 (Michel Donais)Brian Paul1-1/+1
2006-09-15npot version of redbook/mipmap.cKeith Whitwell2-0/+185