dri: Choose a decent global driNConfigOptions.
[mesa.git] / src / mesa / drivers / dri / radeon /
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...
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-15 Eric Anholtr200: Remove support for software-only NV_vertex_program.
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-05 Brian Paulradeon/r200: remove use of gl_context::DriverCtx field
2012-10-05 Brian Paulradeon/r200: make radeon_context subclass of gl_context
2012-10-03 Matt Turnerdri drivers: Link dricommon before dynamic libraries
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/radeon
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_blit define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_OES_EGL_image define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_object define.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulradeon: fix free/FREE mistake
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
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-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
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 Nieminenradeon&r200: Add support for ARB_sampler_objects
2012-08-01 Pauli Nieminenradeon: Fix printf format not to warn in 64bit
2012-08-01 Roland Scheideggerradeon/r200: get rid of some unneeded cliprect/scissor...
2012-08-01 Roland Scheideggerradeon/r200: fix bogus clears
2012-08-01 Roland Scheideggerradeon/r200: fix bogus assert/scissor wrt width/height...
2012-07-27 Brian Paulradeon: fix 'sowftware' typo
2012-07-26 Brian Paulradeon: fix Base/base typo
2012-07-26 Brian Paulradeon: set swrast_renderbuffer::ColorType field when...
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 glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulradeon: use _mesa_is_winsys/user_fbo() helpers
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-12 Brian Paulradeon: remove use of DD_FLATSHADE
2012-03-12 Brian Paulradeon/r200: remove ClearColor driver functions
2012-03-12 Brian Paulradeon/r200: remove ClearDepth() and ClearStencil(...
2012-03-12 Brian Paulradeon/r200: remove hyperz/fast clear testing code
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-10 Alex Deucherradeon: build fix after 9d9111108eadd65708899284b1cfa9c...
2012-01-30 Matt TurnerRename R300_NO_TCL envvar to RADEON_NO_TCL
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-27 Eric Anholtradeon: Fix missing dri common symbols after automake...
2012-01-24 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
next