Age | Commit message (Expand) | Author |
2010-06-08 | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt |
2010-05-13 | intel: Don't update window system renderbuffers on TexImage. | Eric Anholt |
2010-05-11 | intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate | Kristian Høgsberg |
2010-05-10 | intel: Drop intelFlush() | Kristian Høgsberg |
2010-05-04 | intel: Update renderbuffers unconditionally in intelSetTexBuffer2() | Kristian Høgsberg |
2010-03-17 | intel: Replace mt->pitch with mt->region->pitch. | Eric Anholt |
2010-03-05 | intel: Remove support for the DRI1 TFP extension. | Eric Anholt |
2010-02-24 | intel: Implement GL_OES_EGL_image entrypoints | Kristian Høgsberg |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-02-16 | dri2: Event driven buffer validation. | Francisco Jerez |
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg |
2010-02-06 | intel: Allow L8 PBO blit uploads. | Damien Lespiau |
2010-02-06 | intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888. | Eric Anholt |
2010-01-30 | intel: Respect texture tiling when doing a PBO blit teximage upload. | Eric Anholt |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-08 | intel/DRI2: add DRI2flushExtension support with invalidate hook | Kristian Høgsberg |
2010-01-04 | intel: Remove struct intel_framebuffer | Kristian Høgsberg |
2010-01-04 | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg |
2009-11-06 | intel: Use _mesa_get_current_tex_object() to clean up TFP path. | Eric Anholt |
2009-11-06 | intel: Remove duplicated arguments from intel_miptree_match_image(). | Eric Anholt |
2009-10-30 | intel: Set the texture format in the TFP path. | Eric Anholt |
2009-10-29 | intel: remove memcpy_get_tex_image() code | Brian Paul |
2009-10-29 | intel: check for single memcpy() in memcpy_get_tex_image() | Brian Paul |
2009-10-29 | intel: remove debug code | Brian Paul |
2009-10-29 | intel: added fast memcpy path for glGetTexImage() | Brian Paul |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-25 | mesa: choose texture format in core mesa, not drivers | Brian Paul |
2009-10-25 | mesa: remove calls to _mesa_compressed_row_stride() | Brian Paul |
2009-10-24 | mesa: change compressed texture size calls | Brian Paul |
2009-10-23 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt |
2009-10-23 | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt |
2009-10-12 | intel: pass zslice to intel_miptree_image_offset() | Brian Paul |
2009-10-08 | intel: Use new drm_intel_bo_references() to avoid flushing. | Eric Anholt |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-10-05 | mesa: lift _mesa_set_fetch_functions() calls out of drivers | Brian Paul |
2009-10-01 | mesa: removed gl_texture_image::CompressedSize field | Brian Paul |
2009-10-01 | mesa: move mesa_set_fetch_functions() | Brian Paul |
2009-10-01 | mesa: remove gl_texture_image::IsCompressed field | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-28 | drivers: use new _mesa_texstore() function | Brian Paul |
2009-09-27 | drivers: use more mesa format functions | Brian Paul |
2009-09-27 | mesa/drivers: use _mesa_get_format_bytes() | Brian Paul |
2009-09-27 | mesa/drivers: use _mesa_get_format_bytes() | Brian Paul |
2009-09-27 | mesa: use _mesa_get_texstore_func() | Brian Paul |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-09-08 | intel: #include clean-ups | Brian Paul |
2009-09-08 | i965: use _mesa_is_bufferobj() | Brian Paul |
2009-06-23 | i965: Fix depth-texture Y-tiling detection for sized internal formats. | Eric Anholt |