summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-09-21mesa: remove dead fileKeith Whitwell
2008-09-21mesa: add explict float castsKeith Whitwell
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-21mesa: add parenthesisBrian Paul
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-21mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-09-18glx: re-add glapi/ pathBrian
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian
2008-09-18glx: added "glapi/" prefix to includeBrian
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-09-18mesa: remove a bunch of -I paths from INCLUDE_DIRSBrian Paul
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-09-18glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul
2008-09-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-09-15mesa: remove some assertions that are invalid during context tear-downBrian Paul
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-14glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett
2008-09-13tdfx: fix crash and lack of visuals bugJakub Bogusz
2008-09-13i915: fix himask constant init for 64-bit buildGuillaume Melquiond
2008-09-13glx: fix 64-bit datatype issueGuillaume Melquiond
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond
2008-09-13mesa: #include <stdio.h>Guillaume Melquiond
2008-09-13GLU: fix asst warningsGuillaume Melquiond
2008-09-12intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt
2008-09-12Finish off the previous fix for TFP.Eric Anholt
2008-09-12intel: Don't segfault on TFP from a bad drawable.Eric Anholt
2008-09-12intel: Remove dead allow_batchbuffer param.Eric Anholt
2008-09-12dri/swrast: fix swapBuffers after dri2George Sapountzis
2008-09-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao
2008-09-11added 24bpp supportShane Blackett
2008-09-11Fixes for MingwShane Blackett
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-09-10intel: Move the bufmgr back to the screen.Eric Anholt
2008-09-05mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul
2008-09-05mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul
2008-09-05intel: only enable occlusion query if the drm has defines.Dave Airlie