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: 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
*
vbo: simplify vbo_save_NotifyBegin()
Brian Paul
2017-07-07
1
-17
/
+1
*
mesa: simplify get_tex_images_for_clear()
Brian Paul
2017-07-06
1
-19
/
+14
*
mesa: new comments, assertion related to glClearTexSubImage
Brian Paul
2017-07-06
1
-0
/
+12
*
mesa: Avoid set comprehension.
Vinson Lee
2017-07-05
1
-1
/
+1
*
mesa: Require mipmap completeness for glCopyImageSubData() at times.
Kenneth Graunke
2017-06-28
1
-2
/
+57
*
mesa: tidy up white space in pixelstore.c
Timothy Arceri
2017-06-29
1
-6
/
+6
*
mesa: Refactor error checking for GL_TEXTURE_BASE_LEVEL vs texture targets
Ian Romanick
2017-06-28
1
-7
/
+19
*
mesa: add KHR_no_error support for glBlendFunc*()
Timothy Arceri
2017-06-29
2
-0
/
+30
*
mesa: create some glBlendFunc*() helper functions
Timothy Arceri
2017-06-29
1
-50
/
+81
*
mesa: add KHR_no_error support for glBindFragDataLocation*()
Timothy Arceri
2017-06-29
2
-0
/
+38
*
mesa: add bind_frag_data_location() helper
Timothy Arceri
2017-06-29
1
-11
/
+19
*
mesa: add KHR_no_error support for glGetUniformLocation()
Timothy Arceri
2017-06-29
2
-0
/
+13
*
mesa: inline _mesa_finish()
Timothy Arceri
2017-06-29
2
-19
/
+8
*
mesa: add KHR_no_error support for glDisableVertexA*A*()
Timothy Arceri
2017-06-29
2
-0
/
+23
*
mesa: move error handling into disable_vertex_array_attrib() callers
Timothy Arceri
2017-06-29
1
-10
/
+14
*
mesa: add KHR_no_error support for glEnableVertexA*A*()
Timothy Arceri
2017-06-29
2
-0
/
+25
*
mesa: add KHR_no_error support for glLogicOp()
Timothy Arceri
2017-06-29
2
-0
/
+12
[next]