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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/scissor: fix typos in debug names
Dave Airlie
2015-03-10
1
-2
/
+2
*
main: Add entry point for TextureBufferRange.
Laura Ekstrand
2015-03-09
3
-0
/
+51
*
main: Add check_texture_buffer_target.
Laura Ekstrand
2015-03-09
1
-11
/
+28
*
main: Add check_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-15
/
+58
*
main: Cosmetic changes for Texture Buffers.
Laura Ekstrand
2015-03-09
1
-2
/
+9
*
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2015-03-09
2
-39
/
+25
*
main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].
Laura Ekstrand
2015-03-09
1
-11
/
+12
*
main: Add utility function _mesa_lookup_bufferobj_err.
Laura Ekstrand
2015-03-09
2
-0
/
+23
*
main: Checking for cube completeness in GetCompressedTextureImage.
Laura Ekstrand
2015-03-09
1
-1
/
+10
*
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2015-03-09
2
-28
/
+133
*
main: assert(texImage) in ARB_DSA texture cube map functions.
Laura Ekstrand
2015-03-09
2
-4
/
+6
*
main: Remove redundant copy of cube map block comment in GetTextureImage.
Laura Ekstrand
2015-03-09
1
-29
/
+3
*
main: Remove redundant NumLayers checks.
Laura Ekstrand
2015-03-09
2
-27
/
+0
*
main: _mesa_cube_level_complete checks NumLayers.
Laura Ekstrand
2015-03-09
1
-0
/
+4
*
nir: Try to make sense of the nir_shader_compiler_options code.
Kenneth Graunke
2015-03-08
1
-1
/
+1
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
4
-4
/
+15
*
mesa: rename format_info.c to format_info.h
Emil Velikov
2015-03-05
2
-2
/
+2
*
mesa/main: update .gitignore
Emil Velikov
2015-03-05
1
-2
/
+0
*
mesa: remove THREADS check, printf calls in debug.c
Brian Paul
2015-03-05
1
-5
/
+0
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
11
-2
/
+11
*
mesa: include c11/threads.h in mtypes.h
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: consolidate PUBLIC macro definition
Brian Paul
2015-03-04
1
-20
/
+0
*
main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
Jason Ekstrand
2015-03-02
1
-0
/
+3
*
mesa: Correct backwards NULL check.
Matt Turner
2015-03-02
1
-1
/
+1
*
mesa: Free memory allocated for luminance in readpixels.
Matt Turner
2015-03-02
1
-0
/
+1
*
mesa: Indent break statements and add a missing one.
Matt Turner
2015-03-02
1
-5
/
+6
*
mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.h
Brian Paul
2015-03-02
1
-4
/
+0
*
mesa: remove the Elements() macro definition
Brian Paul
2015-03-02
1
-3
/
+0
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
24
-63
/
+63
*
mesa: trim down #includes in api_loopback.h
Brian Paul
2015-03-02
1
-6
/
+1
*
mesa: trim down includes of compiler.h
Brian Paul
2015-03-02
14
-21
/
+6
*
mesa: include macros.h in stencil.h
Brian Paul
2015-02-28
1
-0
/
+1
*
mesa: move finite macro to imports.h
Brian Paul
2015-02-28
2
-8
/
+8
*
mesa: remove _NORMAPI, _NORMAPIP macros
Brian Paul
2015-02-28
1
-7
/
+0
*
mesa: move FLT_MAX_EXP to c99_math.h
Brian Paul
2015-02-28
1
-4
/
+0
*
mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
Brian Paul
2015-02-28
1
-4
/
+0
*
mesa: remove unused uninitialized_var() macro
Brian Paul
2015-02-28
1
-8
/
+0
*
mesa: silence unused var warning in get_tex_rgba_uncompressed()
Brian Paul
2015-02-27
1
-1
/
+2
*
mesa: move declaration before code
Brian Paul
2015-02-27
1
-2
/
+3
*
main: Fix whitespace in teximage.c.
Laura Ekstrand
2015-02-27
1
-1
/
+1
*
mesa: restore #include stdarg.h in imports.h
Brian Paul
2015-02-27
1
-0
/
+1
*
main: Fix target checking for CompressedTexSubImage*D.
Laura Ekstrand
2015-02-26
1
-15
/
+65
*
main: Fix target checking for CopyTexSubImage*D.
Laura Ekstrand
2015-02-26
1
-8
/
+54
*
mesa: remove unused INLINE macro from compiler.h
Brian Paul
2015-02-26
1
-7
/
+0
*
mesa: don't include stdint.h in compiler.h
Brian Paul
2015-02-26
1
-6
/
+0
*
mesa: don't include math.h in compiler.h
Brian Paul
2015-02-26
2
-1
/
+1
*
mesa: trim down #includes in compiler.h
Brian Paul
2015-02-26
3
-4
/
+3
*
mesa: don't include limits.h in compiler.h
Brian Paul
2015-02-26
1
-1
/
+0
*
mesa: don't include float.h in compiler.h
Brian Paul
2015-02-26
1
-1
/
+0
*
mesa: only include ctype.h where it's used
Brian Paul
2015-02-26
1
-1
/
+0
[next]