summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet2008-08-181-3/+3
* intel: remove unneeded mem type and argsDave Airlie2008-08-141-10/+5
* Merge branch 'drm-gem'Eric Anholt2008-08-0829-1803/+1162
|\
| * intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-083-17/+18
| * intel-gem: Always build GEM execbuffer code.Eric Anholt2008-07-311-11/+0
| * intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt2008-07-301-1/+8
| * intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt2008-07-262-0/+72
| * Merge branch 'master' into drm-gemIan Romanick2008-07-258-55/+41
| |\
| * | intel: If a tex image doesn't fit in the object's tree, make a temporary tree.Eric Anholt2008-07-251-3/+18
| * | intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt2008-07-233-12/+42
| * | intel-gem: Use pread/pwrite for span access.Eric Anholt2008-07-233-163/+111