| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 1 | -13/+10 |
* | i965: Add ARB_occlusion_query support. | Eric Anholt | 2008-10-07 | 1 | -1/+1 |
* | intel: Fix a number of memory leaks on context destroy. | Eric Anholt | 2008-09-26 | 1 | -0/+10 |
* | i965: Cope with batch getting flushed in the middle of batchbuffer emits. | Eric Anholt | 2008-09-23 | 1 | -3/+6 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -5/+5 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 1 | -1/+0 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -56/+16 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -16/+56 |
* | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 1 | -56/+16 |
* | i965: Check fallback before accounting for index/vertex buffer size. fix #16028. | Xiang, Haihao | 2008-05-20 | 1 | -10/+8 |
* | i965: Don't cast the result of brw_prepare_vertices to an unsigned value. | Xiang, Haihao | 2008-05-05 | 1 | -1/+3 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 1 | -12/+47 |
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai | 2008-03-18 | 1 | -1/+1 |
* | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai | 2008-03-18 | 1 | -1/+1 |
* | [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects. | Eric Anholt | 2008-02-04 | 1 | -47/+5 |
* | i965: fix an assert fail in brw_new_batch | Zou Nan hai | 2008-01-15 | 1 | -2/+4 |
* | [965] Force a new vertex upload buffer at new batch time. | Eric Anholt | 2008-01-14 | 1 | -1/+1 |
* | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | 2008-01-10 | 1 | -1/+3 |
* | [965] Allow more than one draw_prims per batchbuffer. | Eric Anholt | 2008-01-09 | 1 | -7/+13 |
* | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt | 2008-01-09 | 1 | -47/+5 |
* | [intel] Remove the dead intel->need_flush member. | Eric Anholt | 2008-01-09 | 1 | -2/+1 |
* | [intel] Merge intel_buffer_objects to shared. | Eric Anholt | 2007-12-15 | 1 | -1/+3 |
* | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt | 2007-12-12 | 1 | -1/+1 |
* | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt | 2007-12-07 | 1 | -45/+19 |
* | [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915. | Eric Anholt | 2007-11-19 | 1 | -1/+1 |
* | [965] Remove AUB file support. | Eric Anholt | 2007-09-27 | 1 | -6/+0 |
* | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao | 2007-08-28 | 1 | -0/+6 |
* | include swrast_setup/swrast_setup.h to silence warning | Brian | 2007-05-22 | 1 | -0/+1 |
* | add some #includes to silence warnings | Brian | 2007-05-03 | 1 | -1/+1 |
* | fix for bug#9971 | Xiang, Haihao | 2007-03-05 | 1 | -0/+1 |
* | Cope with internally-generated null inputs. | Keith Whitwell | 2007-02-01 | 1 | -3/+6 |
* | Use new rebase helper. Remove other rebase code. | Keith Whitwell | 2007-01-30 | 1 | -4/+49 |
* | cleanup code, compiles with vbo changes | Keith Whitwell | 2006-10-31 | 1 | -53/+19 |
* | checkpoint - remove dead files, otherwise untested | Keith Whitwell | 2006-10-30 | 1 | -26/+29 |
* | Emit cliprects in the userspace driver as required, rather than | Keith Whitwell | 2006-10-23 | 1 | -5/+46 |
* | 1) Add a new flag in the sarea (coopting the unused texAge value) to | Keith Whitwell | 2006-09-20 | 1 | -0/+1 |
* | Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps. | Keith Whitwell | 2006-09-20 | 1 | -1/+1 |
* | quieten debug | Keith Whitwell | 2006-09-12 | 1 | -1/+1 |
* | Basic facility for playing back captured aubfiles. Requires a small | Keith Whitwell | 2006-09-08 | 1 | -0/+6 |
* | Cope with memory pool fragmentation by allowing a second attempt at | Keith Whitwell | 2006-09-07 | 1 | -10/+52 |
* | Simplify the immediate and displaylist code. Treat VertexAttrib*ARB | Keith Whitwell | 2006-09-06 | 1 | -9/+4 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+414 |