summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14swrast: replace __FUNCTION__ with __func__Marius Predut3-4/+4
2015-04-13swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner1-1/+1
2015-04-01swrast: remove unneeded #include of colormac.hBrian Paul17-17/+3
2015-03-18swrast: Use BITFIELD64_BIT for arrayAttribs.Jose Fonseca1-1/+1
2015-03-12mesa: remove _ASMAPI, ASMAPIPBrian Paul1-1/+1
2015-03-12swrast: remove _BLENDAPIBrian Paul2-16/+13
2015-03-02mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2-2/+2
2015-02-24mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul1-0/+5
2015-02-24mesa: remove logf macroBrian Paul1-0/+1
2015-02-24mesa: replace FABSF with fabsfBrian Paul3-13/+15
2015-02-24mesa: replace LOGF, EXPF with logf, expfBrian Paul2-5/+6
2015-02-24swrast: fix a few release build warningsBrian Paul2-0/+2
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner28-245/+245
2015-02-19swrast: fix multiple color buffer writingBrian Paul1-11/+14
2015-02-02swrast: Whitespace fixes.Laura Ekstrand3-12/+12
2015-02-02DD: Refactor BlitFramebuffer.Laura Ekstrand3-27/+35
2015-01-19mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli1-0/+2
2015-01-14mesa: rename RGBA8888_* format constants to something appropriate.Iago Toral Quiroga1-1/+1
2015-01-12mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez1-4/+0
2015-01-12swrast: Use _mesa_format_convert to implement draw_rgba_pixels.Iago Toral Quiroga1-4/+34
2015-01-12mesa: use format conversion functions in swrastSamuel Iglesias Gonsalvez1-1237/+122
2015-01-12mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez1-0/+13
2015-01-12swrast: Remove unused variable.Iago Toral Quiroga1-3/+0
2015-01-12mesa: Fix A1R5G5B5 packing/unpackingJason Ekstrand1-4/+4
2015-01-12mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand1-4/+4
2015-01-05mesa: create, use new _mesa_texture_base_format() functionBrian Paul1-1/+1
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul6-42/+47
2014-12-08swrast: Remove 'inline' from tex filter functions.Matt Turner1-26/+26
2014-09-17mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford2-0/+27
2014-09-17mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford2-0/+26
2014-09-17swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endianRichard Sandiford1-3/+3
2014-09-04swrast: s/INLINE/inline/Brian Paul1-1/+1
2014-08-12mesa: Add the format enums for BPTC-compressed imagesNeil Roberts1-0/+24
2014-08-04mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2-46/+18
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand3-93/+1
2014-06-17swrast: Remove unused solve_plane_recip().Matt Turner1-14/+0
2014-04-30swrast: Drop remaining use of _ReallyEnabled.Eric Anholt1-1/+1
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt3-12/+10
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt3-20/+15
2014-04-30swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt1-1/+1
2014-04-24swrast: move texture_slices() calls out of loopsBrian Paul1-4/+8
2014-04-24swrast: move null pointer check earlier in _swrast_map_teximage()Brian Paul1-6/+9
2014-04-24swrast: remove _mesa_ prefix from static functionBrian Paul1-3/+3
2014-04-24swrast: allocate swrast_texture_image::ImageSlices array if neededBrian Paul1-0/+10
2014-04-17swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
2014-04-11swrast: use macros to initialize texfetch_funcs[] tableBrian Paul1-937/+172
2014-04-11swrast: fix more fetch_texel function namesBrian Paul2-37/+37