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/objectlabel: don't return info on genned but never bound textures.
Dave Airlie
2016-05-10
1
-1
/
+1
*
mesa: don't use genned but unnamed xfb objects.
Dave Airlie
2016-05-10
2
-1
/
+14
*
mesa/compute: Fix indirect dispatch buffer size check on 32-bit systems
Jordan Justen
2016-05-09
1
-1
/
+1
*
mesa/shader_query: add missing subroutines cases
Dave Airlie
2016-05-09
1
-0
/
+13
*
mesa/main: fix another undefined left shift
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
mesa/main: define _NEW_xxx flags as unsigned shifts
Nicolai Hähnle
2016-05-07
1
-30
/
+30
*
mesa/ubo: add missing compute cases for ubo/atomic buffers
Dave Airlie
2016-05-05
1
-0
/
+6
*
mesa/compute: drop pointless casts.
Dave Airlie
2016-05-05
1
-3
/
+3
*
mesa: remove null check before free
Thomas Hindoe Paaboel Andersen
2016-05-05
2
-4
/
+2
*
mesa: include texture format in glGenerateMipmap error message
Brian Paul
2016-05-04
1
-1
/
+2
*
main: uses casts to silence some _mesa_debug() format warnings
Brian Paul
2016-05-04
1
-4
/
+6
*
mesa/main: handle double uniform matrices properly
Juan A. Suarez Romero
2016-05-04
1
-1
/
+1
*
mesa/objectlabel: handle NULL src string
Mark Janes
2016-05-03
1
-3
/
+4
*
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
2016-05-03
1
-0
/
+80
*
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
2016-05-03
1
-0
/
+29
*
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
2016-05-03
1
-2
/
+4
*
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
2016-05-03
1
-3
/
+13
*
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
2016-05-03
1
-0
/
+32
*
mesa: Add the missing defines for GL_OES_texture_compression_astc
Anuj Phogat
2016-05-03
1
-0
/
+23
*
mesa: Align the values of #define's in glheader.h
Anuj Phogat
2016-05-03
1
-29
/
+29
*
mesa: Add OES_texture_compression_astc to extension table and gl_extensions
Anuj Phogat
2016-05-03
2
-0
/
+2
*
mesa: Add entries for astc 3d formats initializing struct gl_format_info
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Add mesa formats for astc 3d formats
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Account for block depth in _mesa_format_image_size()
Anuj Phogat
2016-05-03
1
-21
/
+23
*
mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstore
Anuj Phogat
2016-05-03
1
-3
/
+3
*
mesa: Handle 3d block sizes in teximage error checks
Anuj Phogat
2016-05-03
1
-6
/
+13
*
mesa: Handle 3d block sizes in getteximage error checks
Anuj Phogat
2016-05-03
1
-4
/
+17
*
mesa: Add an assert for BlockDepth in _mesa_get_format_block_size()
Anuj Phogat
2016-05-03
1
-0
/
+3
*
mesa: Add a helper function to query 3D block sizes
Anuj Phogat
2016-05-03
2
-0
/
+25
*
mesa: Add block depth field in struct gl_format_info
Anuj Phogat
2016-05-03
4
-274
/
+279
*
mesa/copyimage: make sure number of samples match.
Dave Airlie
2016-05-03
1
-0
/
+14
*
mesa/objectlabel: don't do memcpy if bufSize is 0 (v2)
Dave Airlie
2016-05-03
1
-0
/
+5
*
mesa/textureview: move error checks up higher
Dave Airlie
2016-05-03
1
-24
/
+26
*
mesa: add LOCATION_COMPONENT support to GetProgramResourceiv
Timothy Arceri
2016-05-01
2
-0
/
+15
*
glShaderSource must not change compile status.
Jamey Sharp
2016-05-01
1
-1
/
+0
*
mesa: simplify _mesa_Lightfv
Thomas Faller
2016-04-29
1
-10
/
+0
*
mesa: Fix indirect draw buffer size check on 32-bit systems.
Kenneth Graunke
2016-04-28
1
-1
/
+1
*
mesa: improve comment on _mesa_check_disallowed_mapping(), return bool
Brian Paul
2016-04-28
1
-2
/
+8
*
mesa: Try to fix CopyTex[Sub]Image of stencil textures.
Kenneth Graunke
2016-04-26
1
-2
/
+3
*
mesa: Disallow CopyTexSubImage on stencil formats in ES.
Kenneth Graunke
2016-04-26
1
-0
/
+9
*
mesa/main: removing double semi-colons
Jakob Sinclair
2016-04-26
2
-2
/
+2
*
glsl: add ability to use essl 3.20
Ilia Mirkin
2016-04-25
2
-0
/
+2
*
main: select ES3.2 version when all extensions are available
Ilia Mirkin
2016-04-25
1
-1
/
+17
*
mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM
Jordan Justen
2016-04-25
1
-0
/
+2
*
mesa/formats: Take luminance into account in component count
Topi Pohjolainen
2016-04-23
1
-0
/
+1
*
mesa/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexI...
Nanley Chery
2016-04-15
1
-5
/
+5
*
mesa: Change an error code in glSamplerParameterI[iu]v().
Kenneth Graunke
2016-04-12
1
-4
/
+6
*
mesa: Expose the ARB_robust_buffer_access_behavior extension.
Bas Nieuwenhuizen
2016-04-12
3
-1
/
+3
*
main: rework the compatibility check of visuals in glXMakeCurrent
Miklós Máté
2016-04-12
1
-30
/
+12
*
mesa: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-1
/
+1
[next]