mesa: restore glapi/ prefix on #include
[mesa.git] / src / mesa / drivers / dri / i915 /
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-12-07 Xiang, Haihaoi915: fix the error in the previos commit.
2007-12-07 Xiang, Haihaoi915: Check the program size when uploading a program...
2007-12-03 Michel Dänzeri915: Fix up state changes for i8xx.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 Eric Anholt[i915] Make INTEL_DEBUG=bufmgr actually do things for...
2007-11-26 Keith Whitwelli915: Catch cases where not all state is emitted for...
2007-11-25 Michel Dänzerintel: Fix relative symlinks.
2007-11-17 Eric Anholt[intel] Add 965 support to shared intel_blit.c
2007-11-17 Eric Anholt[intel] Move additional code to be shared from intel_co...
2007-11-16 Eric Anholt[intel] Move intel_tex.h into place, forgotten in the...
2007-11-16 Eric Anholt[i915] Add INTEL_DEBUG=sync debug flag to wait for...
2007-11-16 Eric Anholt[i915] Push locking in intelClearWithTris down inside...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...
2007-10-31 Dave Airliei915: make i915 use the cached mappings for batch/buffe...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric Anholt[i915] Include header to pick up intel_ttm_bo_create_fr...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-18 Michel Dänzeri915: Add some sanity checks to blit command debugging...
2007-10-17 Michel Dänzeri915: Don't emit 'empty' blit rectangles.
2007-10-16 Eric AnholtReplace symlink generation from i915 with files in...
2007-10-16 Michel Dänzeri915: Make sure extensions that require TTM actually...
2007-10-16 Dave Airliei915: fixup TTM interfaces to follow drm changes
2007-10-16 Michel Dänzeri915: Re-enable __DRItexOffsetExtension.
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-12 Dave Airliei915: only enable TTM path if drm minor is > 11 for...
2007-10-12 Dave Airliei915: fixup reloc header defines
2007-10-11 Kristian HøgsbergDrop no longer implemented MESA allocate extension...
2007-10-11 Kristian HøgsbergAdd a version field to __DRIextension.
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-11 Kristian HøgsbergMove GLX_MESA_allocate_memory related functions to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergKey drm_i915_flip_t typedef off of the ioctl #define...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-09 Dave Airliei915: workout max relocs from batch buffer size
2007-10-09 Dave Airliei915: fixup up bufmgr to pass num buffers to kernel
2007-10-05 Dave Airliei915: drop complex list handling for now
2007-10-05 Dave Airliei915: clean up lists on teardown
2007-10-05 Dave Airliei915: add copyrights to new files
2007-10-05 Dave Airliei915: increase batchbuffer back to 16k
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-04 Eric AnholtReplace duplicated intel_reg.h with a shared header.
2007-10-04 Dave Airliei915: add superioctl support to the ttm codepaths.
2007-10-03 Michel Dänzeri915: Only align texture pitch to 64 bytes when texture...
2007-10-03 Michel Dänzeri915: Work around texture pitch related performance...
2007-10-03 Dave Airliei915: add superioctl initial support inside bufmgr ttm
2007-10-03 Dave Airliei915/drmbuf: attempt to push relocations into buffer...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-28 Jesse BarnesGo back to using old drm_i915_flip_t field name
2007-09-27 Eric Anholt[965] Add batchbuffer dumping under INTEL_DEBUG=bat...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-27 Dave Airliei915/i965 merge serer directories along lines for radeo...
2007-09-24 Eric AnholtRemove leftover code for i915_texprog.c noticed in...
2007-09-24 Eric AnholtMove i915tex driver into place as just i915.
2007-09-24 Eric AnholtRemove the old i915 driver now that i915tex works witho...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-19 Eric Anholti915: Quiet valgrind by initializing the seq value...
2007-09-12 Jesse BarnesRemove unused plane->pipe mapping fields from SAREA...
2007-09-11 BrianFix-up #includes to remove some -I options.
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse Barnesintel: disentangle planes & pipes
2007-08-13 Xiang, Haihaoi915: satisfy certain alignment restrictions for small
2007-07-29 Roland Scheideggerfix cos/sin range reduction for i915 driver too
2007-07-29 Roland Scheideggerfix fallback crashes when driver can't handle frag...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Roland Scheideggerfix segfault with i915 drivers in swrast drawpixels...
2007-07-06 BrianAdd case for GL_QUADS in i915_reduced_primitive_state().
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianEffectively disable _TexEnvProgram before calling _swra...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-06-05 Wang ZhenyuAdd PCI IDs for the G33, Q33, and Q35 chipsets.
2007-05-31 Wang Zhenyui915: Add support for 945GME chip
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 BrianReplace initInitState() with _mesa_init_driver_state().
2007-05-22 Roland Scheideggeri915/i915tex: minor cleanup (remove unneeded function...
2007-05-19 Roland Scheideggerfix copy & paste bug of previous commit, breaking dxt5...
2007-05-18 Roland Scheideggerfix small s3tc mipmaps (#10968)
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
next