aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao2008-06-041-1/+6
* | [intel] Fix no_rast option on non-965.Eric Anholt2008-06-172-0/+6
* | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-112-6/+6
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-034-7/+1
* | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-232-10/+0
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-074-6/+8
* | Add intel_bufmgr_gem.c to i915Keith Packard2008-05-051-0/+1
* | Temporarily disable intel pixel ops on i915 for GEMKeith Packard2008-05-053-5/+8
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-1/+1
|/
* [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.Eric Anholt2008-05-021-44/+0
* i915: check for depth region before accounting its buffer sizeDave Airlie2008-04-181-1/+2
* intel: fix _mesa_error ctx I introduced at lsat minuteDave Airlie2008-04-162-1/+34
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-161-0/+31
* i915: texture object's lod bias. fix bug #15192Xiang, Haihao2008-03-314-5/+25
* [i915] don't use 4x4 filter for 1D shadowmapZou Nan hai2008-03-261-2/+7
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-252-0/+13
* [i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai2008-03-201-3/+4
* [i915] fix fragment.positionZou Nan hai2008-03-191-6/+21
* [i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt2008-03-181-15/+18
* [i915] Add comments about how cube texture layout works.Eric Anholt2008-03-181-2/+107
* [i915] Move miptree layout code into separate functions per target.Eric Anholt2008-03-181-258/+285
* [945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt2008-03-181-4/+3
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-1/+1
* [i965] multiple rendering target supportZou Nan hai2008-03-132-6/+8
* 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