summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_format.c
AgeCommit message (Expand)Author
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2010-12-10intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt
2010-12-09intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-01i965: Enable GL_ARB_texture_rgIan Romanick
2010-07-29intel: Don't depend on context config values when picking texture formatsKristian Høgsberg
2010-06-04i915: Don't use XRGB8888 on 830 and 845.Eric Anholt
2010-06-04intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt
2010-05-14intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt
2010-01-30intel: Remove unnecessary headers.Vinson Lee
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-12-10intel: Make RGB textures use XRGB8888Ian Romanick
2009-11-16i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-21intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-03-28i965: srgb texture fixesRoland Scheidegger
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger
2009-03-12i965: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-02-26intel: updated comment, some debug code (disabled)Brian Paul
2009-02-04intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-04intel: Fix depth_stencil texture.Xiang, Haihao
2008-01-22[intel] Clean up references to screen buffer metrics.Kristian Høgsberg
2007-12-12[965] Bug #13600: Fix assertion failure with SRGB textures.Eric Anholt
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt