summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-03-23exclude CVS dirs from tar filemesa_3_2_beta_1Brian Paul1-3/+3
2000-03-23changed version string to Mesa 3.2 beta 1Brian Paul3-7/+7
2000-03-23added -O2 / -O3 infoBrian Paul1-1/+2
2000-03-23replaced -O2 with -O3 for some gcc configsBrian Paul1-9/+9
2000-03-22updates for Mesa 3.2Brian Paul1-2/+3
2000-03-22minor tweaksBrian Paul1-5/+10
2000-03-22added instructions to build widgets-sgiBrian Paul1-3/+8
2000-03-22fixed Cygwin patch typosBrian Paul2-2/+2
2000-03-21added list of Keith's bug fixesBrian Paul1-2/+8
2000-03-20patched for Cygwin (Sven Panne)Brian Paul8-14/+62
2000-03-18minor Glide tweakBrian Paul1-2/+2
2000-03-18updated for Mesa 3.2Brian Paul1-4/+4
2000-03-18colors were computed incorrectly (Hans Nelles)Brian Paul1-4/+11
2000-03-11removed some printf'sBrian Paul1-5/+1
2000-03-10glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functionsBrian Paul1-8/+26
2000-03-06fixed off-by-one errors in matrix stack setup/cleanupBrian Paul1-9/+14
2000-03-01minor reformattingBrian Paul1-4/+2
2000-03-01test for GL 1.2Brian Paul1-3/+7
2000-02-29added glXCopyContext mask itemBrian Paul1-1/+4
2000-02-28added proxy texture targets to GetColorTableParameter (Steven Fuller)Brian Paul1-220/+90
2000-02-28added GL_BGR and GL_BGRA supportBrian Paul1-59/+5
2000-02-27patched for NetBSD support (Allen Briggs), Watcom stuff added from 3.3Brian Paul1-3/+12
2000-02-27added mipmap lambda itemBrian Paul1-2/+3
2000-02-25fixed bug when using display listsBrian Paul1-4/+7
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul5-13/+13
2000-02-22test that RenderMode == GL_RENDER in gl_direct_DrawPixelsBrian Paul1-1/+4
2000-02-22initial check-inBrian Paul1-0/+146
2000-02-22added 24bpp bug fix itemBrian Paul1-1/+2
2000-02-22fixed 24bpp pixel addressing bugBrian Paul1-3/+3
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul1-0/+2
2000-02-21added off-by-one matrix stack size bugBrian Paul1-1/+2
2000-02-21fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul1-88/+41
2000-02-21clean-up in gl_windowpos()Brian Paul1-142/+47
2000-02-21added GL_SRC_ALPHA_SATURATE bug fixBrian Paul1-1/+2
2000-02-21fixed GL_SRC_ALPHA_SATURATE bugBrian Paul1-16/+17
2000-02-18changed MESA_MINOR to 2, updated linux-elf-debug configBrian Paul1-81/+81
2000-02-16update fog near/far bug fixBrian Paul2-47/+37
2000-02-12added bug fix for glDeleteTextures()Brian Paul1-1/+2
2000-02-12fixed reference count but in DeleteTextures()Brian Paul1-10/+13
2000-02-12added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul1-2/+6
2000-02-12updated with MESA_FX_NO_SIGNALS infoBrian Paul2-10/+9
2000-02-11include float.h on alphaBrian Paul1-5/+6
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul4-111/+45
2000-02-10added OpenStep files to LIB_FILESBrian Paul1-2/+3
2000-02-09changed version to 1.2 Mesa 3.2Brian Paul1-2/+2
2000-02-09updated version info to 3.2Brian Paul7-96/+33
2000-02-08added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul1-1/+13
2000-02-06added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul1-5/+26
2000-02-05added glDrawRangeElements() bug fixBrian Paul1-1/+2
2000-02-05disabled locked arrays in glDrawRangeElements()Brian Paul1-1/+11