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: Additional SSO validation using program_interface_query data
Ian Romanick
2016-05-26
1
-0
/
+176
*
mesa: Track the additional data in gl_shader_variable
Ian Romanick
2016-05-26
1
-0
/
+32
*
mesa: Move robustness code to main/robustness.c
Kristian Høgsberg Kristensen
2016-05-26
2
-136
/
+165
*
mesa: 80-column wrapping for _context_lost_GetSynciv()
Brian Paul
2016-05-25
1
-2
/
+2
*
mesa: add GLAPIENTRY to new _context_lost_X functions
Brian Paul
2016-05-25
1
-2
/
+2
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
6
-2
/
+104
*
mesa: Silence unused parameter warnings
Ian Romanick
2016-05-24
1
-11
/
+6
*
mesa: log buffer ID numbers in decimal, not hexadecimal
Brian Paul
2016-05-24
1
-2
/
+2
*
mesa: use enum name in bind_buffer_object() error message
Brian Paul
2016-05-24
1
-1
/
+2
*
mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profile
Brian Paul
2016-05-24
1
-1
/
+11
*
mesa: remove separate enable for KHR_robust_buffer_access_behavior
Ilia Mirkin
2016-05-23
2
-2
/
+1
*
mesa: add view classes for 3d astc formats
Ilia Mirkin
2016-05-23
1
-2
/
+26
*
glsl: add EXT_clip_cull_distance support based on ARB_cull_distance
Ilia Mirkin
2016-05-23
1
-0
/
+1
*
main: Add extension enable bits for KHR_robust_buffer_access_behavior
Jason Ekstrand
2016-05-23
2
-0
/
+2
*
glsl: Add an option to clamp block indices when lowering UBO/SSBOs
Jason Ekstrand
2016-05-23
1
-0
/
+3
*
mesa/teximage: fix GL_FLOAT in comment
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
glsl: make max array trackers ints and use -1 as base. (v2)
Dave Airlie
2016-05-24
1
-3
/
+3
*
mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry
Ilia Mirkin
2016-05-23
1
-2
/
+2
*
mesa: allow xfb to be active in GLES when geometry shader is enabled.
Ilia Mirkin
2016-05-23
1
-2
/
+4
*
main: check driver float texture support before upgrading to 16F/32F
Ilia Mirkin
2016-05-23
1
-28
/
+33
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
3
-0
/
+3
*
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
[prev]
[next]