summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-26intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...intel-2008-q3Xiang, Haihao1-1/+1
2008-10-24i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2-4/+12
2008-10-24intel: fallback for intelEmitCopyBlit.Xiang, Haihao1-10/+39
2008-10-10intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick1-0/+4
2008-10-07i965: Fix a potential assertion failure.Xiang, Haihao1-2/+4
2008-10-03intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick1-2/+2
2008-10-03intel: Clean-up the extension string madness!Ian Romanick1-70/+64
2008-10-01i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt1-1/+0
2008-09-29GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick1-2/+10
2008-09-29GLSL: Implement _mesa_get_handleIan Romanick1-17/+8
2008-09-29GLSL: AttachShader returns INVALID_OPERATION for repeated attachIan Romanick1-1/+7
2008-09-28Use 3Dnow! x86-64 routines only on processors that support 3Dnow!Ian Romanick2-19/+46
2008-09-24intel: Fix clears to depth_stencil texture attachments.Eric Anholt1-1/+1
2008-09-24i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt5-12/+14
2008-09-24i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt1-4/+14
2008-09-24i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt1-17/+18
2008-09-24Merge commit 'mesa_7_2' into intel-2008-q3Eric Anholt164-4653/+4082
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-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2-2/+1
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-15intel: track move of bo_exec from drivers to bufmgr.Eric Anholt26-218/+10
2008-09-15intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt26-195/+96
2008-09-15intel: Move the bufmgr back to the screen.Eric Anholt6-118/+131
2008-09-15Revert "Revert "Merge branch 'drm-gem'""Dave Airlie76-4275/+1736
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