Age | Commit message (Expand) | Author |
2009-09-09 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-09 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-08 | intel: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-09-08 | i965: #include clean-ups | Brian Paul |
2009-09-08 | i965: fix incorrect test for vertex position attribute | Brian Paul |
2009-08-12 | i965: Avoid re-uploading the index buffer when we don't need to. | Eric Anholt |
2009-08-12 | vbo: Avoid extra validation of DrawElements. | Eric Anholt |
2009-07-07 | i965: Remove BRW_NEW_INPUT_VARYING | Eric Anholt |
2009-06-29 | intel: Move note_unlock() implementation to the one place it's needed. | Eric Anholt |
2009-03-05 | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt |
2009-03-05 | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt |
2009-03-04 | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison |
2009-02-27 | i965: texture fixes: bordered textures, fallback rendering | Robert Ellison |
2009-02-23 | i965: fix line stipple fallback for GL_LINE_STRIP primitives | Robert Ellison |
2009-02-02 | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt |
2009-02-02 | i965: Delete old metaops code now that there are no remaining consumers. | Eric Anholt |
2008-12-15 | i965: Update state before checking for fallbacks in brw_try_draw_prims. | Eric Anholt |
2008-11-28 | i965: Reduce fast-pathiness of brw_try_draw_prims, bringing in important checks. | Eric Anholt |
2008-11-12 | i965: Upload state on primitive switch, don't just prepare it. | Eric Anholt |
2008-10-28 | i965: Fix check_aperture calls to cover everything needed for the prim at once. | Eric Anholt |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-07 | i965: Add ARB_occlusion_query support. | Eric Anholt |
2008-09-26 | intel: Fix a number of memory leaks on context destroy. | Eric Anholt |
2008-09-23 | i965: Cope with batch getting flushed in the middle of batchbuffer emits. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt |
2008-05-20 | i965: Check fallback before accounting for index/vertex buffer size. fix #16028. | Xiang, Haihao |
2008-05-05 | i965: Don't cast the result of brw_prepare_vertices to an unsigned value. | Xiang, Haihao |
2008-04-18 | i965: initial attempt at fixing the aperture overflow | Dave Airlie |
2008-03-18 | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai |
2008-03-18 | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai |
2008-02-04 | [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects. | Eric Anholt |
2008-01-15 | i965: fix an assert fail in brw_new_batch | Zou Nan hai |
2008-01-14 | [965] Force a new vertex upload buffer at new batch time. | Eric Anholt |
2008-01-10 | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt |
2008-01-09 | [965] Allow more than one draw_prims per batchbuffer. | Eric Anholt |
2008-01-09 | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt |
2008-01-09 | [intel] Remove the dead intel->need_flush member. | Eric Anholt |
2007-12-15 | [intel] Merge intel_buffer_objects to shared. | Eric Anholt |
2007-12-12 | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt |
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt |
2007-11-19 | [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915. | Eric Anholt |
2007-09-27 | [965] Remove AUB file support. | Eric Anholt |
2007-08-28 | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao |
2007-05-22 | include swrast_setup/swrast_setup.h to silence warning | Brian |
2007-05-03 | add some #includes to silence warnings | Brian |
2007-03-05 | fix for bug#9971 | Xiang, Haihao |