summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-01-29added osmesa16 stuffBrian Paul1-0/+6
2005-01-29assorted fixesBrian Paul2-18/+35
2005-01-29added missing glFinish()Brian Paul2-0/+10
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane7-38/+38
2005-01-18Bring Keith's change to fix crash issues seen with gleanAlan Hourihane1-35/+12
2005-01-17initial 6.2.2 bug fixesBrian Paul1-0/+9
2005-01-17use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)Brian Paul1-4/+4
2005-01-17fix some weirdness accidentally checked in in the pastBrian Paul1-2/+2
2005-01-17fix GL_POST_CONVOLUTION_ALPHA_BIAS_EXT query and two other minor bugsBrian Paul1-150/+13
2005-01-13had wrong opcode in save_DepthBoundsEXT()Brian Paul1-3/+3
2005-01-07Pull Ian's changes here.Alan Hourihane3-82/+14
2005-01-07improved Pbuffer code from trunkBrian Paul4-162/+320
2005-01-06In choose_visual() we need to know if we're being called fromBrian Paul1-13/+39
2005-01-06Add Intel i915GM support, and these extensions:Alan Hourihane15-562/+419
2004-12-21s/t/texture/ in _mesa_IsTexture()Brian Paul1-1/+1
2004-12-21fix bug in _mesa_IsTexture()Brian Paul1-2/+11
2004-12-17VMS updateBrian Paul1-3/+3
2004-12-16fix typos in texcoord setup - fixes perspective correction bugBrian Paul1-7/+7
2004-12-16don't divide texcoords by q if using a fragment programBrian Paul1-8/+19
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell1-0/+3
2004-12-15fixes for fragment programsBrian Paul1-3/+7
2004-12-15init span.w, dwdx, dwdy in case we're running a fragment programBrian Paul1-3/+7
2004-12-15tweaks to the LIT instructionsBrian Paul2-15/+12
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2-2/+2
2004-12-14uint*t to u_int*t changesAlan Hourihane70-342/+355
2004-12-13remove dead fileAlan Hourihane0-0/+0
2004-12-096.2.1 md5 sumsBrian Paul1-2/+7
2004-12-09updated 6.2.1 release dateBrian Paul3-6/+5
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul1-2/+4
2004-12-09removed unused visInfoBrian Paul1-3/+0
2004-12-08silence warningAlan Hourihane1-1/+1
2004-12-08Use union type to avoid strict aliasing problems.Alan Hourihane1-20/+34
2004-12-08silence warningsAlan Hourihane2-9/+15
2004-12-08only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...Roland Scheidegger1-1/+5
2004-12-08add some chip idsRoland Scheidegger1-3/+16
2004-12-08add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ...Roland Scheidegger1-0/+7
2004-12-08(from r200 driver) If an application cleared before any state had been emitte...Roland Scheidegger1-16/+21
2004-12-08add some chip idsRoland Scheidegger1-0/+5
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane2-0/+6
2004-12-08silence warningAlan Hourihane2-6/+2
2004-12-08fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....Roland Scheidegger1-2/+2
2004-12-05update/prep for 6.2.1 releaseBrian Paul6-8/+87
2004-12-05bump version to 6.2.1Brian Paul1-4/+4
2004-12-05latest fixes/updates for 6.2.1Brian Paul1-0/+4
2004-12-05report bugs at freedesktop.orgBrian Paul1-4/+16
2004-12-05direct bug reports to freedesktop.orgBrian Paul1-3/+3
2004-12-05sync with trunkBrian Paul3-126/+128
2004-12-05md5 checksums from 6.2 releaseBrian Paul1-1/+12
2004-12-05Fix a bunch of gcc 3.4 compiler warnings about void * and function * casting.Brian Paul10-710/+719
2004-12-03mask color indexes against palette size, per the specBrian Paul1-2/+5