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: add a context-independent variant of _mesa_override_gl_version
Marek Olšák
2014-08-11
2
-10
/
+23
*
mesa: make _mesa_init_constants context-independent and public
Marek Olšák
2014-08-11
2
-101
/
+104
*
mesa: make _mesa_init_extensions context-independent
Marek Olšák
2014-08-11
3
-6
/
+6
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
4
-6
/
+6
*
mesa: make _mesa_override_glsl_version context-independent
Marek Olšák
2014-08-11
3
-4
/
+5
*
mesa: add helper _mesa_is_format_etc2
Marek Olšák
2014-08-11
2
-0
/
+28
*
mesa: add missing GLAPIENTRY in copyimage.c
Brian Paul
2014-08-11
1
-1
/
+1
*
mesa: Add GL API support for ARB_copy_image
Jason Ekstrand
2014-08-11
8
-20
/
+445
*
mesa: simplify _mesa_update_draw_buffers()
Brian Paul
2014-08-11
1
-7
/
+2
*
mesa: fix assertion in _mesa_drawbuffers()
Brian Paul
2014-08-11
1
-2
/
+3
*
mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
2
-21
/
+25
*
mesa: define and use ALL_TYPE_BITS in varray.c code
Brian Paul
2014-08-11
1
-16
/
+17
*
mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.c
Brian Paul
2014-08-11
1
-2
/
+2
*
mesa: Fold _mesa_uniform_merge_location_offset into its only caller
Ian Romanick
2014-08-07
3
-48
/
+3
*
mesa: Fold _mesa_uniform_split_location_offset into its only caller
Ian Romanick
2014-08-07
2
-22
/
+6
*
mesa: Use MAX2 to calculate maximum uniform element
Ian Romanick
2014-08-07
1
-3
/
+1
*
mesa: Have validate_uniform_parameters return the gl_uniform_storage pointer
Ian Romanick
2014-08-07
1
-31
/
+30
*
mesa: Drop USE_IEEE define.
Matt Turner
2014-08-07
3
-43
/
+4
*
mesa: Group gl_system_value values by the stage where they exist
Ian Romanick
2014-08-07
1
-7
/
+25
*
mesa/formats: Fix the size of ETC2_SRGB8_PUNCHTHROUGH_ALPHA1
Jason Ekstrand
2014-08-06
1
-1
/
+1
*
mesa/formats: Use the correct swizzle parameter for the 11-bit EAC formats
Jason Ekstrand
2014-08-06
1
-4
/
+4
*
mesa include stdint.h in formats.h
Brian Paul
2014-08-05
1
-0
/
+1
*
mesa/texstore: Add a generic rgba integer texture upload path
Jason Ekstrand
2014-08-05
1
-479
/
+73
*
mesa/texstore: Add a generic float/normalized rgba texture upload path
Jason Ekstrand
2014-08-05
1
-1906
/
+98
*
mesa/texstore: Use _mesa_swizzle_and_convert when possible
Jason Ekstrand
2014-08-05
1
-15
/
+171
*
main/texstore: Split texture storage into three functions
Jason Ekstrand
2014-08-05
1
-71
/
+100
*
mesa/format_utils: Add a function to convert a mesa_format to an array format
Jason Ekstrand
2014-08-05
2
-0
/
+111
*
mesa/format_utils: Add a general format conversion function
Jason Ekstrand
2014-08-05
2
-0
/
+911
*
mesa/imports: Add a _mesa_half_is_negative helper function
Jason Ekstrand
2014-08-05
1
-0
/
+5
*
mesa/formats: Add layout and swizzle information
Jason Ekstrand
2014-08-05
3
-0
/
+86
*
mesa/formats: Remove IndexBits
Jason Ekstrand
2014-08-05
2
-3
/
+2
*
mesa/formats: Autogenerate the format_info structure from a CSV file
Jason Ekstrand
2014-08-05
2
-1738
/
+2
*
mesa/main: Add python code to generate the format_info structure
Jason Ekstrand
2014-08-05
1
-0
/
+181
*
mesa: Add python to parse the formats CSV file
Jason Ekstrand
2014-08-05
1
-0
/
+521
*
mesa: Add a format description CSV file
Jason Ekstrand
2014-08-05
1
-0
/
+282
*
mesa: make vertex array type error checking a little more efficient
Brian Paul
2014-08-05
2
-30
/
+59
*
mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formats
Anuj Phogat
2014-08-04
1
-0
/
+1
*
mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+15
*
mesa: Add utility function _mesa_is_enum_format_unorm()
Anuj Phogat
2014-08-04
2
-0
/
+74
*
mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...
Anuj Phogat
2014-08-04
1
-18
/
+29
*
mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+46
*
mesa: Add a helper function _mesa_is_enum_format_unsized()
Anuj Phogat
2014-08-04
2
-0
/
+59
*
mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3
Anuj Phogat
2014-08-04
1
-0
/
+11
*
mesa: Add utility function _mesa_is_enum_format_snorm()
Anuj Phogat
2014-08-04
2
-0
/
+40
*
mesa: Fix condition for using compressed internalformat in glCompressedTexIma...
Anuj Phogat
2014-08-04
1
-1
/
+8
*
mesa: Add error condition for using compressed internalformat in glTexStorage...
Anuj Phogat
2014-08-04
1
-0
/
+18
*
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2014-08-04
2
-6
/
+9
*
mesa: Fix error condition for valid texture targets in glTexStorage* functions
Anuj Phogat
2014-08-04
1
-0
/
+7
*
mesa: Do not list inactive block members as active
Ian Romanick
2014-08-04
1
-6
/
+26
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
5
-139
/
+79
[prev]
[next]