summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | intel: improve 2d batchbuffer debug output.Eric Anholt2008-07-231-8/+14
| * | intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt2008-07-231-1/+1
| * | intel: move renderbuffer mapping to separate functions.Eric Anholt2008-07-233-107/+80
| * | intel-gem: Bump driver dateIan Romanick2008-07-181-3/+7
| * | intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt2008-07-151-0/+4
| * | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-1116-287/+222
| * | intel: span rendering requires just a flush before starting, not finish.Eric Anholt2008-07-021-1/+1
| * | intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt2008-07-021-0/+6
| * | intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1.Eric Anholt2008-07-021-0/+10
| * | intel-gem: Fix Y-tiling span setup.Eric Anholt2008-07-026-27/+52
| * | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-014-18/+46
| * | intel: Fix locking when doing intel_region_cow().Eric Anholt2008-06-261-2/+2
| * | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-2611-47/+26
| * | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-248-48/+117
| |\ \
| * | | i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-233-7/+6
| * | | i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-232-2/+137
| * | | i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt2008-06-181-1/+2
| * | | i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-181-8/+0