aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_format.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Don't depend on context config values when picking texture formatsKristian Høgsberg2010-07-291-24/+12
* i915: Don't use XRGB8888 on 830 and 845.Eric Anholt2010-06-041-2/+12
* intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.Eric Anholt2010-06-041-1/+1
* intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt2010-05-141-19/+8
* intel: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-2/+2
* intel: Make RGB textures use XRGB8888Ian Romanick2009-12-101-4/+2
* i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick2009-11-161-3/+9
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+2
* intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-211-1/+1
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-1/+1
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-36/+36
* i965: srgb texture fixesRoland Scheidegger2009-03-281-5/+14
* i965: add support for signed rgba texture formatRoland Scheidegger2009-03-281-0/+4
* i965: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+4
* intel: updated comment, some debug code (disabled)Brian Paul2009-02-261-3/+12
* intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt2009-02-041-1/+1
* i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul2009-01-141-2/+8
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-1/+1
* [965] Bug #13600: Fix assertion failure with SRGB textures.Eric Anholt2007-12-121-0/+21
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+172