intel: remove buffer swap debug output
[mesa.git] / src / mesa / drivers / dri / i915 /
2008-07-16 Ian Romanickintel: Clean-up ARB_texture_env_crossbar
2008-07-09 Xiang, Haihaoi915: fall back to software rendering when shadow compa...
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholti915: Add support for accelerated glBitmap, shared...
2008-06-04 Xiang, Haihaoi915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-18 Dave Airliei915: check for depth region before accounting its...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-16 Dave Airlieintel: fix _mesa_error ctx I introduced at lsat minute
2008-04-16 Dave Airlieintel/fake_bufmgr: Attempt to restrict references to...
2008-03-31 Xiang, Haihaoi915: texture object's lod bias. fix bug #15192
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-26 Zou Nan hai[i915] don't use 4x4 filter for 1D shadowmap
2008-03-25 Xiang, Haihaointel: fix the issue "VBO: Cannot allocate memory for...
2008-03-20 Zou Nan hai[i915] GL_DEPTH_TEXTURE_MODE fix
2008-03-19 Zou Nan hai[i915] fix fragment.position
2008-03-19 Eric Anholt[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.
2008-03-19 Eric Anholt[i915] Add comments about how cube texture layout works.
2008-03-19 Eric Anholt[i915] Move miptree layout code into separate functions...
2008-03-19 Eric Anholt[945] Remove conditional in 945 3D mipmap layout checki...
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-02-26 Kristian Høgsbergintel: Add missing include file to silence last couple...
2008-02-26 Kristian Høgsbergintel: Initialize color and spec arrays in LOCAL_VARS...
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-15 Adam JacksonAdd E7221 variant to i915.
2008-02-15 Xiang, Haihaoi915: set fogcoord to (f,0,0,1). fix #10788 issue on...
2008-02-14 Kristian HøgsbergHook up i915 driver to new DRI2 infrastructure.
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-02-06 Eric Anholt[915] Fix COS function using same plan as SIN.
2008-02-06 Eric Anholt[915] Use a quartic term to improve the accuracy of...
2008-02-06 Eric Anholt[915] Fix fp SIN function, and use a quadratic approxim...
2008-01-22 Kristian Høgsberg[intel] Clean up references to screen buffer metrics.
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[i915] Fix driver from cliprects changes, and clean...
2008-01-14 Eric Anholt[i915] Fix recursive lock hang in intelContendedLock...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-10 Kristian Høgsberg[intel] Simplify intelCreateBuffer() a bit.
2008-01-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2008-01-09 Eric Anholt[intel] Clean up cliprect handling in intel drivers.
2008-01-09 Eric Anholt[intel] Remove the dead intel->need_flush member.
2008-01-07 Xiang, Haihaoi915: Keith Whitwell's swizzling TEX patch. fix #8283
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-04 Xiang, Haihaoi915: don't validate PS program when falling back to...
2008-01-03 Zou Nan hai fix fd.o bug #13761
2008-01-02 Xiang, Haihaoi915: Needn't adjust pixel centers. fix #12944
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Xiang, Haihaoi915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806...
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...
2007-12-21 Xiang, Haihaointel: cast a pointer to unsigned long, avoid potential...
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-20 Xiang, Haihaoi915: avoid dead lock in intel_meta_draw_poly. fix...
2007-12-18 Eric Anholt[915] Free dri_bufmgr after mesa context data.
2007-12-18 Eric Anholt[915] Make polygon stipple use pre-unpacked pixel data.
2007-12-18 Keith Packard[Intel] Centralize mipmap pitch computations.
2007-12-14 Eric Anholt[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
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...
next