summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-022-0/+2
* mesa: Fix pack_uint_Z_FLOAT32()Illia Iorin2018-10-111-6/+0
* mesa: Add support for AMD_depth_clamp_separateSagar Ghuge2018-08-281-1/+1
* swrast: fix crash in AA line code when there's no textureBrian Paul2018-07-271-4/+6
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-278-26/+49
* mesa: include mtypes.h lessMarek Olšák2018-04-126-1/+5
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-133-7/+8
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-045-25/+31
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-092-6/+6
* mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt2017-10-101-0/+1
* mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák2017-06-223-11/+13
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-223-4/+7
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-7/+7
* swrast: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-11/+6
* mesa: fix renderbuffer leakTimothy Arceri2017-04-071-0/+5
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-1/+1
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-263-5/+6
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-262-2/+2
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-263-22/+20
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-1/+1
* swrast: fix active attribs with atifragshaderMiklós Máté2016-08-111-1/+2
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-1/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-051-1/+1
* swrast: Avoid aliasing violation.Matt Turner2016-07-261-2/+2
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* swrast: Convert swrast to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-2/+2
* swrast: Add texfetch_funcs entries for astc 3d formatsAnuj Phogat2016-05-031-1/+22
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-2/+2
* swrast: fix discarded const warning in s_texture.cBrian Paul2016-03-221-1/+1
* swrast: Move assert for 'slice' in to check_map_teximageAnuj Phogat2016-03-211-1/+1
* swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin2016-03-051-0/+5
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* swrast: move two global defines to the only place where they are usedMiklós Máté2015-12-171-0/+2
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+4
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+12
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-021-7/+7
* swrast: add a new macro, FETCH_COMPRESSEDNanley Chery2015-08-261-198/+41
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-1/+31
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* swrast: fix EXT_depth_bounds_testMarek Olšák2015-08-141-2/+12
* swrast: Avoid double promotion.Matt Turner2015-07-2913-50/+50
* swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()Brian Paul2015-07-211-28/+28
* mesa/swrast: Use global function _mesa_regions_overlap()Anuj Phogat2015-06-291-13/+3
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* swrast: Fix rgba_draw_pixels with GL_COLOR_INDEXIago Toral Quiroga2015-05-041-3/+26
* Fix a few typosZoë Blade2015-04-271-1/+1
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-143-4/+4
* swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner2015-04-131-1/+1
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-0117-17/+3