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
*
radeon: Remove the non-libdrm kernel memory manager support.
Eric Anholt
2011-10-28
4
-455
/
+1
*
radeon: Insist on libdrm being present to build.
Eric Anholt
2011-10-28
2
-97
/
+2
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
2
-32
/
+0
*
radeon: Drop some remaining DRI1 vblank support code.
Eric Anholt
2011-10-28
3
-58
/
+0
*
radeon: Simplify cliprects computation now that there's just 1.
Eric Anholt
2011-10-28
3
-69
/
+15
*
radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).
Eric Anholt
2011-10-28
1
-54
/
+38
*
radeon: Drop the legacy BO manager code.
Eric Anholt
2011-10-28
4
-985
/
+0
*
radeon: Drop the DRI1 zero-copy TFP code.
Eric Anholt
2011-10-28
3
-52
/
+0
*
radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.
Eric Anholt
2011-10-28
4
-456
/
+0
*
radeon: Drop dri2 checks now that it's always true.
Eric Anholt
2011-10-28
10
-333
/
+0
*
radeon: Drop the DRI1 swapbuffers implementation.
Eric Anholt
2011-10-28
3
-294
/
+0
*
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
Eric Anholt
2011-10-28
13
-711
/
+112
*
radeon: Unifdef RADEON_R300 and RADEON_R600.
Eric Anholt
2011-10-28
3
-636
/
+6
*
radeon: Delete DRI1 screen init code and thus support for !kernel_mm.
Eric Anholt
2011-10-28
1
-495
/
+5
*
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
Eric Anholt
2011-10-28
1
-3
/
+3
*
radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.
Eric Anholt
2011-10-28
1
-10
/
+1
*
radeon: Remove dead swrast renderbuffer setup code.
Eric Anholt
2011-10-28
1
-29
/
+20
*
radeon: remove unnecessary #includes of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-7
/
+7
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
2
-4
/
+5
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
3
-64
/
+49
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-2
/
+10
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-49
/
+1
*
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
*
radeon: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
4
-83
/
+0
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
3
-41
/
+9
*
dri: Remove redundant GL_SGIS_texture_edge_clamp enables
Ian Romanick
2011-09-26
1
-1
/
+0
*
radeon: use _mesa_unclamped_float_rgba_to_ubyte()
Brian Paul
2011-09-20
2
-3
/
+3
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
radeon: make radeon_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
5
-32
/
+43
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+8
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-4
/
+1
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-5
/
+6
*
radeon: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-59
/
+39
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-1
/
+0
*
radeon: Add MapTextureImage() implementation.
Eric Anholt
2011-08-29
1
-0
/
+77
*
radeon: Refactor the common texture hook setup to common code.
Eric Anholt
2011-08-29
3
-27
/
+40
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
3
-5
/
+5
*
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-31
/
+1
*
radeon: Hack up an implementation of MapBufferRange
Ian Romanick
2011-08-23
1
-0
/
+33
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
[next]