2019-02-21 |
Alejandro Piñeiro | nir, glsl: move pixel_center_integer/origin_upper_left... |
tree | commitdiff |
2018-11-02 |
Gert Wollny | mesa/core: Add definitions and translations for EXT_tex... |
tree | commitdiff |
2018-10-11 |
Illia Iorin | mesa: Fix pack_uint_Z_FLOAT32() |
tree | commitdiff |
2018-08-28 |
Sagar Ghuge | mesa: Add support for AMD_depth_clamp_separate |
tree | commitdiff |
2018-07-28 |
Brian Paul | swrast: fix crash in AA line code when there's no texture |
tree | commitdiff |
2018-07-27 |
Fritz Koenig | mesa: GL_MESA_framebuffer_flip_y extension [v4] |
tree | commitdiff |
2018-04-12 |
Marek Olšák | mesa: include mtypes.h less |
tree | commitdiff |
2018-02-13 |
Marek Olšák | mesa: separate legacy stuff from gl_texture_unit into... |
tree | commitdiff |
2018-02-04 |
Marek Olšák | mesa: change ctx->Color.ColorMask into a 32-bit bitmask |
tree | commitdiff |
2018-01-17 |
Brian Paul | mesa: remove unneeded #includes of main/compiler.h |
tree | commitdiff |
2017-11-09 |
Brian Paul | mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes |
tree | commitdiff |
2017-10-10 |
Eric Anholt | mesa: Add X1B5G5R5 along with A1B5G5R5. |
tree | commitdiff |
2017-06-21 |
Marek Olšák | mesa: replace VP/FP/ATIfs _Enabled flags with helper... |
tree | commitdiff |
2017-06-21 |
Marek Olšák | mesa: replace _mesa_update_stencil() with helper functions |
tree | commitdiff |
2017-04-18 |
Timothy Arceri | mesa: rename _mesa_add_renderbuffer* functions |
tree | commitdiff |
2017-04-10 |
Timothy Arceri | swrast: take ownership rather than adding reference... |
tree | commitdiff |
2017-04-07 |
Timothy Arceri | mesa: fix renderbuffer leak |
tree | commitdiff |
2016-11-17 |
Timothy Arceri | st/mesa/r200/i915/i965: move ARB program fields into... |
tree | commitdiff |
2016-10-26 |
Timothy Arceri | r200/glsl/st/mesa: use common outputs written field |
tree | commitdiff |
2016-10-26 |
Timothy Arceri | r200/i915/st/mesa/compiler: use common inputs read... |
tree | commitdiff |
2016-10-26 |
Timothy Arceri | st/mesa/r200/i915/i965: eliminate gl_fragment_program |
tree | commitdiff |
2016-10-26 |
Timothy Arceri | i965/mesa/st/swrast: set fs shader_info directly and... |
tree | commitdiff |
2016-08-11 |
Miklós Máté | swrast: fix active attribs with atifragshader |
tree | commitdiff |
2016-08-05 |
Jason Ekstrand | util: Move format_r11g11b10f.h to src/util |
tree | commitdiff |
2016-08-05 |
Jason Ekstrand | util: Move format_rgb9e5.h to src/util |
tree | commitdiff |
2016-07-26 |
Matt Turner | swrast: Avoid aliasing violation. |
tree | commitdiff |
2016-06-16 |
Mathias Fröhlich | mesa: Rename CoordReplaceBits back to CoordReplace. |
tree | commitdiff |
2016-06-16 |
Mathias Fröhlich | swrast: Convert swrast to use CoordsReplaceBits. |
tree | commitdiff |
2016-05-03 |
Anuj Phogat | swrast: Add texfetch_funcs entries for astc 3d formats |
tree | commitdiff |
2016-03-25 |
Jason Ekstrand | Merge remote-tracking branch 'public/master' into vulkan |
tree | commitdiff |
2016-03-24 |
Bas Nieuwenhuizen | mesa: replace gl_context->Multisample._Enabled with... |
tree | commitdiff |
2016-03-22 |
Brian Paul | swrast: fix discarded const warning in s_texture.c |
tree | commitdiff |
2016-03-21 |
Anuj Phogat | swrast: Move assert for 'slice' in to check_map_teximage |
tree | commitdiff |
2016-03-15 |
Jason Ekstrand | Merge remote-tracking branch 'public/master' into vulkan |
tree | commitdiff |
2016-03-06 |
Ilia Mirkin | swrast: fix GL_ANY_SAMPLES_PASSED values in Result |
tree | commitdiff |
2016-03-02 |
Kenneth Graunke | Merge remote-tracking branch 'origin/master' into vulkan |
tree | commitdiff |
2016-03-01 |
Matt Turner | program: Remove condition-code and precision support. |
tree | commitdiff |
2016-01-21 |
Kristian Høgsberg... | Merge remote-tracking branch 'jekstrand/wip/i965-unifor... |
tree | commitdiff |
2015-12-28 |
Jason Ekstrand | Merge remote-tracking branch 'mesa-public/master' into... |
tree | commitdiff |
2015-12-17 |
Miklós Máté | swrast: move two global defines to the only place where... |
tree | commitdiff |
2015-10-01 |
Kristian Høgsberg... | Merge branch 'master' of ../mesa into vulkan |
tree | commitdiff |
2015-09-01 |
Dave Airlie | mesa/formats: 8-bit channel integer formats addition |
tree | commitdiff |
2015-09-01 |
Dave Airlie | mesa/formats: add some formats from GL3.3 |
tree | commitdiff |
2015-09-01 |
Dave Airlie | mesa: fix SwapBytes handling in numerous places |
tree | commitdiff |
2015-08-31 |
Jason Ekstrand | Merge remote-tracking branch 'mesa-public/master' into... |
tree | commitdiff |
2015-08-26 |
Nanley Chery | swrast: add a new macro, FETCH_COMPRESSED |
tree | commitdiff |
2015-08-26 |
Nanley Chery | mesa/formats: define the 2D ASTC formats |
tree | commitdiff |
2015-08-26 |
Jason Ekstrand | Merge remote-tracking branch 'mesa-public/master' into... |
tree | commitdiff |
2015-08-25 |
Nanley Chery | mesa/formats: remove compressed formats from matching... |
tree | commitdiff |
2015-08-17 |
Jason Ekstrand | Merge remote-tracking branch 'mesa-public/master' into... |
tree | commitdiff |
2015-08-14 |
Marek Olšák | swrast: fix EXT_depth_bounds_test |
tree | commitdiff |
2015-07-29 |
Matt Turner | swrast: Avoid double promotion. |
tree | commitdiff |
2015-07-22 |
Brian Paul | swrast: remove unneeded & operators in _swrast_choose_t... |
tree | commitdiff |
2015-06-29 |
Anuj Phogat | mesa/swrast: Use global function _mesa_regions_overlap() |
tree | commitdiff |
2015-06-26 |
Connor Abbott | Merge branch 'wip/nir-vtn' into vulkan |
tree | commitdiff |
2015-06-24 |
Jason Ekstrand | Merge remote-tracking branch 'mesa-public/master' into... |
tree | commitdiff |
2015-05-14 |
Laura Ekstrand | main: Rename framebuffer renderbuffer software fallback. |
tree | commitdiff |
2015-05-04 |
Iago Toral Quiroga | swrast: Fix rgba_draw_pixels with GL_COLOR_INDEX |
tree | commitdiff |
2015-04-27 |
Zoë Blade | Fix a few typos |
tree | commitdiff |
2015-04-14 |
Marius Predut | swrast: replace __FUNCTION__ with __func__ |
tree | commitdiff |
2015-04-13 |
Matt Turner | swrast: Mark MAX_GLUINT literal with u suffix. |
tree | commitdiff |
2015-04-01 |
Brian Paul | swrast: remove unneeded #include of colormac.h |
tree | commitdiff |
2015-03-18 |
Jose Fonseca | swrast: Use BITFIELD64_BIT for arrayAttribs. |
tree | commitdiff |
2015-03-12 |
Brian Paul | mesa: remove _ASMAPI, ASMAPIP |
tree | commitdiff |
2015-03-12 |
Brian Paul | swrast: remove _BLENDAPI |
tree | commitdiff |
2015-03-02 |
Brian Paul | mesa/swrast: replace Elements() with ARRAY_SIZE() |
tree | commitdiff |
2015-02-25 |
Brian Paul | mesa: remove MAX_GLUSHORT, move MAX_GLUINT |
tree | commitdiff |
2015-02-24 |
Brian Paul | mesa: remove logf macro |
tree | commitdiff |
2015-02-24 |
Brian Paul | mesa: replace FABSF with fabsf |
tree | commitdiff |
2015-02-24 |
Brian Paul | mesa: replace LOGF, EXPF with logf, expf |
tree | commitdiff |
2015-02-24 |
Brian Paul | swrast: fix a few release build warnings |
tree | commitdiff |
2015-02-23 |
Matt Turner | mesa: Use assert() instead of ASSERT wrapper. |
tree | commitdiff |
2015-02-19 |
Brian Paul | swrast: fix multiple color buffer writing |
tree | commitdiff |
2015-02-02 |
Laura Ekstrand | swrast: Whitespace fixes. |
tree | commitdiff |
2015-02-02 |
Laura Ekstrand | DD: Refactor BlitFramebuffer. |
tree | commitdiff |
2015-01-19 |
Tapani Pälli | mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV |
tree | commitdiff |
2015-01-14 |
Iago Toral Quiroga | mesa: rename RGBA8888_* format constants to something... |
tree | commitdiff |
2015-01-12 |
Samuel Iglesias... | mesa: restrict use of GL_ABGR_EXT format to allowed... |
tree | commitdiff |
2015-01-12 |
Iago Toral Quiroga | swrast: Use _mesa_format_convert to implement draw_rgba... |
tree | commitdiff |
2015-01-12 |
Samuel Iglesias... | mesa: use format conversion functions in swrast |
tree | commitdiff |
2015-01-12 |
Samuel Iglesias... | mesa/formats: add new mesa formats and their pack/unpac... |
tree | commitdiff |
2015-01-12 |
Iago Toral Quiroga | swrast: Remove unused variable. |
tree | commitdiff |
2015-01-12 |
Jason Ekstrand | mesa: Fix A1R5G5B5 packing/unpacking |
tree | commitdiff |
2015-01-12 |
Jason Ekstrand | mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM |
tree | commitdiff |
2015-01-05 |
Brian Paul | mesa: create, use new _mesa_texture_base_format() function |
tree | commitdiff |
2015-01-05 |
Brian Paul | swrast: use new _mesa_base_tex_image() helper |
tree | commitdiff |
2014-12-09 |
Matt Turner | swrast: Remove 'inline' from tex filter functions. |
tree | commitdiff |
2014-09-17 |
Richard Sandiford | mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8... |
tree | commitdiff |
2014-09-17 |
Richard Sandiford | mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB} |
tree | commitdiff |
2014-09-17 |
Richard Sandiford | swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big... |
tree | commitdiff |
2014-09-04 |
Brian Paul | swrast: s/INLINE/inline/ |
tree | commitdiff |
2014-08-12 |
Neil Roberts | mesa: Add the format enums for BPTC-compressed images |
tree | commitdiff |
2014-08-04 |
Jason Ekstrand | mesa/main: Use the RGB <-> sRGB conversion functions... |
tree | commitdiff |
2014-06-30 |
Jason Ekstrand | Remove the ATI_envmap_bumpmap extension |
tree | commitdiff |
2014-06-17 |
Matt Turner | swrast: Remove unused solve_plane_recip(). |
tree | commitdiff |
2014-04-30 |
Eric Anholt | swrast: Drop remaining use of _ReallyEnabled. |
tree | commitdiff |
2014-04-30 |
Eric Anholt | mesa: Replace use of _ReallyEnabled as a boolean with... |
tree | commitdiff |
2014-04-30 |
Eric Anholt | mesa: Drop _EnabledUnits. |
tree | commitdiff |
2014-04-30 |
Eric Anholt | swrast: Just use _EnabledCoordUnits for figuring out... |
tree | commitdiff |
2014-04-24 |
Brian Paul | swrast: move texture_slices() calls out of loops |
tree | commitdiff |
next |