| Commit message (Expand) | Author | Age | Files | Lines |
* | i915: check for depth region before accounting its buffer size | Dave Airlie | 2008-04-18 | 1 | -1/+2 |
* | intel: fix _mesa_error ctx I introduced at lsat minute | Dave Airlie | 2008-04-16 | 2 | -1/+34 |
* | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie | 2008-04-16 | 1 | -0/+31 |
* | i915: texture object's lod bias. fix bug #15192 | Xiang, Haihao | 2008-03-31 | 4 | -5/+25 |
* | [i915] don't use 4x4 filter for 1D shadowmap | Zou Nan hai | 2008-03-26 | 1 | -2/+7 |
* | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao | 2008-03-25 | 2 | -0/+13 |
* | [i915] GL_DEPTH_TEXTURE_MODE fix | Zou Nan hai | 2008-03-20 | 1 | -3/+4 |
* | [i915] fix fragment.position | Zou Nan hai | 2008-03-19 | 1 | -6/+21 |
* | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. | Eric Anholt | 2008-03-18 | 1 | -15/+18 |
* | [i915] Add comments about how cube texture layout works. | Eric Anholt | 2008-03-18 | 1 | -2/+107 |
* | [i915] Move miptree layout code into separate functions per target. | Eric Anholt | 2008-03-18 | 1 | -258/+285 |
* | [945] Remove conditional in 945 3D mipmap layout checking for cube layout. | Eric Anholt | 2008-03-18 | 1 | -4/+3 |
* | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao | 2008-03-14 | 1 | -1/+1 |
* | [i965] multiple rendering target support | Zou Nan hai | 2008-03-13 | 2 | -6/+8 |
* | intel: Add missing include file to silence last couple of warnings. | Kristian Høgsberg | 2008-02-25 | 1 | -0/+1 |
* | intel: Initialize color and spec arrays in LOCAL_VARS macro. | Kristian Høgsberg | 2008-02-25 | 1 | -4/+4 |
* | intel: Merge intel_context.c from i915 and i965. | Kristian Høgsberg | 2008-02-22 | 3 | -1/+45 |
* | Merge {i915,i965}/intel_context.h as intel/intel_context.h | Kristian Høgsberg | 2008-02-22 | 2 | -1315/+1 |
* | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane | 2008-02-22 | 2 | -4/+3 |
* | Add E7221 variant to i915. | Adam Jackson | 2008-02-15 | 1 | -0/+4 |
* | i915: set fogcoord to (f,0,0,1). fix #10788 issue on 915. | Xiang, Haihao | 2008-02-15 | 1 | -1/+1 |
* | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg | 2008-02-14 | 1 | -32/+43 |
* | [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965. | Eric Anholt | 2008-02-13 | 3 | -174/+8 |
* | [915] Fix COS function using same plan as SIN. | Eric Anholt | 2008-02-06 | 1 | -35/+63 |
* | [915] Use a quartic term to improve the accuracy of SIN results. | Eric Anholt | 2008-02-06 | 1 | -23/+54 |
* | [915] Fix fp SIN function, and use a quadratic approximation instead of Taylor. | Eric Anholt | 2008-02-06 | 1 | -42/+57 |
* | [intel] Clean up references to screen buffer metrics. | Kristian Høgsberg | 2008-01-22 | 2 | -72/+3 |
* | [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST. | Eric Anholt | 2008-01-17 | 1 | -1/+1 |
* | [i915] Fix driver from cliprects changes, and clean up state emission. | Eric Anholt | 2008-01-17 | 4 | -101/+26 |
* | [i915] Fix recursive lock hang in intelContendedLock handling. | Eric Anholt | 2008-01-14 | 1 | -2/+2 |
* | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | 2008-01-10 | 5 | -28/+26 |
* | [intel] Simplify intelCreateBuffer() a bit. | Kristian Høgsberg | 2008-01-09 | 1 | -13/+13 |
* | [intel] Rename lost_hardware vtbl entry to new_batch. | Eric Anholt | 2008-01-09 | 4 | -16/+10 |
* | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt | 2008-01-09 | 1 | -2/+2 |
* | [intel] Remove the dead intel->need_flush member. | Eric Anholt | 2008-01-09 | 1 | -1/+0 |
* | i915: Keith Whitwell's swizzling TEX patch. fix #8283 | Xiang, Haihao | 2008-01-07 | 4 | -13/+83 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -3/+1 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -1/+1 |
* | i915: don't validate PS program when falling back to software | Xiang, Haihao | 2008-01-04 | 1 | -1/+2 |
* | fix fd.o bug #13761 | Zou Nan hai | 2008-01-03 | 1 | -2/+2 |
* | i915: Needn't adjust pixel centers. fix #12944 | Xiang, Haihao | 2008-01-02 | 2 | -4/+4 |
* | i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965. | Xiang, Haihao | 2007-12-25 | 3 | -1/+28 |
* | fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) | Roland Scheidegger | 2007-12-22 | 1 | -1/+1 |
* | [intel] Move some pixel path support from drivers to shared. | Eric Anholt | 2007-12-21 | 4 | -951/+3 |
* | intel: cast a pointer to unsigned long, avoid potential error. | Xiang, Haihao | 2007-12-21 | 1 | -1/+1 |
* | [intel] Fix and reenable (software) SGIS_generate_mipmap | Eric Anholt | 2007-12-20 | 1 | -1/+1 |
* | [i915] Move meta_draw_quad into the vtbl with other meta operations. | Eric Anholt | 2007-12-20 | 5 | -31/+27 |
* | i915: avoid dead lock in intel_meta_draw_poly. fix #13696 | Xiang, Haihao | 2007-12-20 | 1 | -2/+6 |
* | [915] Free dri_bufmgr after mesa context data. | Eric Anholt | 2007-12-18 | 1 | -2/+2 |
* | [915] Make polygon stipple use pre-unpacked pixel data. | Eric Anholt | 2007-12-18 | 1 | -1/+7 |