summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-08-16fix debug output x86-64mesa_6_2_branchAlan Hourihane1-2/+2
2005-07-25free codegen buffer in _tnl_free_vertices(), reported by Stephane RoutelousBrian Paul1-0/+4
2005-06-26Merge from head r1.16: zero out the ENGPACKET on the stack to avoid black screenEric Anholt1-0/+2
2005-05-31Add Intel(R) i945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane4-2/+207
2005-05-30remove const from _glapi_get_proc_address() return typeBrian Paul2-2/+2
2005-05-27properly pop the GL_TEXTURE_GEN_ enable stateBrian Paul1-6/+15
2005-05-04don't call XTranslateCoordinates() if rendering to pixmapBrian Paul1-1/+1
2005-04-28fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul1-1/+9
2005-04-27move set_component_sizes() to fix bug 3135Brian Paul1-3/+5
2005-04-26tweak previous fog/fragment program fixBrian Paul1-1/+3
2005-04-26enable fog render input if fragment program fog option setBrian Paul1-1/+1
2005-04-26added interpolate_fog()Brian Paul1-4/+28
2005-04-22undef DEPTH_TYPE at endBrian Paul1-0/+1
2005-04-21use _mesa_pow() for LIT (bug 3087)Brian Paul1-1/+1
2005-04-20fix state.light[n].spot.direction.w value (bug 3083)Brian Paul1-1/+2
2005-04-18s/NORMAL/FOG/ (J.P. Delport)Brian Paul1-3/+3
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul5-6/+423
2005-04-10set table size to 1023 and use new HASH_FUNC() macroBrian Paul1-6/+8
2005-04-09Bug #2945: Fix math error that left half the hash buckets empty.Adam Jackson1-1/+1
2005-04-06Fix Fake_glXChooseFBConfig() so that passing in a NULL attribList pointerBrian Paul1-22/+29
2005-03-11add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul1-3/+4
2005-03-02Using glColor3 commands to update materials could result in an undefinedBrian Paul1-5/+7
2005-02-28additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle)Brian Paul1-3/+3
2005-02-18XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul1-4/+4
2005-02-16fixed problems with parse_float() (fd.o bug 2520)Brian Paul1-27/+48
2005-02-14Merge r1.21: reapply Keith's workaround zbs emit which fixes various apps onEric Anholt1-2/+7
2005-02-13Remove the #if 0 around PFNGLXGETMSCRATEOMLPROC stuff that appears to haveEric Anholt1-2/+0
2005-02-12unlock mutex upon error return (Jeff Muizelaar)Brian Paul2-0/+2
2005-02-09glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) accidentally returned the verte...Brian Paul1-2/+2
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell2-4/+4
2005-01-29remove stray span.y++Brian Paul1-1/+1
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-17use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)Brian Paul1-4/+4
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-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-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-14uint*t to u_int*t changesAlan Hourihane69-334/+346
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul1-2/+4
2004-12-08silence warningAlan Hourihane1-1/+1