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
*
subroutines: handle explicit indexes properly
Dave Airlie
2016-05-23
2
-4
/
+13
*
mesa/subroutines: fix reset on bindpipeline
Dave Airlie
2016-05-23
2
-1
/
+7
*
mesa/subroutines: count number subroutines properly.
Dave Airlie
2016-05-23
2
-2
/
+3
*
mesa/subroutines: don't generate error in GetSubroutineIndex.
Dave Airlie
2016-05-23
1
-1
/
+0
*
arb_shader_subroutine: check active subroutine limit
Dave Airlie
2016-05-23
1
-0
/
+5
*
mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)
Dave Airlie
2016-05-23
1
-0
/
+5
*
mesa: Unlock mutex on error path.
Matt Turner
2016-05-22
1
-0
/
+1
*
mesa: Call TransformFeedback driver hooks before setting flags.
Kenneth Graunke
2016-05-20
1
-5
/
+5
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
9
-50
/
+78
*
hash: Add _mesa_HashRemoveLocked() function.
Matt Turner
2016-05-20
2
-4
/
+17
*
mesa: fclose() filename on error.
Matt Turner
2016-05-18
1
-1
/
+5
*
mesa: Don't advertise GLES 3.1 without compute support
Daniel Scharrer
2016-05-18
1
-1
/
+2
*
mesa/version.c: enable cull distance in version check.
Dave Airlie
2016-05-17
1
-1
/
+1
*
mesa/main: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
5
-1
/
+22
*
mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT
Dave Airlie
2016-05-11
1
-1
/
+1
*
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
[next]