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: add texture_view() helper
Samuel Pitoiset
2017-07-31
1
-161
/
+175
*
mesa: add KHR_no_error support to glPatchParameteri()
Samuel Pitoiset
2017-07-31
2
-0
/
+11
*
mesa: add KHR_no_error support to glBlendEquationiARB()
Samuel Pitoiset
2017-07-31
2
-0
/
+14
*
mesa: add blend_equationi() helper
Samuel Pitoiset
2017-07-31
1
-11
/
+18
*
mesa: add KHR_no_error support to glSampleMaski()
Samuel Pitoiset
2017-07-31
2
-0
/
+10
*
mesa: add sample_maski() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+12
*
mesa: add KHR_no_error support to glDepthRangeArrayv
Samuel Pitoiset
2017-07-31
2
-0
/
+14
*
mesa: add depth_range_arrayv() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+12
*
mesa: clamp viewport values only once when using glViewport()
Samuel Pitoiset
2017-07-31
1
-12
/
+25
*
mesa: make _mesa_check_init_viewport() static
Samuel Pitoiset
2017-07-31
2
-8
/
+3
*
mesa: fix mismatch when returning 64-bit bindless uniform handles
Samuel Pitoiset
2017-07-28
1
-1
/
+2
*
mesa: remove gl_sync_object::Type field
Samuel Pitoiset
2017-07-28
2
-5
/
+1
*
mesa: drop fence type parameter from NewSyncObject()
Samuel Pitoiset
2017-07-28
2
-4
/
+3
*
mesa: check that buffer object is not NULL before initializing it
Timothy Arceri
2017-07-27
1
-4
/
+3
*
compiler: move glsl_interface_packing enum to shader_enums.h
Timothy Arceri
2017-07-26
1
-10
/
+1
*
mesa: drop useless assert
Timothy Arceri
2017-07-26
1
-1
/
+0
*
mesa: call binding functions directly from glDeleteBuffers
Timothy Arceri
2017-07-26
1
-3
/
+9
*
mesa: move static binding functions above _mesa_DeleteBuffers()
Timothy Arceri
2017-07-26
1
-207
/
+205
*
mesa: don't try to re-generate the default buffer
Timothy Arceri
2017-07-26
1
-6
/
+6
*
mesa: add active_shader_program() helper
Samuel Pitoiset
2017-07-25
1
-31
/
+32
*
mesa: add bind_program_pipeline() helper
Samuel Pitoiset
2017-07-25
1
-34
/
+21
*
mesa: return GL_OUT_OF_MEMORY if NewSamplerObject fails
Samuel Pitoiset
2017-07-24
1
-4
/
+12
*
mesa: pass the 'caller' function to create_samplers()
Samuel Pitoiset
2017-07-24
1
-4
/
+5
*
mesa: add compressed_tex_sub_image_{error,no_error} helpers
Samuel Pitoiset
2017-07-24
1
-36
/
+65
*
mesa: remove pointless assignments in init_teximage_fields_ms()
Brian Paul
2017-07-22
1
-3
/
+0
*
mesa: include texture size in error messages
Brian Paul
2017-07-22
1
-4
/
+5
*
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
mesa: remove useless assert in _mesa_TextureView()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
2017-07-20
1
-47
/
+23
*
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
2017-07-20
1
-5
/
+0
*
mesa: make _mesa_generate_texture_mipmap() static
Samuel Pitoiset
2017-07-20
2
-10
/
+6
*
mesa: inline save_array_object()
Samuel Pitoiset
2017-07-20
1
-14
/
+1
*
mesa: inline remove_array_object()
Samuel Pitoiset
2017-07-20
1
-15
/
+1
*
mesa: tidy up _mesa_DeleteVertexArrays()
Samuel Pitoiset
2017-07-20
1
-13
/
+12
*
mesa: remove useless assert in texture_storage()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: pass the 'caller' function to texstorage()
Samuel Pitoiset
2017-07-20
1
-9
/
+11
*
mesa: make _mesa_texture_storage() static
Samuel Pitoiset
2017-07-20
2
-19
/
+12
*
mesa: check API profile for GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Brian Paul
2017-07-19
1
-1
/
+1
*
mesa: whitespace fixes in get.c
Brian Paul
2017-07-18
1
-110
/
+110
*
mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT query
Brian Paul
2017-07-18
2
-1
/
+13
*
mesa: flag _NEW_TEXTURE_OBJECT for GL_TEXTURE_LOD_BIAS_EXT
Marek Olšák
2017-07-17
1
-1
/
+1
*
mesa/marshal: fix Windows build
Grigori Goronzy
2017-07-14
1
-3
/
+3
*
mesa/marshal: fix glNamedBufferData with NULL data
Grigori Goronzy
2017-07-14
1
-4
/
+13
*
mesa/marshal: add marshalling for glClearBuffer*
Grigori Goronzy
2017-07-14
2
-2
/
+160
*
mesa/marshal: extract ClearBuffer helpers
Grigori Goronzy
2017-07-14
2
-29
/
+50
*
mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params.
Kenneth Graunke
2017-07-13
1
-1
/
+12
*
main/formats: Add a get_linear_format_srgb helper
Jason Ekstrand
2017-07-12
2
-0
/
+25
*
main/formats: Autogenerate _mesa_get_srgb_format_linear
Jason Ekstrand
2017-07-12
2
-117
/
+46
*
mesa: finish implementing glPrimitiveRestartNV() for display lists
Brian Paul
2017-07-07
1
-1
/
+21
*
mesa: add some braces in _mesa_make_current()
Brian Paul
2017-07-07
1
-1
/
+2
[next]