summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2008-09-24intel: Fix clears to depth_stencil texture attachments.Eric Anholt
2008-09-23intel: Add missing include files for meta drawpixels since mesa shuffling.Eric Anholt
2008-09-23intel: Replace pbo-only drawpixels function with a generic Mesa metaops.Eric Anholt
2008-09-23i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-16intel: Destroy bufmgr in screen destroy, not context.Eric Anholt
2008-09-12intel: Add a width field to regions, and use it for making miptrees in 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-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao
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-05intel: only enable occlusion query if the drm has defines.Dave Airlie
2008-09-04intel: Fix depth_stencil texture.Xiang, Haihao
2008-09-03intel: Fix prototype warning.Eric Anholt
2008-09-03intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt
2008-09-03intel: Fix a crash if dri2 is disabled.Xiang, Haihao
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-20intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt
2008-08-20i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao
2008-08-18fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet
2008-08-14intel: remove unneeded mem type and argsDave Airlie
2008-08-08Merge branch 'drm-gem'Eric Anholt
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2008-07-31intel-gem: Always build GEM execbuffer code.Eric Anholt
2008-07-31intel: sync to vblank by defaultJesse Barnes
2008-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt
2008-07-26intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-25intel: If a tex image doesn't fit in the object's tree, make a temporary tree.Eric Anholt
2008-07-25Revert "intel: disable zero-copy TFP."Dave Airlie
2008-07-25intel: disable zero-copy TFP.Dave Airlie
2008-07-24intel: remove buffer swap debug outputJesse Barnes
2008-07-23intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt
2008-07-23intel-gem: Use pread/pwrite for span access.Eric Anholt
2008-07-23intel: improve 2d batchbuffer debug output.Eric Anholt
2008-07-23intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt
2008-07-23intel: move renderbuffer mapping to separate functions.Eric Anholt
2008-07-22intel: fix buffer swaps and enable page flipping on 965Jesse Barnes
2008-07-18intel-gem: Bump driver dateIan Romanick
2008-07-18intel: fix texture border issue. (bug #16697)Xiang, Haihao
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-07-15intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt