| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon,r200: allow hyperz for radeon DRM module v2 | Emil Velikov | 2015-07-22 | 1 | -8/+2 |
* | radeon,r200: remove unused variable texmicrotile | Emil Velikov | 2015-07-22 | 1 | -3/+0 |
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | dri/radeon: cleanup the radeon_context vtbl | Emil Velikov | 2014-08-21 | 1 | -24/+0 |
* | mesa: move ShaderCompilerOptions into gl_constants | Marek Olšák | 2014-08-11 | 1 | -1/+1 |
* | radeon,r200: fix buffer validation after CS flush | Marek Olšák | 2014-08-09 | 1 | -0/+1 |
* | mesa: GL_ARB_half_float_pixel is not optional | Ian Romanick | 2014-02-11 | 1 | -1/+0 |
* | r200: move driContextSetFlags(ctx) call after ctx var is initialized | Brian Paul | 2014-01-31 | 1 | -2/+3 |
* | mesa: GL_EXT_framebuffer_blit is not optional | Ian Romanick | 2014-01-27 | 1 | -1/+0 |
* | r200: Enable GL_EXT_framebuffer_blit | Ian Romanick | 2014-01-27 | 1 | -0/+1 |
* | radeon / r200: Pass the API into _mesa_initialize_context | Ian Romanick | 2014-01-27 | 1 | -1/+1 |
* | radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE | Ian Romanick | 2014-01-23 | 1 | -1/+1 |
* | mesa: rename PreferDP4 to OptimizeForAOS. | Matt Turner | 2014-01-21 | 1 | -1/+1 |
* | i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project". | José Fonseca | 2014-01-20 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -6/+6 |
* | mesa: GL_EXT_packed_depth_stencil is not optional | Ian Romanick | 2013-12-20 | 1 | -1/+0 |
* | r200: Sort list of enabled extensions | Ian Romanick | 2013-12-20 | 1 | -16/+10 |
* | dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context | Kristian Høgsberg | 2013-12-13 | 1 | -0/+2 |
* | mesa/dri: Move context flag validation down into the drivers | Ian Romanick | 2013-11-07 | 1 | -3/+4 |
* | mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy | Ian Romanick | 2013-11-07 | 1 | -0/+6 |
* | r200: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | dri: Move API version validation into dri/common. | Eric Anholt | 2013-10-10 | 1 | -14/+0 |
* | mesa: Remove unused allow_large_textures driconf from classic drivers. | Eric Anholt | 2013-06-28 | 1 | -7/+0 |
* | mesa: GL_NV_blend_square is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_fog_coord is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_secondary_color is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_framebuffer_object is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: Remove Driver.GetBufferSize and its callers. | Eric Anholt | 2013-06-25 | 1 | -1/+0 |
* | mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions. | Kenneth Graunke | 2013-05-12 | 1 | -1/+1 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Use a single flag for the S3TC extensions that don't require on-line co... | Ian Romanick | 2013-01-23 | 1 | -1/+2 |
* | mesa: Make the drivers call a non-code-generated dispatch table setup. | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | drivers: compute version and then initialize exec table | Jordan Justen | 2012-12-16 | 1 | -0/+6 |
* | r200: Initialize swrast before setting limits | Stefan Dösinger | 2012-12-06 | 1 | -10/+9 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | r200: Remove support for software-only NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -3/+0 |
* | radeon/r200: make radeon_context subclass of gl_context | Brian Paul | 2012-10-05 | 1 | -3/+3 |
* | mesa: remove FEATURE_OES_EGL_image define. | Oliver McFadden | 2012-09-15 | 1 | -3/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers | Ian Romanick | 2012-08-29 | 1 | -2/+0 |
* | dri: Pass API_OPENGL_CORE through to the drivers | Ian Romanick | 2012-08-13 | 1 | -7/+15 |
* | mesa: Replace VersionMajor/VersionMinor with a Version field. | Eric Anholt | 2012-08-07 | 1 | -3/+1 |
* | radeon: share common fog code between radeon and r200 | Alex Deucher | 2012-01-17 | 1 | -1/+2 |
* | dri2: Add plumbing to get context version requirements and flags to drivers | Ian Romanick | 2012-01-02 | 1 | -1/+24 |
* | dri: unify __DRIscreenRec | George Sapountzis | 2011-11-04 | 1 | -1/+1 |
* | radeon/r200: strip texture borders. | Dave Airlie | 2011-11-04 | 1 | -0/+2 |