i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.
[mesa.git] / src / mesa / drivers / dri / radeon /
2014-04-30 Eric Anholtradeon: Drop the remaining driver usage of _ReallyEnabled.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Drop dead last_ReallyEnabled fields from drivers.
2014-04-28 Emil Velikovdri/radeon: use a const __DRIextension array
2014-04-28 Emil Velikovdrivers/dri: cleanup dri extension instantiation
2014-03-05 Brian Paulmesa: remove remaining uses of _glthread_GetID()
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-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-02-02 Brian Paulradeon: use _mesa_get_current_tex_object() in radeonSet...
2014-02-01 Brian Paulradeon: move driContextSetFlags(ctx) call after ctx...
2014-01-29 Siavash Eliasiradeon / r200: Use gl_constants::MinMapBufferAlignment...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
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-27 Ian Romanickradeon: Enable GL_EXT_framebuffer_blit
2014-01-27 Ian Romanickradeon / r200: Pass the API into _mesa_initialize_context
2014-01-23 Ian Romanickradeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
2014-01-23 Ian Romanickradeon / r200: Remove unused 'dostate' parameter
2014-01-23 Ian Romanickradeon / r200: Fix 'empty body' warning
2014-01-23 Ian Romanickradeon / r200: Fix incompatible pointer type warning
2014-01-21 Matt Turnermesa: rename PreferDP4 to OptimizeForAOS.
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Scissor
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::DepthRange
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2014-01-15 Ian Romanickradeon: Remove dead code
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2013-12-21 Mark Muellermesa: inline r200 radeon texture format macros to facil...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-21 Ian Romanickradeon: Sort list of enabled extensions
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-11-25 Chris Forbesradeon: change last instance of DEBUG_IOCTL to use...
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 Romanickradeon / r200: Don't pass unused parameters to radeon_v...
2013-10-24 Eric Anholtradeon: Build the driver into the shared mesa_dri_drive...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-21 Rico Schüllerradeon: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
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-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-07-30 Marek Olšákmesa: default DEPTH_TEXTURE_MODE should be RED in the...
2013-06-28 Eric Anholtmesa: Remove unused allow_large_textures driconf from...
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-06-26 Eric Anholtradeon: Remove gratuitous custom framebuffer resize...
2013-06-26 Eric Anholtmesa: Remove the Initialized field from framebuffers.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
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-17 Eric Anholtradeon: Remove dead radeon_wrap_texture().
2013-05-17 Eric Anholtmesa: Make gl_renderbuffers backed by EGL images use...
2013-05-15 Chris Forbesradeon: Use accessor for stencil reference values
2013-05-12 Kenneth Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
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 Anholtswrast: Always use MapTextureImage for mapping textures...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-30 Eric Anholtswrast: Reuse _swrast_free_texture_image_buffer from...
2013-04-30 Eric Anholtswrast: Move ImageOffsets allocation to shared code.
2013-04-30 Eric Anholtradeon: Remove some dead teximage mapping code.
2013-04-30 Eric Anholtradeon: Add missing swrast field initialization.
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-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-04-19 Eric Anholtmesa: Use quotes on bool driconf options to prevent...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-17 Brian Paulmesa: remove DD_TRI_LIGHT_TWOSIDE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_UNFILLED flag
2013-04-17 Brian Paulmesa: remove DD_SEPARATE_SPECULAR flag
2013-02-12 Matt Turnerradeon: Remove dead STANDALONE_MMIO defines
2013-02-08 Paul BerryConsolidate some redundant definitions of ARRAY_SIZE...
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-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-03 smokiradeon/r200: Fix tcl culling
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-12-06 Stefan Dösingerradeon: Initialize swrast before setting limits
2012-12-01 Marek Olšákglx/dri2: add and use new driver hook flush_with_flags
2012-12-01 Vinson Leeradeon: Fix memory leak in radeonCreateScreen2.
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...
next