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: remove unnecessary check in _mesa_init_transform_feedback_object()
Samuel Pitoiset
2017-08-25
1
-3
/
+0
*
mesa: check allocation failures in new_transform_feedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+4
*
mesa: remove unused _mesa_validate_transform_feedback_buffers()
Samuel Pitoiset
2017-08-25
2
-19
/
+0
*
mesa: remove duplicate assignments in bind_xfb_buffers()
Samuel Pitoiset
2017-08-24
1
-3
/
+0
*
mesa: fix debug/error messages in glColorMaski()
Samuel Pitoiset
2017-08-24
1
-4
/
+4
*
mesa: only expose EXT_memory_object functions if the ext is supported
Samuel Pitoiset
2017-08-22
3
-7
/
+75
*
mesa: only expose glImportMemoryFdEXT if the ext is supported
Samuel Pitoiset
2017-08-22
1
-0
/
+6
*
mesa: add UseSTD430AsDefaultPacking constant
Timothy Arceri
2017-08-22
1
-0
/
+9
*
mesa: optimize _mesa_attr_zero_aliases_vertex()
Brian Paul
2017-08-21
3
-12
/
+22
*
mesa: formatting clean-up in syncobj.c
Brian Paul
2017-08-21
1
-10
/
+13
*
mesa: Don't compare unsigned for < 0
Matt Turner
2017-08-21
1
-1
/
+1
*
mesa: only copy requested compressed teximage cubemap faces
Christoph Haag
2017-08-20
1
-2
/
+2
*
TextureStorage1D should return INVALID_OPERATION if target is not a 1D texture
Iago Toral Quiroga
2017-08-09
1
-1
/
+1
*
Update TextureParameter* error for incompatible texture targets
Iago Toral Quiroga
2017-08-09
1
-1
/
+1
*
mesa: don't error check the default buffer object
Timothy Arceri
2017-08-08
1
-11
/
+11
*
mesa: check default buffer object creation was successful
Timothy Arceri
2017-08-08
1
-0
/
+9
*
mesa: add NULL checking to free_shared_state()
Timothy Arceri
2017-08-08
2
-31
/
+65
*
fix GL_ARB_spirv_extensions name
Ilia Mirkin
2017-08-06
1
-1
/
+1
*
mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
Andres Rodriguez
2017-08-06
3
-0
/
+47
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
4
-0
/
+51
*
mesa: implement glGetUnsignedByte{v|i_v}
Andres Rodriguez
2017-08-06
1
-0
/
+174
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
2
-0
/
+4
*
mesa: hook up (Named)BufferStorageMem api
Timothy Arceri
2017-08-06
1
-20
/
+65
*
mesa/st: implement memory objects as a backend for buffer objects
Andres Rodriguez
2017-08-06
1
-0
/
+12
*
mesa: hook up memory object multisamples tex(ture)storage api
Andres Rodriguez
2017-08-06
3
-28
/
+103
*
mesa: hook up memoryobject tex(ture)storage api
Andres Rodriguez
2017-08-06
4
-32
/
+191
*
mesa: add support for memory object parameters
Andres Rodriguez
2017-08-06
2
-1
/
+53
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
5
-2
/
+229
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
7
-1
/
+550
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
1
-1
/
+1
*
mesa: init more msaa fields
Brian Paul
2017-08-03
1
-0
/
+2
*
mesa: only check errors when the state change in glLogicOp()
Samuel Pitoiset
2017-08-03
1
-27
/
+29
*
mesa: only check errors when the state change in glBlendEquationSeparateiARB()
Samuel Pitoiset
2017-08-03
1
-20
/
+22
*
mesa: add GLSL 4.60 to shading_language_version()
Samuel Pitoiset
2017-08-02
1
-0
/
+2
*
mesa: add always-false enable for GL 4.6
Samuel Pitoiset
2017-08-02
1
-2
/
+18
*
mesa: add KHR_no_error support to glPolygonMode()
Samuel Pitoiset
2017-08-02
2
-0
/
+11
*
mesa: add polygon_mode() helper
Samuel Pitoiset
2017-08-02
1
-19
/
+28
*
mesa: add KHR_no_error support to glClearBufferiv()
Samuel Pitoiset
2017-08-02
2
-0
/
+11
*
mesa: add clear_bufferiv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClearBufferuiv()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferuiv() helper
Samuel Pitoiset
2017-08-02
1
-13
/
+22
*
mesa: add KHR_no_error support to glClearBufferfi()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferi() helper
Samuel Pitoiset
2017-08-02
1
-20
/
+30
*
mesa: add KHR_no_error support to glClearBufferfv()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferfv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClear*Buffer*Data()
Samuel Pitoiset
2017-08-02
2
-0
/
+94
*
mesa: add clear_buffer_sub_data_error() helper
Samuel Pitoiset
2017-08-02
1
-17
/
+35
*
mesa: make get_texbuffer_format() global
Samuel Pitoiset
2017-08-02
2
-3
/
+5
*
mesa: add KHR_no_error support to glLinkProgram()
Samuel Pitoiset
2017-08-02
2
-0
/
+21
*
mesa: add link_program() and link_program_error() helpers
Samuel Pitoiset
2017-08-02
1
-13
/
+33
[next]