summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: fix active attribs with atifragshaderMiklós Máté2016-08-111-1/+2
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-1/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-051-1/+1
* swrast: Avoid aliasing violation.Matt Turner2016-07-261-2/+2
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* swrast: Convert swrast to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-2/+2
* swrast: Add texfetch_funcs entries for astc 3d formatsAnuj Phogat2016-05-031-1/+22
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-2/+2
* swrast: fix discarded const warning in s_texture.cBrian Paul2016-03-221-1/+1
* swrast: Move assert for 'slice' in to check_map_teximageAnuj Phogat2016-03-211-1/+1
* swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin2016-03-051-0/+5
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* swrast: move two global defines to the only place where they are usedMiklós Máté2015-12-171-0/+2
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+4
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+12
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-021-7/+7
* swrast: add a new macro, FETCH_COMPRESSEDNanley Chery2015-08-261-198/+41
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-261-1/+31
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* swrast: fix EXT_depth_bounds_testMarek Olšák2015-08-141-2/+12
* swrast: Avoid double promotion.Matt Turner2015-07-2913-50/+50
* swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()Brian Paul2015-07-211-28/+28
* mesa/swrast: Use global function _mesa_regions_overlap()Anuj Phogat2015-06-291-13/+3
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* swrast: Fix rgba_draw_pixels with GL_COLOR_INDEXIago Toral Quiroga2015-05-041-3/+26
* Fix a few typosZoë Blade2015-04-271-1/+1
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-143-4/+4
* swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner2015-04-131-1/+1
* 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