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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove unneeded #include of texfetch.h
Brian Paul
2011-09-08
1
-1
/
+0
*
mesa: use _mesa_unpack_float_z_row in get_tex_depth()
Brian Paul
2011-09-08
1
-5
/
+7
*
mesa: use ctx->Driver.GetTexImage() to decompress base texture image
Brian Paul
2011-09-08
1
-42
/
+43
*
mesa: handle compressed images in get_tex_rgba()
Brian Paul
2011-09-08
1
-58
/
+106
*
mesa: new _mesa_decompress_image() function
Brian Paul
2011-09-08
2
-0
/
+91
*
mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()
Brian Paul
2011-09-08
2
-0
/
+71
*
mesa: add new pixel format unpacking code
Brian Paul
2011-09-08
2
-0
/
+1543
*
gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
Adam Jackson
2011-09-08
1
-1
/
+2
*
Define INLINE macro in terms of inline.
José Fonseca
2011-09-08
1
-15
/
+16
*
varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-07
1
-4
/
+11
*
mesa: whitespace fixes, just to be consistent
Brian Paul
2011-09-06
1
-2
/
+7
*
mesa: put _mesa_ prefix on vert_result_to_frag_attrib()
Brian Paul
2011-09-06
1
-4
/
+4
*
mesa: fix vert_result_to_frag_attrib() parameter type
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: s/inline/INLINE/ to fix MSVC build
Brian Paul
2011-09-06
1
-2
/
+2
*
mesa: Remove support for unpacking from client memory to color-index pixels
Ian Romanick
2011-09-06
1
-40
/
+12
*
mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_exists
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: Remove GL_COLOR_INDEX from base format assertions
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: Remove unused struct gl_color_table
Ian Romanick
2011-09-06
2
-20
/
+0
*
mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}
Ian Romanick
2011-09-06
2
-270
/
+0
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
3
-36
/
+2
*
mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...
Ian Romanick
2011-09-06
1
-23
/
+0
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
13
-817
/
+27
*
Refactor code that converts between gl_vert_result and gl_frag_attrib.
Paul Berry
2011-09-06
1
-2
/
+43
*
mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)
Dave Airlie
2011-09-06
1
-7
/
+38
*
mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-06
2
-0
/
+111
*
glapi: regen API files for new extension
Dave Airlie
2011-09-06
3
-5298
/
+6030
*
mesa: add a UniformBooleanTrue option
Bryan Cain
2011-09-05
2
-1
/
+10
*
mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)
Marek Olšák
2011-09-02
1
-1
/
+23
*
mesa: fix broken store_texel() functions
Brian Paul
2011-08-31
2
-39
/
+64
*
mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.
Bryan Cain
2011-08-31
1
-5
/
+1
*
mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
Brian Paul
2011-08-31
1
-1
/
+1
*
mesa: bump max program local params, max uniforms limit
Brian Paul
2011-08-31
1
-2
/
+2
*
mesa: Fix glGetUniform() type conversions.
Eric Anholt
2011-08-30
1
-58
/
+79
*
mesa: update multisample state on _NEW_BUFFERS
Christoph Bumiller
2011-08-30
1
-1
/
+1
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
8
-156
/
+5
*
mesa: Convert texture debug dump function to using MapTextureImage().
Brian Paul
2011-08-29
2
-44
/
+52
*
mesa: Convert texstore.c to accessing textures using MapTextureImage.
Brian Paul
2011-08-29
1
-107
/
+231
*
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
2
-10
/
+4
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
4
-11
/
+11
*
mapi: Commit generated files modified by previous commit
Ian Romanick
2011-08-26
2
-3638
/
+3643
*
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2011-08-24
2
-0
/
+5
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
7
-54
/
+33
*
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
1
-3
/
+1
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
2
-4
/
+3
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
2
-5
/
+3
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
2
-5
/
+4
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
2
-4
/
+4
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
7
-23
/
+14
[next]