index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Remove our custom _mesa_store_compressed_texsubimage2d().
Eric Anholt
2011-08-29
1
-83
/
+33
*
mesa: Convert texstore.c to accessing textures using MapTextureImage.
Brian Paul
2011-08-29
1
-107
/
+231
*
nouveau: Add MapTextureImage() implementation.
Eric Anholt
2011-08-29
1
-0
/
+81
*
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
8
-146
/
+52
*
swrast: Add implementation of MapTextureImage/UnmapTextureImage.
Brian Paul
2011-08-29
4
-0
/
+126
*
intel: Add implementation of MapTextureImage/UnmapTextureImage.
Eric Anholt
2011-08-29
3
-2
/
+92
*
st/mesa: Add implementation of MapTextureImage.
Brian Paul
2011-08-29
1
-0
/
+45
*
mesa: Add driver hooks for texture image mapping/unmapping.
Brian Paul
2011-08-29
1
-0
/
+19
*
mesa: Don't check for image->Data when freeing an image's contents.
Eric Anholt
2011-08-29
3
-12
/
+5
*
Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
2
-4
/
+5
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
17
-27
/
+27
*
glsl_to_tgsi: remove unused code
Marek Olšák
2011-08-27
2
-80
/
+0
*
mapi: Commit generated files modified by previous commit
Ian Romanick
2011-08-26
2
-3638
/
+3643
*
mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm
Ian Romanick
2011-08-26
9
-2036
/
+1
*
mesa/tnl_dd: Remove unused header file t_dd_vbtmp.h
Ian Romanick
2011-08-26
2
-676
/
+1
*
mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h
Ian Romanick
2011-08-26
3
-440
/
+4
*
mesa: Remove support for BeOS
Ian Romanick
2011-08-26
3
-1783
/
+0
*
dri: Remove unused header files mmx.h and spantmp.h
Ian Romanick
2011-08-26
2
-885
/
+0
*
dri: Remove driRenderbuffer::backBuffer field
Ian Romanick
2011-08-26
1
-8
/
+0
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
225
-85774
/
+2
*
mesa: Remove obsolete Windows gldirect and ICD drivers
Ian Romanick
2011-08-26
60
-35854
/
+2
*
mesa: Remove obsolete linux-fbdev software driver
Ian Romanick
2011-08-26
2
-864
/
+0
*
mesa: Remove stray, unused file
Ian Romanick
2011-08-26
1
-58
/
+0
*
i965: Factor our source lists into Makefile.sources
Chad Versace
2011-08-26
2
-127
/
+136
*
i965: Remove all bits of NRM3 and NRM4 code
Ian Romanick
2011-08-25
1
-31
/
+0
*
Merge branch 'kasanen-post-process-v2'
Brian Paul
2011-08-25
2
-0
/
+90
|
\
|
*
driconf: Add the PP descriptions
Lauri Kasanen
2011-08-19
2
-0
/
+90
*
|
glsl_to_tgsi: add TXF support. (v2)
Dave Airlie
2011-08-25
1
-3
/
+7
*
|
glsl_to_tgsi: implement TXS/TXQ. (v2)
Dave Airlie
2011-08-25
1
-9
/
+18
*
|
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
|
Change return type of try_emit_* methods to bool.
Kai Wasserbäch
2011-08-25
2
-9
/
+9
*
|
vbo: remove unused var, remove unneeded local var
Brian Paul
2011-08-24
1
-4
/
+1
*
|
swrast: Remove swrast eject/validate texture image code.
Brian Paul
2011-08-24
1
-79
/
+0
*
|
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
|
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
4
-23
/
+17
*
|
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
9
-51
/
+34
*
|
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2011-08-24
2
-0
/
+5
*
|
x11: add missing comma to fix compilation
Brian Paul
2011-08-24
1
-1
/
+1
*
|
i965: Only map the necessary buffer range in brw_prepare_indices
Ian Romanick
2011-08-23
1
-3
/
+2
*
|
tnl: Only map the necessary buffer range in bind_indices
Ian Romanick
2011-08-23
1
-5
/
+21
*
|
mesa: Only map the necessary buffer range in vbo_get_minmax_index
Ian Romanick
2011-08-23
1
-4
/
+19
*
|
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
24
-267
/
+123
*
|
radeon: Hack up an implementation of MapBufferRange
Ian Romanick
2011-08-23
1
-0
/
+33
*
|
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
2
-6
/
+2
*
|
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
5
-8
/
+6
*
|
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
Ian Romanick
2011-08-23
1
-1
/
+3
*
|
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
6
-11
/
+7
*
|
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
7
-10
/
+6
*
|
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
6
-8
/
+5
[next]