summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-0117-17/+3
* swrast: Use BITFIELD64_BIT for arrayAttribs.Jose Fonseca2015-03-181-1/+1
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-121-1/+1
* swrast: remove _BLENDAPIBrian Paul2015-03-122-16/+13
* mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-022-2/+2
* mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul2015-02-241-0/+5
* mesa: remove logf macroBrian Paul2015-02-241-0/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-243-13/+15
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-242-5/+6
* swrast: fix a few release build warningsBrian Paul2015-02-242-0/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-2328-245/+245
* swrast: fix multiple color buffer writingBrian Paul2015-02-191-11/+14
* swrast: Whitespace fixes.Laura Ekstrand2015-02-023-12/+12
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-023-27/+35
* mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli2015-01-191-0/+2
* mesa: rename RGBA8888_* format constants to something appropriate.Iago Toral Quiroga2015-01-141-1/+1
* mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez2015-01-121-4/+0
* swrast: Use _mesa_format_convert to implement draw_rgba_pixels.Iago Toral Quiroga2015-01-121-4/+34
* mesa: use format conversion functions in swrastSamuel Iglesias Gonsalvez2015-01-121-1237/+122
* mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez2015-01-121-0/+13
* swrast: Remove unused variable.Iago Toral Quiroga2015-01-121-3/+0
* mesa: Fix A1R5G5B5 packing/unpackingJason Ekstrand2015-01-121-4/+4
* mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand2015-01-121-4/+4
* mesa: create, use new _mesa_texture_base_format() functionBrian Paul2015-01-051-1/+1
* swrast: use new _mesa_base_tex_image() helperBrian Paul2015-01-056-42/+47
* swrast: Remove 'inline' from tex filter functions.Matt Turner2014-12-081-26/+26
* mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford2014-09-172-0/+27
* mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford2014-09-172-0/+26
* swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford2014-09-171-3/+3
* swrast: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-121-0/+24
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-042-46/+18
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-303-93/+1
* swrast: Remove unused solve_plane_recip().Matt Turner2014-06-171-14/+0
* swrast: Drop remaining use of _ReallyEnabled.Eric Anholt2014-04-301-1/+1
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-303-12/+10
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-303-20/+15
* swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt2014-04-301-1/+1
* swrast: move texture_slices() calls out of loopsBrian Paul2014-04-241-4/+8
* swrast: move null pointer check earlier in _swrast_map_teximage()Brian Paul2014-04-241-6/+9
* swrast: remove _mesa_ prefix from static functionBrian Paul2014-04-241-3/+3
* swrast: allocate swrast_texture_image::ImageSlices array if neededBrian Paul2014-04-241-0/+10
* swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* swrast: use macros to initialize texfetch_funcs[] tableBrian Paul2014-04-111-937/+172
* swrast: fix more fetch_texel function namesBrian Paul2014-04-112-37/+37
* swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes2014-04-102-3/+16
* swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul2014-04-071-182/+261
* swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul2014-04-071-457/+10
* swrast: rename texture fetch functions (pt. 7)Brian Paul2014-04-072-38/+38
* swrast: rename texture fetch functions (pt. 6)Brian Paul2014-04-072-83/+83