summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2019-04-23mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek1-1/+5
2019-04-12swrast: fix undefined shift of 1 << 31Dave Airlie1-1/+1
2019-02-21nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro1-2/+2
2018-11-02mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2-0/+2
2018-10-11mesa: Fix pack_uint_Z_FLOAT32()Illia Iorin1-6/+0
2018-08-28mesa: Add support for AMD_depth_clamp_separateSagar Ghuge1-1/+1
2018-07-27swrast: fix crash in AA line code when there's no textureBrian Paul1-4/+6
2018-07-27mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig8-26/+49
2018-04-12mesa: include mtypes.h lessMarek Olšák6-1/+5
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák3-7/+8
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák5-25/+31
2018-01-17mesa: remove unneeded #includes of main/compiler.hBrian Paul1-1/+0
2017-11-09mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2-6/+6
2017-10-10mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt1-0/+1
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák3-11/+13
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák3-4/+7
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-7/+7
2017-04-10swrast: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-11/+6
2017-04-07mesa: fix renderbuffer leakTimothy Arceri1-0/+5
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri1-1/+1
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri3-5/+6
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2-2/+2
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri3-22/+20
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-1/+1
2016-08-11swrast: fix active attribs with atifragshaderMiklós Máté1-1/+2
2016-08-05util: Move format_r11g11b10f.h to src/utilJason Ekstrand1-1/+1
2016-08-05util: Move format_rgb9e5.h to src/utilJason Ekstrand1-1/+1
2016-07-26swrast: Avoid aliasing violation.Matt Turner1-2/+2
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16swrast: Convert swrast to use CoordsReplaceBits.Mathias Fröhlich1-2/+2
2016-05-03swrast: Add texfetch_funcs entries for astc 3d formatsAnuj Phogat1-1/+22
2016-03-24mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen1-2/+2
2016-03-22swrast: fix discarded const warning in s_texture.cBrian Paul1-1/+1
2016-03-21swrast: Move assert for 'slice' in to check_map_teximageAnuj Phogat1-1/+1
2016-03-05swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin1-0/+5
2016-03-01program: Remove condition-code and precision support.Matt Turner1-6/+0
2015-12-17swrast: move two global defines to the only place where they are usedMiklós Máté1-0/+2
2015-09-02mesa/formats: 8-bit channel integer formats additionDave Airlie1-0/+4
2015-09-02mesa/formats: add some formats from GL3.3Dave Airlie1-0/+12
2015-09-02mesa: fix SwapBytes handling in numerous placesDave Airlie1-7/+7
2015-08-26swrast: add a new macro, FETCH_COMPRESSEDNanley Chery1-198/+41
2015-08-26mesa/formats: define the 2D ASTC formatsNanley Chery1-1/+31
2015-08-25mesa/formats: remove compressed formats from matching functionNanley Chery1-1/+1
2015-08-14swrast: fix EXT_depth_bounds_testMarek Olšák1-2/+12
2015-07-29swrast: Avoid double promotion.Matt Turner13-50/+50
2015-07-21swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()Brian Paul1-28/+28
2015-06-29mesa/swrast: Use global function _mesa_regions_overlap()Anuj Phogat1-13/+3
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2015-05-04swrast: Fix rgba_draw_pixels with GL_COLOR_INDEXIago Toral Quiroga1-3/+26
2015-04-27Fix a few typosZoë Blade1-1/+1