| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/formats: 8-bit channel integer formats addition | Dave Airlie | 2015-09-02 | 1 | -0/+4 |
* | mesa/formats: add some formats from GL3.3 | Dave Airlie | 2015-09-02 | 1 | -0/+12 |
* | mesa: fix SwapBytes handling in numerous places | Dave Airlie | 2015-09-02 | 1 | -7/+7 |
* | swrast: add a new macro, FETCH_COMPRESSED | Nanley Chery | 2015-08-26 | 1 | -198/+41 |
* | mesa/formats: define the 2D ASTC formats | Nanley Chery | 2015-08-26 | 1 | -1/+31 |
* | mesa/formats: remove compressed formats from matching function | Nanley Chery | 2015-08-25 | 1 | -1/+1 |
* | swrast: fix EXT_depth_bounds_test | Marek Olšák | 2015-08-14 | 1 | -2/+12 |
* | swrast: Avoid double promotion. | Matt Turner | 2015-07-29 | 13 | -50/+50 |
* | swrast: remove unneeded & operators in _swrast_choose_texture_sample_func() | Brian Paul | 2015-07-21 | 1 | -28/+28 |
* | mesa/swrast: Use global function _mesa_regions_overlap() | Anuj Phogat | 2015-06-29 | 1 | -13/+3 |
* | main: Rename framebuffer renderbuffer software fallback. | Laura Ekstrand | 2015-05-14 | 1 | -1/+1 |
* | swrast: Fix rgba_draw_pixels with GL_COLOR_INDEX | Iago Toral Quiroga | 2015-05-04 | 1 | -3/+26 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -1/+1 |
* | swrast: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 3 | -4/+4 |
* | swrast: Mark MAX_GLUINT literal with u suffix. | Matt Turner | 2015-04-13 | 1 | -1/+1 |
* | swrast: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 17 | -17/+3 |
* | swrast: Use BITFIELD64_BIT for arrayAttribs. | Jose Fonseca | 2015-03-18 | 1 | -1/+1 |
* | mesa: remove _ASMAPI, ASMAPIP | Brian Paul | 2015-03-12 | 1 | -1/+1 |
* | swrast: remove _BLENDAPI | Brian Paul | 2015-03-12 | 2 | -16/+13 |
* | mesa/swrast: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 2 | -2/+2 |
* | mesa: remove MAX_GLUSHORT, move MAX_GLUINT | Brian Paul | 2015-02-24 | 1 | -0/+5 |
* | mesa: remove logf macro | Brian Paul | 2015-02-24 | 1 | -0/+1 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 3 | -13/+15 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 2 | -5/+6 |
* | swrast: fix a few release build warnings | Brian Paul | 2015-02-24 | 2 | -0/+2 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 28 | -245/+245 |
* | swrast: fix multiple color buffer writing | Brian Paul | 2015-02-19 | 1 | -11/+14 |
* | swrast: Whitespace fixes. | Laura Ekstrand | 2015-02-02 | 3 | -12/+12 |
* | DD: Refactor BlitFramebuffer. | Laura Ekstrand | 2015-02-02 | 3 | -27/+35 |
* | mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV | Tapani Pälli | 2015-01-19 | 1 | -0/+2 |
* | mesa: rename RGBA8888_* format constants to something appropriate. | Iago Toral Quiroga | 2015-01-14 | 1 | -1/+1 |
* | mesa: restrict use of GL_ABGR_EXT format to allowed data types | Samuel Iglesias Gonsalvez | 2015-01-12 | 1 | -4/+0 |
* | swrast: Use _mesa_format_convert to implement draw_rgba_pixels. | Iago Toral Quiroga | 2015-01-12 | 1 | -4/+34 |
* | mesa: use format conversion functions in swrast | Samuel Iglesias Gonsalvez | 2015-01-12 | 1 | -1237/+122 |
* | mesa/formats: add new mesa formats and their pack/unpack functions. | Samuel Iglesias Gonsalvez | 2015-01-12 | 1 | -0/+13 |
* | swrast: Remove unused variable. | Iago Toral Quiroga | 2015-01-12 | 1 | -3/+0 |
* | mesa: Fix A1R5G5B5 packing/unpacking | Jason Ekstrand | 2015-01-12 | 1 | -4/+4 |
* | mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM | Jason Ekstrand | 2015-01-12 | 1 | -4/+4 |
* | mesa: create, use new _mesa_texture_base_format() function | Brian Paul | 2015-01-05 | 1 | -1/+1 |
* | swrast: use new _mesa_base_tex_image() helper | Brian Paul | 2015-01-05 | 6 | -42/+47 |
* | swrast: Remove 'inline' from tex filter functions. | Matt Turner | 2014-12-08 | 1 | -26/+26 |
* | mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2) | Richard Sandiford | 2014-09-17 | 2 | -0/+27 |
* | mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB} | Richard Sandiford | 2014-09-17 | 2 | -0/+26 |
* | swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian | Richard Sandiford | 2014-09-17 | 1 | -3/+3 |
* | swrast: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -1/+1 |
* | mesa: Add the format enums for BPTC-compressed images | Neil Roberts | 2014-08-12 | 1 | -0/+24 |
* | mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil | Jason Ekstrand | 2014-08-04 | 2 | -46/+18 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 3 | -93/+1 |
* | swrast: Remove unused solve_plane_recip(). | Matt Turner | 2014-06-17 | 1 | -14/+0 |
* | swrast: Drop remaining use of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |