Age | Commit message (Expand) | Author |
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 |
2009-06-23 | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt |
2009-06-22 | intel: Fix glReadPixels regression since changing context init order. | Michel Dänzer |
2009-06-09 | i965: added intelFlush() call in intel_get_tex_image() | Brian Paul |
2009-06-09 | intel: use GLboolean, not int, for compressed parameter | Brian Paul |
2009-06-09 | intel: make a bunch of glTexImage-related functions static | Brian Paul |
2009-06-09 | intel: whitespace clean-ups | Brian Paul |
2009-05-15 | intel: Don't complain on falling back from PBO fastpaths. | Eric Anholt |
2009-05-08 | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt |
2009-04-16 | intel: fix small compressed texture upload | Roland Scheidegger |
2009-04-15 | intel: Fix segfault when doing SW mipmap generation with a PBO texture upload. | Eric Anholt |
2009-04-03 | intel: #include texgetimage.h | Brian Paul |
2009-03-30 | intel: Avoid mapping the texture image for CopyTex{,Sub}Image | Adam Jackson |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt |
2009-02-21 | intel: Fix intelSetTexBuffer miptree leak. | Kristian Høgsberg |
2009-02-21 | intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions. | Eric Anholt |
2009-01-26 | intel: asst. casts to silence warnings | Brian Paul |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-12 | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt |
2008-09-12 | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt |
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-25 | intel: If a tex image doesn't fit in the object's tree, make a temporary tree. | Eric Anholt |
2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao |