Age | Commit message (Expand) | Author |
2009-12-22 | intel: Replace some gen3 IS_* checks with context structure usage. | Eric Anholt |
2009-12-11 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-10 | intel: Axe intel_renderbuffer::texformat | Ian Romanick |
2009-11-19 | intel: Consistently use no_batch_wrap in intel_context struct. | Eric Anholt |
2009-11-06 | intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing. | Eric Anholt |
2009-10-29 | intel: update intel_create_renderbuffer(format), add XRGB support | Brian Paul |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-10-01 | Revert "i915: don't validate PS program when falling back to software" | Eric Anholt |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-08-04 | intel: Add support for EXT_provoking_vertex. | Eric Anholt |
2009-07-29 | i915: Add support for EXT_stencil_two_side and ATI_separate_stencil. | Eric Anholt |
2009-06-29 | intel: Move note_unlock() implementation to the one place it's needed. | Eric Anholt |
2009-06-09 | i915: Add an option for testing the effect of early Z in classic mode. | Eric Anholt |
2009-06-04 | i915: Don't rely on fence regs when we don't have to. | Eric Anholt |
2009-04-16 | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt |
2008-12-18 | i915: fix abort issue. (bug #19147) | Xiang, Haihao |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-09-26 | intel: Fix a number of memory leaks on context destroy. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
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-06-23 | i915: Accumulate the VB into a local buffer and subdata it in. | Eric Anholt |
2008-06-23 | i915: Convert to using VBs instead of inline prims. | Eric Anholt |
2008-06-11 | [intel-gem] Chase domain flag renaming in the DRM. | Eric Anholt |
2008-05-07 | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt |
2008-04-18 | i915: check for depth region before accounting its buffer size | Dave Airlie |
2008-04-16 | intel: fix _mesa_error ctx I introduced at lsat minute | Dave Airlie |
2008-04-16 | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie |
2008-03-25 | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-01-17 | [i915] Fix driver from cliprects changes, and clean up state emission. | Eric Anholt |
2008-01-10 | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt |
2008-01-09 | [intel] Rename lost_hardware vtbl entry to new_batch. | Eric Anholt |
2008-01-04 | i915: don't validate PS program when falling back to software | Xiang, Haihao |
2007-12-07 | i915: fix the error in the previos commit. | Xiang, Haihao |
2007-12-07 | i915: Check the program size when uploading a program. fix bug 13494 | Xiang, Haihao |
2007-11-26 | i915: Catch cases where not all state is emitted for a new batchbuffer. | Keith Whitwell |
2007-09-24 | Move i915tex driver into place as just i915. | Eric Anholt |
2007-09-24 | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt |
2007-07-29 | fix fallback crashes when driver can't handle frag prog for i915 driver too (... | Roland Scheidegger |
2007-07-06 | Add case for GL_QUADS in i915_reduced_primitive_state(). | Brian |
2007-03-27 | Restore the UseTexEnvProgram logic. | Brian |
2007-03-21 | merge from master | Brian |
2007-03-18 | fix off-by-one in load_state_immediate | Keith Whitwell |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian |
2006-12-15 | vertex/fragment program field changes | Brian |
2006-10-10 | Use the mesa-provided texenv program rather than rolling our own. | Keith Whitwell |
2006-08-18 | Fix writemasks on texture arb fp instructions. | Alan Hourihane |