aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer2020-05-051-1/+2
* remove final imports.h and imports.c bitsDylan Baker2020-04-2114-49/+50
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-2/+2
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-212-0/+2
* Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker2020-04-215-5/+6
* replace IROUND with util functionsDylan Baker2020-04-212-4/+5
* Replace IROUND_POS with _mesa_roundevenfDylan Baker2020-04-212-5/+3
* replace IFLOOR with util_ifloorDylan Baker2020-04-213-41/+41
* replace LOG2 with util_fast_log2Dylan Baker2020-04-212-3/+3
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-3/+3
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-2715-15/+15
* mesa: Stop defining a full separate format for RGBA_UINT8.Eric Anholt2019-11-072-2/+0
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-2/+2
* mesa/swrast: replace instances of _mesa_little_endian with preprocessorDylan Baker2019-11-052-6/+5
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-202-12/+8
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-202-13/+7
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-202-4/+2
* swrast: Make the fetch funcs table sparse.Eric Anholt2019-08-191-191/+24
* swrast: Move _mesa_format_pack_colormask() to the only caller.Eric Anholt2019-07-161-2/+72
* mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt2019-07-161-3/+1
* mesa: Rename gl_pack typedefs to mesa_pack.Eric Anholt2019-07-163-5/+5
* swrast: simplify function pointer callsEric Engestrom2019-07-012-3/+3
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-131-1/+1
* swrast: Rename blend_func->swrast_blend_funcAlyssa Rosenzweig2019-05-101-5/+5
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-1/+5
* swrast: fix undefined shift of 1 << 31Dave Airlie2019-04-121-1/+1
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-2/+2
* 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