| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add support for GL_OES_compressed_ETC1_RGB8_texture | Chia-I Wu | 2011-12-02 | 1 | -0/+3 |
* | mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format(). | Eric Anholt | 2011-11-29 | 1 | -1/+0 |
* | mesa: move _mesa_base_format_has_channel() into image.c | Brian Paul | 2011-11-28 | 1 | -0/+87 |
* | mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support. | Dave Airlie | 2011-11-28 | 1 | -0/+2 |
* | image/pack: fix missing GL_BGR(A)_INTEGER support. | Dave Airlie | 2011-11-28 | 1 | -0/+2 |
* | image: fix legal types for packed integer formats. | Dave Airlie | 2011-11-27 | 1 | -2/+4 |
* | mesa: Include R/RG integer textures in _mesa_is_integer_format. | Eric Anholt | 2011-11-15 | 1 | -0/+12 |
* | mesa: new BYTE/SHORT_TO_FLOATZ() macros | Brian Paul | 2011-11-15 | 1 | -16/+0 |
* | mesa: move CEILING() macro into macros.h | Brian Paul | 2011-11-15 | 1 | -3/+0 |
* | mesa: consolidate cases in _mesa_components_in_format() | Brian Paul | 2011-11-15 | 1 | -28/+12 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_f... | Ian Romanick | 2011-09-19 | 1 | -0/+13 |
* | mesa/colormac: introduce inline helper for 4 unclamped float to ubyte. | Dave Airlie | 2011-09-14 | 1 | -6/+2 |
* | mesa: Remove all mention of GL_COLOR_INDEX*_EXT | Ian Romanick | 2011-09-06 | 1 | -27/+0 |
* | mesa: initial ARB_depth_buffer_float support | Marek Olšák | 2011-07-10 | 1 | -2/+16 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+11 |
* | mesa: implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -0/+11 |
* | mesa: initial EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -3/+25 |
* | mesa: add ATI_texture_compression_3dc | Marek Olšák | 2011-03-08 | 1 | -0/+3 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -0/+9 |
* | mesa: fix comments for _mesa_clip_readpixels() | Brian Paul | 2011-02-17 | 1 | -2/+2 |
* | mesa: fix mipmap generation for MESA_FORMAT_AL44 | Marek Olšák | 2011-02-16 | 1 | -0/+3 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: Fix GL_FIXED arrays. | Chia-I Wu | 2010-12-09 | 1 | -0/+2 |
* | mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type() | Brian Paul | 2010-11-07 | 1 | -1/+0 |
* | mesa: additional integer formats in _mesa_bytes_per_pixel() | Brian Paul | 2010-10-28 | 1 | -4/+8 |
* | mesa: add const qualifier to _mesa_is_legal_format_and_type() | Brian Paul | 2010-10-28 | 1 | -1/+2 |
* | mesa: fix integer cases in _mesa_is_legal_format_and_type() | Brian Paul | 2010-10-28 | 1 | -1/+65 |
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-10-27 | 1 | -1/+0 |
* | mesa: additional switch cases for GL_EXT_texture_integer | Brian Paul | 2010-10-25 | 1 | -2/+87 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -4363/+0 |
* | mesa: add missing cases for packing red/green images | Brian Paul | 2010-10-21 | 1 | -0/+48 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -26/+26 |
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | rgtc: Detect RGTC formats as color formats and as compressed formats | Ian Romanick | 2010-10-01 | 1 | -0/+9 |
* | ARB_texture_rg: Add GL_COMPRESSED_{RED,RG} cases in _mesa_is_color_format | Ian Romanick | 2010-10-01 | 1 | -0/+2 |
* | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick | 2010-10-01 | 1 | -0/+88 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -19/+2 |
* | mesa: Remove SGI_color_matrix. | Eric Anholt | 2010-09-23 | 1 | -34/+0 |
* | mesa: Remove SGI_color_table. | Eric Anholt | 2010-09-23 | 1 | -12/+0 |
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 1 | -74/+0 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-31 | 1 | -1/+0 |
* | mesa: initial support for unnormalized integer texture formats | Brian Paul | 2010-07-05 | 1 | -130/+321 |
* | mesa: move/rename is_depth_or_stencil_format() | Brian Paul | 2010-04-27 | 1 | -0/+26 |
* | mesa: make is_compressed_format() non-static | Brian Paul | 2010-04-23 | 1 | -0/+34 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -24/+24 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -4/+4 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 1 | -1/+0 |
|\ |
|