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 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
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
2
-91
/
+5
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
21
-1279
/
+6
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
7
-6
/
+7
*
mesa: Add missing atomic buffer bindings and unbindings
Aditya Atluri
2014-08-01
1
-0
/
+31
*
main/get_hash_params: Add GL_SAMPLE_SHADING_ARB
Jason Ekstrand
2014-07-29
1
-0
/
+1
*
glapi: add indexed blend functions (GL 4.0)
Tapani Pälli
2014-07-28
1
-5
/
+5
*
main/cs: Add additional compute shader constant values
Jordan Justen
2014-07-27
2
-0
/
+18
*
Add an accelerated version of F_TO_I for x86_64
Jason Ekstrand
2014-07-24
1
-1
/
+5
*
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Ilia Mirkin
2014-07-24
1
-12
/
+0
*
mesa: Fix the name in the error message
Ian Romanick
2014-07-23
1
-1
/
+1
*
texstore: Add a generic implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
2
-0
/
+79
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
3
-1
/
+271
*
teximage: Add utility func for format/internalFormat compatibility check
Neil Roberts
2014-07-23
1
-21
/
+38
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
5
-0
/
+32
*
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
2014-07-21
1
-0
/
+15
*
main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
Jason Ekstrand
2014-07-18
1
-1
/
+1
*
glsl: add a mechanism to allow #extension directives in the middle of shaders
Marek Olšák
2014-07-18
1
-0
/
+5
*
mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...
Pavel Popov
2014-07-18
1
-8
/
+8
*
mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...
Ian Romanick
2014-07-15
1
-2
/
+7
*
mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile
Ian Romanick
2014-07-15
1
-0
/
+2
*
mesa: Handle uninitialized textures like other textures in get_tex_level_para...
Ian Romanick
2014-07-15
1
-5
/
+6
[next]