aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_format.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Change supported texture formats for separate stencilChad Versace2011-05-251-0/+1
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-0/+9
* intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().Eric Anholt2011-04-181-0/+2
* intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-224/+0
* intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt2010-12-101-0/+33
* intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.Eric Anholt2010-12-091-0/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Enable GL_ARB_texture_rgIan Romanick2010-10-011-0/+20
* 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