aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
* [915] Make polygon stipple use pre-unpacked pixel data.Eric Anholt2007-12-181-1/+7
* [Intel] Centralize mipmap pitch computations.Keith Packard2007-12-181-8/+8
* [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt2007-12-131-2/+2
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-126-32/+129
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-0/+1
* i915: fix the error in the previos commit.Xiang, Haihao2007-12-071-1/+1
* i915: Check the program size when uploading a program. fix bug 13494Xiang, Haihao2007-12-071-6/+8
* i915: Fix up state changes for i8xx.Michel Dänzer2007-12-031-6/+56
* [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.Eric Anholt2007-11-291-0/+2
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-263-1/+49
* intel: Fix relative symlinks.Michel Dänzer2007-11-251-1/+1
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-164-10/+7
* [intel] Move additional code to be shared from intel_context.h to intel/.Eric Anholt2007-11-161-59/+1
* [intel] Move intel_tex.h into place, forgotten in the previous commit.Eric Anholt2007-11-161-151/+0
* [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.Eric Anholt2007-11-162-0/+2
* [i915] Push locking in intelClearWithTris down inside meta_draw_poly.Eric Anholt2007-11-161-0/+3
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-097-343/+5
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-0928-9028/+17
* i915: make i915 use the cached mappings for batch/buffer objects.Dave Airlie2007-11-012-2/+2
* More vblank cleanups.Michel Dänzer2007-10-302-5/+5
* [i915] Include header to pick up intel_ttm_bo_create_from_handle() proto.Eric Anholt2007-10-291-0/+1
* Merge branch 'origin'Eric Anholt2007-10-296-46/+68
|\
| * Refactor and fix core vblank supportJesse Barnes2007-10-294-30/+44
| * i915: Add some sanity checks to blit command debugging code.Michel Dänzer2007-10-181-16/+21
| * i915: Don't emit 'empty' blit rectangles.Michel Dänzer2007-10-171-0/+3
* | Replace symlink generation from i915 with files in intel/ and symlinks there.Eric Anholt2007-10-165-1957/+3
|/
* i915: Make sure extensions that require TTM actually work.Michel Dänzer2007-10-161-0/+2
* i915: fixup TTM interfaces to follow drm changesDave Airlie2007-10-161-29/+9
* i915: Re-enable __DRItexOffsetExtension.Michel Dänzer2007-10-161-0/+6
* Merge branch 'dri2'Kristian Høgsberg2007-10-123-69/+46
|\
| * Drop no longer implemented MESA allocate extension from i915.Kristian Høgsberg2007-10-111-8/+0
| * Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-1/+1
| * Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-8/+1
| * Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-0/+8
| * Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-3/+2
| * Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-2/+8
| * Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-46/+27
| * Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-6/+6
| * Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
| * Key drm_i915_flip_t typedef off of the ioctl #define instead.Kristian Høgsberg2007-10-101-1/+1
| * Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-17/+16
* | Merge branch 'master' into i915-superioctlDave Airlie2007-10-126-110/+32
|\|
| * [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-0/+2
| * Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-045-105/+8
| * i915: Only align texture pitch to 64 bytes when textures can be render targets.Michel Dänzer2007-10-031-8/+16
| * i915: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
* | i915: only enable TTM path if drm minor is > 11 for superioctlDave Airlie2007-10-121-0/+1
* | i915: fixup reloc header definesDave Airlie2007-10-121-4/+4