Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-06-10 | intel: Remove unnecessary header. | Vinson Lee |
2010-06-09 | intel: Use the blitter to upload TexSubImage data to busy textures. | Eric Anholt |
2010-05-10 | intel: Drop intelFlush() | Kristian Høgsberg |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-01-04 | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg |
2009-10-25 | mesa: remove calls to _mesa_compressed_row_stride() | 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 | 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-08-05 | intel: implement intelCompressedTexSubImage2D | Roland Scheidegger |
2009-06-09 | intel: make a bunch of glTexImage-related functions static | Brian Paul |
2009-05-08 | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt |
2008-12-15 | intel: stub out CompressedTexSubImage2D instead of segfaulting. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-05-09 | intel: use new mipmap generation hooks in driver. | Dave Airlie |
2008-05-02 | [intel] Warnings fixes. | Eric Anholt |
2008-03-17 | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao |
2007-12-20 | [intel] Fix and reenable (software) SGIS_generate_mipmap | Eric Anholt |
2007-12-14 | [intel] Remove useless intel_region_idle. | Eric Anholt |
2007-12-12 | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt |
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt |