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: move software texel fetch code into swrast
Brian Paul
2011-09-17
4
-3444
/
+0
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
3
-11
/
+1
*
mesa: implement unpack_SIGNED_GR1616 in format_unpack.c
Brian Paul
2011-09-17
1
-1
/
+5
*
mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
Brian Paul
2011-09-17
1
-1
/
+1
*
mesa: fix error handling for dlist image unpacking
Brian Paul
2011-09-15
1
-1
/
+14
*
mesa: add missing ')' in error message
Brian Paul
2011-09-15
1
-1
/
+1
*
uniforms: accept all int/unsigned int sampler types in uniform checks.
Dave Airlie
2011-09-15
1
-0
/
+22
*
mesa: minor clean-up on _mesa_unclamped_float_rgba_to_ubyte()
Brian Paul
2011-09-14
1
-1
/
+7
*
mesa: white space, comment fixes in mtypes.h
Brian Paul
2011-09-14
1
-7
/
+14
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
2
-7
/
+8
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
6
-68
/
+54
*
mesa/pack: don't apply transfer operations to integer format buffers. (v3)
Dave Airlie
2011-09-13
1
-0
/
+23
*
mesa: fix more valgrind warnings
Marek Olšák
2011-09-10
1
-2
/
+4
*
mesa: fix a valgrind warning
Marek Olšák
2011-09-10
1
-1
/
+1
*
nvprogram: Silence "warning: unused parameter ‘ctx’"
Ian Romanick
2011-09-09
2
-2
/
+2
*
mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"
Ian Romanick
2011-09-09
1
-0
/
+1
*
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
[next]