Age | Commit message (Expand) | Author |
2009-04-23 | i965: Support drawing to FBO cube faces other than positive X. | Eric Anholt |
2009-04-18 | i965: use region width, height in brw_update_renderbuffer_surface() | Brian Paul |
2009-04-16 | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt |
2009-04-14 | i965: checkpoint commit: VS constant buffers | Brian Paul |
2009-04-10 | i965: clean-up in prepare_wm_surfaces() | Brian Paul |
2009-04-09 | i965: re-org of some of the new constant buffer code | Brian Paul |
2009-04-09 | i965: new SURF_INDEX_ macros | Brian Paul |
2009-04-03 | i965: check-point commit of new constant buffer support | Brian Paul |
2009-04-03 | i965: comments, clean-up in prepare_wm_surfaces() | Brian Paul |
2009-03-28 | i965: srgb texture fixes | Roland Scheidegger |
2009-03-28 | i965: add support for signed rgba texture format | Roland Scheidegger |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt |
2009-03-12 | i965: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-02-26 | i965: rename draw_regions -> color_regions | root |
2009-02-21 | i965: Fix render target read domains. | Eric Anholt |
2009-02-20 | i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24 | Brian Paul |
2009-02-02 | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt |
2009-01-14 | i965: indentation fixes | Brian Paul |
2008-11-28 | i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACE | Eric Anholt |
2008-10-01 | i965: Fix overwriting of depth override for SetTexOffset. | 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 bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt |
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-20 | i965: fixup format for TFP zero copy | Dave Airlie |
2008-08-20 | i965: make tex offset override work.. | Dave Airlie |
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
2008-06-11 | [intel-gem] Chase domain flag renaming in the DRM. | Eric Anholt |
2008-06-03 | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt |
2008-05-07 | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt |
2008-04-22 | i965: fix DEPTH_TEXTURE_MODE (bug #14220) | Xiang, Haihao |
2008-04-18 | i965: initial attempt at fixing the aperture overflow | Dave Airlie |
2008-03-19 | [965] Initialize region surface key structure padding. | Eric Anholt |
2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-02-28 | [965] Fix conditional sequencing to allow the frame_buffer_texobj case. | Eric Anholt |
2008-01-10 | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt |
2008-01-03 | [intel] Convert relocations to not be cleared out on buffer submit. | Eric Anholt |
2008-01-02 | [965] Convert surface state to use a cache key instead of brw_cache_data. | Eric Anholt |
2007-12-17 | [965] Allow draw or depth regions to be NULL. | Eric Anholt |
2007-12-17 | i965: check NULL pointer | Xiang, Haihao |
2007-12-16 | [965] Fully initialize the texture surface key data (padding around GLboolean) | Eric Anholt |
2007-12-16 | [965] Move to using shared texture management code. | Eric Anholt |
2007-12-14 | [965] Replace the state cache suballocator with direct dri_bufmgr use. | Eric Anholt |
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt |
2007-12-07 | [965] Remove dead code in upload_wm_surfaces. | Eric Anholt |
2007-12-07 | [965] Move brw_surface_state stack allocation into the function using it. | Eric Anholt |
2007-08-10 | i965: roland's DXTn format texture patch(bug10347) | Xiang, Haihao |