summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-241-6/+0
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-242-3/+8
* intel: fix i830 comment + backwards VB offsets.airlied2008-11-201-2/+2
* intel: fix i8xx vbo enable bitairlied2008-11-201-1/+1
* intel: add lots of i830 engine to intel_decode debugairlied2008-11-201-20/+110
* intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao2008-11-111-1/+3
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-021-3/+3
* intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.Eric Anholt2008-10-311-5/+1
* intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)Eric Anholt2008-10-311-7/+0
* intel: Add more fallback debugging for glDrawPixels.Eric Anholt2008-10-311-8/+33
* intel: Fix glDrawPixels with 4d RasterPos.Eric Anholt2008-10-281-4/+9
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-289-277/+160
* intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt2008-10-271-26/+17
* intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao2008-10-261-1/+1
* intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
* intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt2008-10-111-1/+196
* intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick2008-10-101-0/+4
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-092-2/+1
* i915: Accelerate depth textures with border color.Eric Anholt2008-10-081-4/+1
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-072-49/+21
* intel: Push flushing for cliprects changes down into the cliprects changes.Eric Anholt2008-10-071-6/+22
* intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick2008-10-031-2/+2
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-012-3/+1
* intel: Clean-up the extension string madness!Ian Romanick2008-09-291-70/+64
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-263-1/+22
* intel: Fix clears to depth_stencil texture attachments.Eric Anholt2008-09-241-1/+1
* intel: Add missing include files for meta drawpixels since mesa shuffling.Eric Anholt2008-09-231-0/+2
* intel: Replace pbo-only drawpixels function with a generic Mesa metaops.Eric Anholt2008-09-231-276/+108
* i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt2008-09-231-4/+14
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1827-106/+106
* intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-162-2/+1
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-126-15/+25
* intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-122-0/+9
* intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-122-6/+0
* i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-122-1/+6
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-1013-203/+10
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-1012-121/+22
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-106-114/+132
* intel: only enable occlusion query if the drm has defines.Dave Airlie2008-09-051-0/+8
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* intel: Fix prototype warning.Eric Anholt2008-09-031-0/+2
* intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2008-09-031-1/+1
* intel: Fix a crash if dri2 is disabled.Xiang, Haihao2008-09-031-8/+8
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-297-129/+162
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-2429-1803/+1162
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-2429-1162/+1803
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-203-35/+62
* i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao2008-08-201-0/+1