index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: remove left over dead code
Eric Engestrom
2018-01-23
1
-6
/
+0
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
1
-8
/
+4
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
1
-0
/
+1
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
1
-8
/
+2
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+1
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
Kenneth Graunke
2017-07-17
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-05-31
1
-1
/
+0
*
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
2015-10-08
1
-2
/
+2
*
radeon,r200: allow hyperz for radeon DRM module v2
Emil Velikov
2015-07-22
1
-7
/
+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
-26
/
+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
*
radeon: 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
*
radeon: 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
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-1
/
+1
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-1
/
+0
*
radeon: Sort list of enabled extensions
Ian Romanick
2013-12-20
1
-6
/
+5
*
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
*
radeon: 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
-8
/
+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: 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
*
radeon: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-9
/
+9
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
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
-4
/
+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
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-7
/
+15
[next]