Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg |
2010-10-01 | rgtc: Detect RGTC formats as color formats and as compressed formats | Ian Romanick |
2010-10-01 | ARB_texture_rg: Add GL_COMPRESSED_{RED,RG} cases in _mesa_is_color_format | Ian Romanick |
2010-10-01 | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt |
2010-09-23 | mesa: Remove SGI_color_matrix. | Eric Anholt |
2010-09-23 | mesa: Remove SGI_color_table. | Eric Anholt |
2010-09-23 | mesa: Remove EXT_histogram. | Eric Anholt |
2010-07-31 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-07-05 | mesa: initial support for unnormalized integer texture formats | Brian Paul |
2010-04-27 | mesa: move/rename is_depth_or_stencil_format() | Brian Paul |
2010-04-23 | mesa: make is_compressed_format() non-static | Brian Paul |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-13 | mesa: Fix compiler warnings | Karl Schultz |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-18 | mesa: Remove unnecessary header from image.c. | Vinson Lee |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | mesa: added GL_DU8DV8_ATI in extract_float_rgba() | Brian Paul |
2010-01-04 | mesa: more detailed error message in extract_float_rgba() | Brian Paul |
2009-10-05 | mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 | Ben Skeggs |
2009-09-01 | mesa: new _mesa_expand_bitmap() function | Brian Paul |
2009-08-31 | mesa: added _mesa_is_stencil_format() | Brian Paul |
2009-08-13 | mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c | Brian Paul |
2009-08-05 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-05 | mesa: make _mesa_clip_blit() a shared function | Brian Paul |
2009-06-11 | Merge branch 'mesa_7_5_branch' | José Fonseca |
2009-06-10 | mesa: Fix typo in bitmask. | José Fonseca |
2009-05-22 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-22 | mesa: allow GL_BITMAP type in _mesa_image_image_stride() | Brian Paul |
2009-05-07 | mesa: add GL_DOUBLE case in _mesa_sizeof_type() | Brian Paul |
2009-04-07 | mesa: add another special/optimized case in _mesa_unpack_depth_span() | Brian Paul |
2009-04-03 | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-18 | mesa: use the IROUND() macro in pixel packing code | Brian Paul |
2009-03-12 | mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format() | Brian Paul |
2009-03-12 | mesa: move declarations before code | Brian Paul |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-01-06 | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao |
2008-12-18 | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt |
2008-12-18 | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-09-23 | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ... | Brian |
2008-09-21 | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul |
2008-09-21 | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul |
2008-06-17 | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul |
2007-08-09 | fix byte swap bug for GLint stencil indexes (bug 11909) | Brian |
2007-08-02 | fix stencil value masking bug 11805, and fix sizeof() bug | Brian |