index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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 validate_depth_buffer() helper
Samuel Pitoiset
2017-06-07
1
-29
/
+43
*
mesa: add validate_stencil_buffer() helper
Samuel Pitoiset
2017-06-07
1
-34
/
+47
*
mesa: add validate_color_buffer() helper
Samuel Pitoiset
2017-06-07
1
-61
/
+77
*
mesa: wrap blit_framebuffer() into blit_framebuffer_err()
Samuel Pitoiset
2017-06-07
1
-9
/
+25
*
mesa: add 'no_error' parameter to blit_framebuffer()
Samuel Pitoiset
2017-06-07
1
-97
/
+95
*
mesa: make _mesa_blit_framebuffer() static
Samuel Pitoiset
2017-06-07
2
-23
/
+14
*
mesa: add KHR_no_error support for glBindBuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+13
*
mesa: add KHR_no_error support for glInvalidateBufferData()
Samuel Pitoiset
2017-06-07
2
-0
/
+12
*
mesa: add KHR_no_error support for glInvalidateBufferSubData()
Samuel Pitoiset
2017-06-07
2
-0
/
+15
*
mesa: add invalidate_buffer_subdata() helper
Samuel Pitoiset
2017-06-07
1
-4
/
+11
*
mesa: add KHR_no_error support for glBindVertexBuffers()
Samuel Pitoiset
2017-06-07
2
-0
/
+18
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffers()
Samuel Pitoiset
2017-06-07
2
-0
/
+21
*
mesa: add vertex_array_vertex_buffers_err() helper
Samuel Pitoiset
2017-06-07
1
-47
/
+61
*
mesa: add KHR_no_error support for glScissor*()
Samuel Pitoiset
2017-06-07
2
-0
/
+44
*
mesa: add scissor() and scissor_array() helpers
Samuel Pitoiset
2017-06-07
1
-20
/
+35
*
mesa: rename ScissorIndexed() to scissor_indexed_err()
Samuel Pitoiset
2017-06-07
1
-6
/
+9
*
mesa: use _mesa_set_scissor() in ScissorIndexed()
Samuel Pitoiset
2017-06-07
1
-4
/
+1
*
mesa: make _mesa_scissor_bounding_box() static
Samuel Pitoiset
2017-06-07
2
-9
/
+5
*
mesa: inline update_image_transfer_state() into _mesa_update_pixel()
Samuel Pitoiset
2017-06-07
1
-14
/
+6
*
mesa: remove useless check in _mesa_update_pixel()
Samuel Pitoiset
2017-06-07
3
-5
/
+4
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
1
-1
/
+3
*
mesa: add new gl_driver_flags::NewWindowRectangles
Samuel Pitoiset
2017-06-06
1
-0
/
+5
*
mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()
Samuel Pitoiset
2017-06-06
1
-3
/
+0
*
mesa: only emit _NEW_MULTISAMPLE when min sample shading changes
Samuel Pitoiset
2017-06-06
1
-3
/
+6
*
mesa: only emit _NEW_MULTISAMPLE when sample mask changes
Samuel Pitoiset
2017-06-06
1
-0
/
+3
*
mesa: only emit _NEW_MULTISAMPLE when coverage parameters change
Samuel Pitoiset
2017-06-06
1
-3
/
+7
*
mesa: document range of SampleCoverageValue, MinSampleShadingValue
Brian Paul
2017-06-02
1
-2
/
+2
*
mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()
Iago Toral Quiroga
2017-06-01
1
-2
/
+2
*
mesa/main: conversion from float in GetUniformi64v requires rounding to nearest
Iago Toral Quiroga
2017-06-01
1
-1
/
+1
*
mesa/main: Add conversion from double to uint64/int64 in GetUniform*i64v()
Iago Toral Quiroga
2017-06-01
1
-0
/
+14
*
mesa/main: Clamp GetUniformui64v values to be >= 0
Iago Toral Quiroga
2017-06-01
1
-1
/
+45
*
mesa/main: Clamp GetUniformuiv values to be >= 0
Kenneth Graunke
2017-06-01
1
-11
/
+51
*
mesa/main: fix indentation in _mesa_get_uniform()
Iago Toral Quiroga
2017-06-01
1
-98
/
+101
*
mesa: throw an INVALID_OPERATION error in get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-50
/
+11
*
mesa: add new 'name' parameter to get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-13
/
+12
*
mesa: Avoid leaking surface in st_renderbuffer_delete
Bartosz Tomczyk
2017-05-30
1
-2
/
+8
*
mesa: add KHR_no_error support for glBindBufferRange()
Timothy Arceri
2017-05-30
2
-37
/
+69
*
mesa: create bind_buffer_range() helper
Timothy Arceri
2017-05-30
1
-3
/
+10
*
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
2017-05-30
3
-31
/
+35
*
mesa: create _mesa_bind_buffer_range_xfb() helper
Timothy Arceri
2017-05-30
1
-0
/
+20
*
mesa: split bind_atomic_buffer() in two
Timothy Arceri
2017-05-30
1
-25
/
+29
*
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+23
*
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+19
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
2
-0
/
+17
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
2
-3
/
+17
*
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
2017-05-30
1
-42
/
+53
*
mesa: add KHR_no_error support for glBindImageTextures()
Samuel Pitoiset
2017-05-29
2
-31
/
+51
*
mesa: add KHR_no_error support for glBindImageTexture()
Samuel Pitoiset
2017-05-29
2
-0
/
+20
*
mesa: add bind_image_texture() helper
Samuel Pitoiset
2017-05-29
1
-7
/
+16
*
mesa: add set_image_binding() helper
Samuel Pitoiset
2017-05-29
1
-36
/
+34
[prev]
[next]