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
*
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
*
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
-0
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-1
/
+25
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
radeon/r200: strip texture borders.
Dave Airlie
2011-11-04
1
-0
/
+2
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
1
-2
/
+1
*
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
Eric Anholt
2011-10-28
1
-10
/
+4
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
dri: Remove redundant GL_SGIS_texture_edge_clamp enables
Ian Romanick
2011-09-26
1
-1
/
+0
*
radeon: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-59
/
+39
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
1
-2
/
+0
*
radeon: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-3
/
+4
*
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
1
-0
/
+1
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
1
-0
/
+1
*
radeon: Define EXT_framebuffer_object constants to match hw.
Pauli Nieminen
2010-02-10
1
-0
/
+2
*
r100/r200/r300/r600: Set MaxCombinedTextureImageunits.
Pauli Nieminen
2010-02-07
1
-0
/
+1
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-5
/
+0
*
r100: use common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-5
/
+3
*
r100: add blit support
Alex Deucher
2010-01-18
1
-0
/
+5
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-2
/
+2
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-3
/
+3
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
1
-19
/
+0
*
r100/r200: Bring back old PolygonStripple for DRI1.
Pauli Nieminen
2009-08-28
1
-1
/
+1
*
radeon/r100/r200: actually init the OQ support properly
Dave Airlie
2009-08-26
1
-0
/
+1
*
radeon: add r100 OQ support with kms.
Dave Airlie
2009-08-26
1
-0
/
+21
*
radeon: Fix all compiler warnings.
Pauli Nieminen
2009-08-25
1
-0
/
+1
*
radeon: enable GL_NV_texture_rectangle under dri2.
Dave Airlie
2009-07-11
1
-1
/
+1
*
radeon: fix hw texture limits
Roland Scheidegger
2009-06-25
1
-4
/
+3
*
radeon/r200: add some hw texture limits
Dave Airlie
2009-06-25
1
-1
/
+4
[next]