summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
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
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