| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove unneeded #includes of main/compiler.h | Brian Paul | 2018-01-17 | 1 | -1/+0 |
* | mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes | Brian Paul | 2017-11-09 | 2 | -6/+6 |
* | mesa: Add X1B5G5R5 along with A1B5G5R5. | Eric Anholt | 2017-10-10 | 1 | -0/+1 |
* | mesa: replace VP/FP/ATIfs _Enabled flags with helper functions | Marek Olšák | 2017-06-22 | 3 | -11/+13 |
* | mesa: replace _mesa_update_stencil() with helper functions | Marek Olšák | 2017-06-22 | 3 | -4/+7 |
* | mesa: rename _mesa_add_renderbuffer* functions | Timothy Arceri | 2017-04-18 | 1 | -7/+7 |
* | swrast: take ownership rather than adding reference for new renderbuffers | Timothy Arceri | 2017-04-10 | 1 | -11/+6 |
* | mesa: fix renderbuffer leak | Timothy Arceri | 2017-04-07 | 1 | -0/+5 |
* | st/mesa/r200/i915/i965: move ARB program fields into a union | Timothy Arceri | 2016-11-17 | 1 | -1/+1 |
* | r200/glsl/st/mesa: use common outputs written field | Timothy Arceri | 2016-10-26 | 3 | -5/+6 |
* | r200/i915/st/mesa/compiler: use common inputs read field | Timothy Arceri | 2016-10-26 | 2 | -2/+2 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 3 | -22/+20 |
* | i965/mesa/st/swrast: set fs shader_info directly and switch to using it | Timothy Arceri | 2016-10-26 | 1 | -1/+1 |
* | swrast: fix active attribs with atifragshader | Miklós Máté | 2016-08-11 | 1 | -1/+2 |
* | util: Move format_r11g11b10f.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+1 |
* | util: Move format_rgb9e5.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+1 |
* | swrast: Avoid aliasing violation. | Matt Turner | 2016-07-26 | 1 | -2/+2 |
* | mesa: Rename CoordReplaceBits back to CoordReplace. | Mathias Fröhlich | 2016-06-16 | 1 | -1/+1 |
* | swrast: Convert swrast to use CoordsReplaceBits. | Mathias Fröhlich | 2016-06-16 | 1 | -2/+2 |
* | swrast: Add texfetch_funcs entries for astc 3d formats | Anuj Phogat | 2016-05-03 | 1 | -1/+22 |
* | mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab... | Bas Nieuwenhuizen | 2016-03-24 | 1 | -2/+2 |
* | swrast: fix discarded const warning in s_texture.c | Brian Paul | 2016-03-22 | 1 | -1/+1 |
* | swrast: Move assert for 'slice' in to check_map_teximage | Anuj Phogat | 2016-03-21 | 1 | -1/+1 |
* | swrast: fix GL_ANY_SAMPLES_PASSED values in Result | Ilia Mirkin | 2016-03-05 | 1 | -0/+5 |
* | program: Remove condition-code and precision support. | Matt Turner | 2016-03-01 | 1 | -6/+0 |
* | swrast: move two global defines to the only place where they are used | Miklós Máté | 2015-12-17 | 1 | -0/+2 |
* | 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 |