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: handle no-op cases sooner in _mesa_[Client]ActiveTexture()
Brian Paul
2015-08-06
1
-10
/
+10
*
mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0
Eduardo Lima Mitev
2015-08-05
1
-47
/
+69
*
mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal format
Eduardo Lima Mitev
2015-08-05
1
-9
/
+9
*
mesa: Validate target before resolving tex obj in glTex(ture)SubImageXD
Eduardo Lima Mitev
2015-08-05
1
-15
/
+14
*
mesa: Fix errors values returned by glShaderBinary()
Eduardo Lima Mitev
2015-08-05
1
-3
/
+14
*
mesa: do not modify args when errors with GetProgramResourceName
Tapani Pälli
2015-08-05
1
-6
/
+0
*
mesa: Use _mesa_lroundevenf() in some more places.
Matt Turner
2015-08-04
1
-2
/
+2
*
mesa: Replace F_TO_I() with _mesa_lroundevenf().
Matt Turner
2015-08-03
5
-42
/
+17
*
mesa: fix type for array indexing validation
Timothy Arceri
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow multisampled textures for GLES 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+2
*
mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLE
Marta Lofstedt
2015-08-03
1
-1
/
+3
*
mesa/es3.1: Allow enable of GL_SAMPLE_MASK
Marta Lofstedt
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLE
Marta Lofstedt
2015-08-03
2
-3
/
+3
*
mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODE
Marta Lofstedt
2015-08-03
1
-1
/
+3
*
mesa/es3.1: Allow GL_SAMPLE_MASK
Marta Lofstedt
2015-08-03
1
-1
/
+1
*
mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+3
*
mesa: remove now unused _mesa_get_uniform_location
Timothy Arceri
2015-07-30
2
-79
/
+0
*
mesa: remove now unused subscript validations
Timothy Arceri
2015-07-30
2
-108
/
+0
*
mesa: fix and simplify resource query for arrays
Timothy Arceri
2015-07-30
5
-92
/
+106
*
Delete unused functions in format parser
Anuj Phogat
2015-07-29
1
-7
/
+0
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-11
/
+0
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
13
-47
/
+47
*
mesa: Use floats for viewport bounds.
Matt Turner
2015-07-29
2
-8
/
+8
*
mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1
Marta Lofstedt
2015-07-29
2
-1
/
+9
*
mesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1
Marta Lofstedt
2015-07-29
2
-10
/
+16
*
mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
Marta Lofstedt
2015-07-29
2
-2
/
+10
*
mesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
Marta Lofstedt
2015-07-29
2
-6
/
+14
*
mesa/es3.1: enable GL_ARB_shader_atomic_counters for GLES 3.1
Marta Lofstedt
2015-07-29
2
-9
/
+17
*
mesa/es3.1: enable GL_ARB_shader_image_load_store for GLES 3.1
Marta Lofstedt
2015-07-29
2
-6
/
+17
*
mesa/es3.1: Add ES 3.1 handling to get.c and get_hash_generator.py
Marta Lofstedt
2015-07-29
2
-5
/
+12
*
mesa: Return INVALID_ENUM in glClearBufferiv() when buffer is not color or st...
Eduardo Lima Mitev
2015-07-29
1
-0
/
+12
*
mesa: fix error checking for getting zero-sized texture images
Ilia Mirkin
2015-07-24
1
-9
/
+9
*
mesa: Fix typo in a comment
Anuj Phogat
2015-07-24
1
-1
/
+1
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
2
-14
/
+17
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-07-24
2
-0
/
+22
*
mesa: Add a helper function _mesa_unpack_format_to_base_format()
Anuj Phogat
2015-07-24
2
-0
/
+47
*
mesa: Turn get_readpixels_transfer_ops() in to a global function
Anuj Phogat
2015-07-24
2
-7
/
+15
*
mesa: minor clean-ups in shaderapi.c
Brian Paul
2015-07-23
1
-7
/
+10
*
mesa: fix _mesa_error() compiler warnings in shaderapi.c
Brian Paul
2015-07-23
1
-33
/
+33
*
mesa: do more thorough target checking in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-26
/
+40
*
mesa: another target fix in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-1
/
+8
*
mesa: simplify format check in compressed_subtexture_target_check()
Brian Paul
2015-07-23
1
-14
/
+10
*
mesa: initialize variables to silence compiler warnings
Brian Paul
2015-07-23
2
-3
/
+3
*
mesa: rearrange texture error checking order
Ilia Mirkin
2015-07-23
1
-13
/
+13
*
mesa: adjust error message when there's a missing teximage
Ilia Mirkin
2015-07-23
1
-2
/
+1
*
mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() calls
Eduardo Lima Mitev
2015-07-23
1
-1
/
+2
*
mesa: fill out the ARB_shader_subroutine APIs
Dave Airlie
2015-07-23
2
-3
/
+451
*
program_resource: add subroutine support (v3.1)
Dave Airlie
2015-07-23
2
-22
/
+179
*
mesa/mtypes: add gl_subroutine_function and uniform storage to shader (v2)
Dave Airlie
2015-07-23
1
-0
/
+28
*
mesa: add function to check if shader subroutines are enabled.
Dave Airlie
2015-07-23
1
-0
/
+9
[next]