summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-09-19Update to SGI FreeB 2.0.Adam Jackson132-4350/+3696
2008-09-18glx: re-add glapi/ pathBrian1-0/+1
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian2-36/+0
2008-09-18glx: added "glapi/" prefix to includeBrian1-1/+1
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin5-5/+5
2008-09-18mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul1-6/+14
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul344-1299/+1296
2008-09-18mesa: prefix more #includes with "main/"Brian Paul25-132/+132
2008-09-18mesa: remove a bunch of -I paths from INCLUDE_DIRSBrian Paul1-9/+1
2008-09-18glx: remove #include "glheader.h" linesBrian Paul15-15/+21
2008-09-18glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul2-8/+18
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul105-388/+381
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul1-1/+3
2008-09-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2-2/+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-15mesa: fix MSAA enable state in update_multisample()Brian Paul1-4/+4
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-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-13GLU: fix asst warningsGuillaume Melquiond9-12/+12
2008-09-12intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt6-15/+25
2008-09-12Finish off the previous fix for TFP.Eric Anholt1-0/+3
2008-09-12intel: Don't segfault on TFP from a bad drawable.Eric Anholt2-0/+9
2008-09-12intel: Remove dead allow_batchbuffer param.Eric Anholt2-6/+0
2008-09-12dri/swrast: fix swapBuffers after dri2George Sapountzis1-0/+6
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
2008-09-11Fixes for MingwShane Blackett2-2/+2
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt26-218/+10
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt26-196/+96
2008-09-10intel: Move the bufmgr back to the screen.Eric Anholt6-114/+132
2008-09-05mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul1-1/+1
2008-09-05mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul1-1/+1
2008-09-05intel: only enable occlusion query if the drm has defines.Dave Airlie1-0/+8
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul10-186/+241
2008-09-04intel: Fix depth_stencil texture.Xiang, Haihao3-3/+3
2008-09-04mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao1-2/+2
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz5-0/+134
2008-09-03intel: Fix prototype warning.Eric Anholt1-0/+2
2008-09-03intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2-16/+4
2008-09-03intel: Fix a crash if dri2 is disabled.Xiang, Haihao1-8/+8
2008-09-02fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul1-6/+6
2008-09-02fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408)Roland Scheidegger1-0/+1
2008-09-01Fix build by removing #include of removed dri_sarea.h.Michel Dänzer1-1/+0