summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...intel-2008-q3Xiang, Haihao2008-10-261-1/+1
* i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao2008-10-242-4/+12
* intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
* intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick2008-10-101-0/+4
* i965: Fix a potential assertion failure.Xiang, Haihao2008-10-071-2/+4
* intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick2008-10-031-2/+2
* intel: Clean-up the extension string madness!Ian Romanick2008-10-031-70/+64
* i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt2008-10-011-1/+0
* GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick2008-09-291-2/+10
* GLSL: Implement _mesa_get_handleIan Romanick2008-09-291-17/+8
* GLSL: AttachShader returns INVALID_OPERATION for repeated attachIan Romanick2008-09-291-1/+7
* Use 3Dnow! x86-64 routines only on processors that support 3Dnow!Ian Romanick2008-09-282-19/+46
* intel: Fix clears to depth_stencil texture attachments.Eric Anholt2008-09-241-1/+1
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-245-12/+14
* i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt2008-09-241-4/+14
* i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt2008-09-241-17/+18
* Merge commit 'mesa_7_2' into intel-2008-q3Eric Anholt2008-09-24164-4653/+4082
|\
| * mesa: docs: remove parenthesismesa_7_2Brian Paul2008-09-201-1/+1
| * mesa: set 7.2 version for tarballsBrian Paul2008-09-201-4/+4
| * mesa: prep for 7.2 releaseBrian Paul2008-09-202-2/+8
| * Update to SGI FreeB 2.0.Adam Jackson2008-09-20135-4442/+3780
| * document _tnl_InvalidateState() fixBrian Paul2008-09-181-0/+1
| * mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul2008-09-181-6/+14
| * mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| * document glBindAttribLocation fixesBrian Paul2008-09-161-0/+1
| * mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-164-103/+110
| * mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * fix msaa enable/disable bugBrian Paul2008-09-151-0/+1
| * mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
| * document display list bug fixBrian Paul2008-09-151-0/+1
| * mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
| * mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-152-2/+29
| * glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett2008-09-141-1/+1
| * mesa: Makefile: 7.2 release candidate 1mesa_7_2_rc1Brian Paul2008-09-131-4/+4
| * mesa: documentation updates for 7.2 releaseBrian Paul2008-09-133-3/+15
| * updated Cell driver infoBrian Paul2008-09-131-13/+43
| * Mesa: version bumps for 7.2 releaseBrian Paul2008-09-133-8/+8
| * document 7.2 bug fixes, etcBrian Paul2008-09-131-1/+9
| * tdfx: fix crash and lack of visuals bugJakub Bogusz2008-09-131-52/+25
| * i915: fix himask constant init for 64-bit buildGuillaume Melquiond2008-09-131-1/+1
| * glx: fix 64-bit datatype issueGuillaume Melquiond2008-09-131-1/+7
| * mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-132-0/+3
| * mesa: #include <stdio.h>Guillaume Melquiond2008-09-131-0/+1
| * remove invalid XDestroyWindow() callGuillaume Melquiond2008-09-131-1/+0
| * silence warningGuillaume Melquiond2008-09-131-1/+1
| * GLU: fix asst warningsGuillaume Melquiond2008-09-139-12/+12
* | intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-162-2/+1
* | intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-1526-218/+10
* | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-1526-195/+96
* | intel: Move the bufmgr back to the screen.Eric Anholt2008-09-156-118/+131