i965: Add handling for fp16 configs
[mesa.git] / src / mesa / drivers / dri / nouveau /
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-02 Erik Faye-Lundmeson: lift driver-collection out into parent build...
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-04-15 Dylan BakerDelete autotools
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-21 Mathias Fröhlichnouveau: Use gl_array_attribute::_ElementSize.
2018-10-17 Neil RobertsFix setting indent-tabs-mode in the Emacs .dir-locals...
2018-08-07 Chad Versacedri: Add param driCreateConfigs(mutable_render_buffer)
2018-07-27 Fritz Koenigmesa: GL_MESA_framebuffer_flip_y extension [v4]
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-17 Timothy Arcerimesa: merge the driver functions DrawBuffers and DrawBuffer
2018-03-31 Mathias Fröhlichvbo: Move vbo_split into the tnl module.
2018-03-31 Mathias Fröhlichvbo: Readd the arrays argument to the legacy draw methods.
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-02-13 Marek Olšákmesa: separate legacy stuff from gl_texture_unit into...
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-01 Mathias Fröhlichmesa: Use defines for the aliased material array attrib...
2018-01-30 Marek Olšákmesa: replace GLenum with GLenum16 in common structures...
2018-01-26 Ian Romanicknouveau: Remove no-op nvgl_logicop_func function
2018-01-26 Ian Romanickmesa: Pass the translated color logic op dd_function_ta...
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Paulnouveau: remove vbo_context() call
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-10-26 Dylan Bakermeson: build nouveau vieux driver
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-03 Matt Turnermesa: Drop Mesa_DXTn from gl_context
2017-09-21 Ilia Mirkinnv20: Enable ARB_texture_border_clamp
2017-09-21 Ian Romanicknv20: Fix GL_CLAMP
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-07-17 Kenneth Graunkedri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
2017-07-14 Grigori Goronzydri: Add KHR_no_error DRI extension
2017-06-21 Marek Olšákmesa: don't update draw buffer bounds in _mesa_update_state
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-08 Timothy Arcerimesa: inline vbo_exec_invalidate_state() and call from...
2017-06-08 Timothy Arcerimesa: stop passing state bitfield to UpdateState()
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-10 Timothy Arcerinouveau: take ownership rather than adding reference...
2017-01-13 Boyan Dingnouveau: Unify the style of function pointer calls...
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-08-30 Ilia Mirkinnouveau: make color/depth bpp match for pre-nv10 chips
2016-08-30 Ilia Mirkinnouveau: always enable at least one RC
2016-08-30 Ilia Mirkinnouveau: allow NV3x's to be used with nouveau_vieux
2016-08-26 Ian Romanicknouveau: Enable EXT_texture_env_dot3 on NV10 and NV20
2016-08-26 Ian Romanicknouveau: Fix non-1x post-scale factor with DOT3 combiner
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-06-16 Mathias Fröhlichnouveau: Use bitmask/ffs to iterate enabled lights
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-03 Ilia Mirkinnouveau: fix double-const qualifier
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-22 Ben Skeggsnouveau: enable use of new kernel interfaces
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-02 Ilia Mirkinnouveau: set MaxDrawBuffers to the same value as MaxCol...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-10 Ilia Mirkinnouveau: no need to do tnl wakeup, state updates are...
2015-08-06 Marek Olšákvbo: pass the stream from DrawTransformFeedbackStream...
2015-07-01 Ilia Mirkinnouveau: rename var name for nouveau_vieux to avoid...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-09 Francisco Jerezdri/nouveau: Include simple_list.h explicitly in nv...
2015-05-14 Laura Ekstrandmain: Rename framebuffer renderbuffer software fallback.
2015-03-05 Brian Paulnouveau: include stdio.h where needed
2015-03-02 Brian Paulnouveau: replace Elements() with ARRAY_SIZE()
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Eric Anholtmesa: Use u_math.h from macros.h
2015-02-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-02-03 Ilia Mirkinmesa: add support for GL_EXT_polygon_offset_clamp
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2014-12-12 Matt Turnernouveau: Add headers to distribution.
2014-12-12 Matt Turnernouveau: Alphabetize source list.
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-10-14 Ilia Mirkinnouveau: 3d textures are unsupported, limit 3d levels...
2014-09-26 Ilia Mirkinnouveau: fix glCompressedTexImage
2014-09-13 Ilia Mirkinnouveau: check for mesa context init failure
2014-09-13 Ilia Mirkinnouveau: avoid leaking screen on initialization fail
2014-09-13 Ilia Mirkinnouveau: change internal variables to avoid conflicts...
2014-09-12 Ilia Mirkinnouveau: only enable stencil func if the visual has...
2014-09-12 Ilia Mirkinnouveau: only enable the depth test if there actually...
2014-08-16 Ilia Mirkinnouveau: don't keep stale pointer to free'd data
2014-08-16 Ilia Mirkinnouveau: make sure to invalidate any vbo state as well
2014-08-15 Emil Velikovdri/nouveau: add GLX_MESA_query_renderer support
2014-08-14 Ilia Mirkinnouveau: force luminance clear colors to have the same...
2014-08-13 Ilia Mirkinnouveau: only try to get new storage if there are any...
2014-08-13 Ilia Mirkinnouveau: add emacs dir-locals file for tabs/8-space...
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-05-02 Fredrik Höglundmesa: Add a texUnit parameter to dd_function_table...
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-28 Emil Velikovdrivers/dri: cleanup dri extension instantiation
2014-04-08 Iago Toral Quirogatnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
next