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: move non-generic samples validation
Timothy Arceri
2015-08-18
2
-9
/
+10
*
mesa: check samples > 0 for glTex*Multisample
Timothy Arceri
2015-08-18
1
-0
/
+5
*
mesa: Raise INVALID_VALUE from glCreateShaderProgramv if count < 0
Marta Lofstedt
2015-08-17
1
-0
/
+9
*
mesa: AtomicBufferBindings should be initialized to zero.
Marta Lofstedt
2015-08-17
1
-2
/
+2
*
mesa: fix target error checking in glGetTexLevelParameter
Tapani Pälli
2015-08-17
1
-7
/
+25
*
mesa: rename texture function now that its static
Timothy Arceri
2015-08-17
1
-31
/
+31
*
mesa: Implement glMemoryBarrierByRegion
Marta Lofstedt
2015-08-17
3
-2
/
+50
*
mesa: set correct error for non-renderable multisample textures
Tapani Pälli
2015-08-14
1
-3
/
+10
*
mesa: remove extern from texture function
Timothy Arceri
2015-08-13
2
-10
/
+1
*
mesa: update MaxShaderStorageBlockSize to 2^27
Tapani Pälli
2015-08-13
1
-1
/
+1
*
mesa: fix name returned for XFB varyings
Tapani Pälli
2015-08-13
1
-4
/
+16
*
mesa: Fix printf format specifier warn of the ptrdiff_t
Edward O'Callaghan
2015-08-13
1
-1
/
+1
*
mesa: add NV_read_{depth,stencil,depth_stencil} extensions
Rob Clark
2015-08-12
2
-9
/
+42
*
mesa/teximage: report the correct function which triggered the error
Nanley Chery
2015-08-12
1
-4
/
+4
*
mesa/formats: don't byteswap when building array formats
Oded Gabbay
2015-08-12
1
-11
/
+3
*
mesa/formats: Don't flip channels of null array formats
Jason Ekstrand
2015-08-12
1
-1
/
+2
*
mesa/formats: Fix swizzle flipping for big-endian targets
Jason Ekstrand
2015-08-12
1
-4
/
+12
*
mesa/formats: Only do byteswapping for packed formats
Jason Ekstrand
2015-08-12
1
-3
/
+3
*
mesa/format_utils: Add src_bits == dst_bits cases to unorm_to_unorm
Jason Ekstrand
2015-08-10
1
-1
/
+3
*
mesa/es3.1: Allow Multisampled FrameBufferTextures
Marta Lofstedt
2015-08-10
1
-2
/
+3
*
mesa/es3.1: Pass sample count check for multisampled textures
Marta Lofstedt
2015-08-10
1
-1
/
+4
*
mesa: clear existing swizzle info before bitwise-OR
Oded Gabbay
2015-08-09
1
-0
/
+5
*
mesa: NULL check InfoLog
Marta Lofstedt
2015-08-07
1
-2
/
+2
*
mesa: save which transform feedback buffer is associated with which stream
Marek Olšák
2015-08-06
1
-0
/
+5
*
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
[next]