i965: Add handling for fp16 configs
[mesa.git] / src / mesa / drivers / dri / nouveau /
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()
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-12 Marek Olšákmesa: add MaxNumLevels to gl_texture_image, remove...
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-03 Matt Turnerdri drivers: Link dricommon before dynamic libraries
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/nouveau
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_blit define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_object define.
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-24 Brian Paulmesa: add texture target field to ChooseTextureFormat...
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-01 Pauli Nieminennouveau: Add support for ARB_sampler_objects
2012-07-24 Brian Paulnouveau: include glformats.h to get missing prototype
2012-06-27 Brian Paulmesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-12 Ben Skeggsnouveau/vieux: finish != flush, how about we do that..
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Marek Olšákmesa: move gl_client_array*[] from vbo_draw_func into...
2012-05-02 Viktor Novotnýdri/nv10-nv20: Add support for S3TC
2012-05-02 Viktor Novotnýdri/nouveau: Add general support for compressed formats.
2012-05-01 Brian Paulnouveau: use _mesa_is_winsys/user_fbo() helpers
2012-04-13 Ben Skeggsnouveau: rework and simplify nv04/nv05 driver a bit
2012-04-13 Ben Skeggsnouveau/vieux: switch to libdrm_nouveau-2.0
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-06 nobleddri/nouveau: don't use nested functions
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-27 Eric Anholtnouveau: Fix missing dri common symbols after automake...
2012-01-26 Brian Paulnouveau: include s_context.h to silence missing prototy...
2012-01-24 Brian Paulnouveau: stop calling ctx->Driver.Map/UnmapTexture()
next