summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul1-9/+14
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul1-32/+32
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul3-14/+20
2008-10-21i915: fix carsh in i830_emit_state. (bug #17766)Xiang, Haihao1-1/+2
2008-10-16mesa: fix glGetObjectParameter() error codesBrian Paul1-0/+1
2008-10-16mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul1-4/+14
2008-10-15fix a typo in news.htmlBrian Paul1-1/+1
2008-10-08mesa: fix vertex color bugBrian Paul1-0/+1
2008-10-08mesa: fix vertex format/attribute bugBrian Paul1-5/+8
2008-10-07fix bug 17800Brian Paul1-0/+1
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul1-10/+10
2008-10-06mesa: fixed Linux static lib buildBrian Paul1-0/+1
2008-10-06mesa: fix static library constructionBrian Paul1-1/+23
2008-09-27bufmgr_fake: Copy data from card memory back to backing store when mapping.Xiang, Haihao1-2/+7
2008-09-26configs: darwin: Don't build GLwJeremy Huddleston1-3/+3
2008-09-25mesa: added md5 sums for 7.2 releaseBrian Paul1-1/+9
2008-09-25mesa: start 7.2.1 relnotesBrian Paul2-0/+86
2008-09-25mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul2-2/+2
2008-09-20mesa: docs: remove parenthesismesa_7_2Brian Paul1-1/+1
2008-09-20mesa: set 7.2 version for tarballsBrian Paul1-4/+4
2008-09-20mesa: prep for 7.2 releaseBrian Paul2-2/+8
2008-09-20Update to SGI FreeB 2.0.Adam Jackson135-4442/+3780
2008-09-18document _tnl_InvalidateState() fixBrian Paul1-0/+1
2008-09-18mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul1-6/+14
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul1-1/+3
2008-09-16document glBindAttribLocation fixesBrian Paul1-0/+1
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul4-103/+110
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul1-5/+7
2008-09-15fix msaa enable/disable bugBrian Paul1-0/+1
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul1-4/+4
2008-09-15document display list bug fixBrian Paul1-0/+1
2008-09-15mesa: remove some assertions that are invalid during context tear-downBrian Paul1-1/+4
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell2-2/+29
2008-09-14glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett1-1/+1
2008-09-13mesa: Makefile: 7.2 release candidate 1mesa_7_2_rc1Brian Paul1-4/+4
2008-09-13mesa: documentation updates for 7.2 releaseBrian Paul3-3/+15
2008-09-13updated Cell driver infoBrian Paul1-13/+43
2008-09-13Mesa: version bumps for 7.2 releaseBrian Paul3-8/+8
2008-09-13document 7.2 bug fixes, etcBrian Paul1-1/+9
2008-09-13tdfx: fix crash and lack of visuals bugJakub Bogusz1-52/+25
2008-09-13i915: fix himask constant init for 64-bit buildGuillaume Melquiond1-1/+1
2008-09-13glx: fix 64-bit datatype issueGuillaume Melquiond1-1/+7
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond2-0/+3
2008-09-13mesa: #include <stdio.h>Guillaume Melquiond1-0/+1
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-09-13silence warningGuillaume Melquiond1-1/+1
2008-09-13GLU: fix asst warningsGuillaume Melquiond9-12/+12
2008-09-12Remove DRI2 supportIan Romanick8-693/+1
2008-09-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2-1/+6
2008-09-11added 24bpp supportShane Blackett1-10/+217