Android: clean-up and fix DRI module path handling
[mesa.git] / src / mesa / drivers / dri / nouveau /
2016-01-03 Ilia Mirkinnouveau: fix double-const qualifier
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-02 Ilia Mirkinnouveau: set MaxDrawBuffers to the same value as MaxCol...
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-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...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-10 Brian Paulmesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_...
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-23 Emil Velikovdrivers/dri: explicitly set __DRI2flushExtension members
2014-02-13 Ilia Mirkinnouveau: fix chipset checks for nv1a by using the oclas...
2014-02-11 Emil Velikovdri/nouveau: Pass the API into _mesa_initialize_context
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-02 Brian Paulmesa: remove target param from ctx->Driver.TexParameter()
2014-01-29 Siavash Eliasinouveau: Use gl_constants::MinMapBufferAlignment as...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: GL_EXT_framebuffer_blit is not optional
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-15 Ilia Mirkinnouveau: add framebuffer validation callback
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-11-25 Christoph Bumillermesa: add indirect drawing buffer parameter to draw...
2013-11-08 Ian Romanickmesa/dri: Move context flag validation down into the...
2013-11-08 Ian Romanickmesa/dri: Add basic plumbing for GLX_ARB_robustness...
2013-11-05 Ian Romanicknouveau: Use _NEW_SCISSOR instead of hooking through...
2013-11-05 Ian Romanicknouveau: Use _NEW_VIEWPORT instead of hooking through...
2013-11-04 Francisco Jerezdri/nouveau: Fix nouveau_init_screen2 breakage.
2013-10-24 Eric Anholtnouveau: Build the driver into the shared mesa_dri_driv...
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-06 Ilia Mirkindri/nouveau: add AllocTextureImageBuffer implementation
2013-10-01 Emil Velikovmesa/drivers: drop HAVE_*_DRI from individual makefiles
2013-09-23 Eric Anholtmesa: Use -Bsymbolic in the linker to locally resolve...
2013-07-30 Marek Olšákmesa: default DEPTH_TEXTURE_MODE should be RED in the...
2013-06-28 Ian Romanickmesa: GL_NV_blend_square is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-05-17 Eric Anholtmesa: Make FinishRenderTexture just take the renderbuff...
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-15 Chris Forbesnouveau: Use accessor for stencil reference values
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-06 Eric Anholtmesa: Make Mesa core set up wrapped texture renderbuffe...
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-04-30 Eric Anholtnouveau: Replace swrast_texture_image->Map usage with...
2013-04-30 Eric Anholtnouveau: Just use MapTextureImage instead of duplicatin...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-07 Jan de Grootdri/nouveau: fix crash in nouveau_flush
2013-03-05 Marcin Slusarzdri/nouveau: NV17_3D class is not available for NV1a...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-02 Paul Berrymesa: Fix error reporting in _mesa_invalidate_pbo_...
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-12-01 Marek Olšákglx/dri2: add and use new driver hook flush_with_flags
2012-12-01 Brian Paulnouveau: Fix build.
2012-11-30 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
next