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/mtypes: repack gl_shader_program_data.
Dave Airlie
2017-09-06
1
-3
/
+3
*
mesa/mtypes: reorganise gl_shader
Dave Airlie
2017-09-06
1
-4
/
+5
*
mesa/mtypes: repack display list structs.
Dave Airlie
2017-09-06
1
-3
/
+2
*
mesa/mtypes: reduce size of gl_sync_object.
Dave Airlie
2017-09-06
1
-1
/
+1
*
mesa/mtypes: reorg vertex/fragment program state.
Dave Airlie
2017-09-06
1
-6
/
+6
*
mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.
Dave Airlie
2017-09-06
1
-6
/
+6
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
2
-2
/
+2
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
7
-13
/
+11
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
4
-1
/
+4
*
mesa: add KHR_no_error support to glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
2
-0
/
+14
*
mesa: add bind_buffer_offset() helper
Samuel Pitoiset
2017-08-25
1
-13
/
+23
*
mesa: add KHR_no_error support to glTransformFeedbackVaryings()
Samuel Pitoiset
2017-08-25
2
-0
/
+16
*
mesa: add transform_feedback_varyings() helper
Samuel Pitoiset
2017-08-25
1
-26
/
+37
*
mesa: add KHR_no_error support to glResumeTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add resume_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-7
/
+15
*
mesa: add KHR_no_error support to glPauseTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add pause_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-7
/
+15
*
mesa: add KHR_no_error support to glEndTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add end_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-9
/
+17
*
mesa: add KHR_no_error support to glBeginTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add begin_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-20
/
+35
*
mesa: add KHR_no_error support to glBindTransformFeedback()
Samuel Pitoiset
2017-08-25
2
-0
/
+11
*
mesa: add bind_transform_feedback() helper
Samuel Pitoiset
2017-08-25
1
-10
/
+18
*
mesa: port the LastLookedUpVAO optimisation to _mesa_lookup_vao()
Samuel Pitoiset
2017-08-25
1
-4
/
+16
*
mesa: don't error check the default buffer object in glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
1
-6
/
+5
*
mesa: add _fallback suffix to the default transform feedback functions
Samuel Pitoiset
2017-08-25
1
-17
/
+17
*
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
[next]