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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-0
/
+7
*
radeon / r200: Don't pass unused parameters to radeon_viewport
Ian Romanick
2013-11-05
3
-3
/
+8
*
radeon: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
2013-10-24
9
-24
/
+131
*
dri: Move driver config options to dri driver extensions.
Eric Anholt
2013-10-24
1
-7
/
+12
*
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
2
-14
/
+3
*
mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
2013-10-01
1
-3
/
+0
*
mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.
Eric Anholt
2013-09-23
1
-1
/
+1
*
dri: Choose a decent global driNConfigOptions.
Eric Anholt
2013-08-17
1
-4
/
+1
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
1
-1
/
+1
*
mesa: Remove unused allow_large_textures driconf from classic drivers.
Eric Anholt
2013-06-28
2
-12
/
+2
*
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
*
radeon: Remove gratuitous custom framebuffer resize code.
Eric Anholt
2013-06-25
1
-31
/
+0
*
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
2013-06-25
2
-4
/
+0
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-3
/
+3
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
1
-3
/
+2
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-10
/
+7
*
radeon: Remove dead radeon_wrap_texture().
Eric Anholt
2013-05-17
1
-30
/
+0
*
mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
Eric Anholt
2013-05-17
1
-4
/
+6
*
radeon: Use accessor for stencil reference values
Chris Forbes
2013-05-15
1
-1
/
+3
*
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
2
-2
/
+2
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
1
-14
/
+0
*
build: remove unused API_DEFINES
Andreas Boll
2013-05-01
1
-1
/
+0
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
4
-113
/
+3
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-8
/
+5
*
swrast: Reuse _swrast_free_texture_image_buffer from drivers.
Eric Anholt
2013-04-30
1
-8
/
+1
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
1
-13
/
+2
*
radeon: Remove some dead teximage mapping code.
Eric Anholt
2013-04-30
2
-52
/
+0
*
radeon: Add missing swrast field initialization.
Eric Anholt
2013-04-30
1
-0
/
+3
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
1
-9
/
+0
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
1
-8
/
+8
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
5
-5
/
+0
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
1
-4
/
+7
*
mesa: remove DD_TRI_UNFILLED flag
Brian Paul
2013-04-17
2
-5
/
+14
*
mesa: remove DD_SEPARATE_SPECULAR flag
Brian Paul
2013-04-17
2
-2
/
+4
*
radeon: Remove dead STANDALONE_MMIO defines
Matt Turner
2013-02-11
2
-3
/
+0
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
1
-2
/
+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
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
1
-0
/
+1
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
[next]