aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg2008-02-251-0/+1
* intel: Initialize color and spec arrays in LOCAL_VARS macro.Kristian Høgsberg2008-02-251-4/+4
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-223-1/+45
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-222-1315/+1
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-222-4/+3
* Add E7221 variant to i915.Adam Jackson2008-02-151-0/+4
* i915: set fogcoord to (f,0,0,1). fix #10788 issue on 915.Xiang, Haihao2008-02-151-1/+1
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-32/+43
* [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt2008-02-133-174/+8
* [915] Fix COS function using same plan as SIN.Eric Anholt2008-02-061-35/+63
* [915] Use a quartic term to improve the accuracy of SIN results.Eric Anholt2008-02-061-23/+54
* [915] Fix fp SIN function, and use a quadratic approximation instead of Taylor.Eric Anholt2008-02-061-42/+57
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-222-72/+3
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-1/+1
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-174-101/+26
* [i915] Fix recursive lock hang in intelContendedLock handling.Eric Anholt2008-01-141-2/+2
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-105-28/+26
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-091-13/+13
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-094-16/+10
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-2/+2
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-1/+0
* i915: Keith Whitwell's swizzling TEX patch. fix #8283Xiang, Haihao2008-01-074-13/+83
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+1
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-1/+1
* i915: don't validate PS program when falling back to softwareXiang, Haihao2008-01-041-1/+2
* fix fd.o bug #13761Zou Nan hai2008-01-031-2/+2
* i915: Needn't adjust pixel centers. fix #12944Xiang, Haihao2008-01-022-4/+4
* i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.Xiang, Haihao2007-12-253-1/+28
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-214-951/+3
* intel: cast a pointer to unsigned long, avoid potential error.Xiang, Haihao2007-12-211-1/+1
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-1/+1
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-205-31/+27
* i915: avoid dead lock in intel_meta_draw_poly. fix #13696Xiang, Haihao2007-12-201-2/+6
* [915] Free dri_bufmgr after mesa context data.Eric Anholt2007-12-181-2/+2
* [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