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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add texsubimage() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: make _mesa_texture_sub_image() static
Samuel Pitoiset
2017-06-07
1
-20
/
+20
*
mesa: rename texsubimage() to texsubimage_err()
Samuel Pitoiset
2017-06-07
1
-17
/
+17
*
mesa: add KHR_no_error support for glCopyImageSubData()
Samuel Pitoiset
2017-06-07
2
-0
/
+30
*
mesa: add copy_image_subdata() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+45
*
mesa: add prepare_target() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+24
*
mesa: rename prepare_target() to prepare_target_err()
Samuel Pitoiset
2017-06-07
1
-16
/
+18
*
mesa: add KHR_no_error support for glBlitNamedFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+27
*
mesa: add blit_named_framebuffer() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+54
*
mesa: add KHR_no_error support for glBlitFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+21
*
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
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
6
-6
/
+6
*
i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.
Chris Wilson
2017-06-06
3
-0
/
+33
*
i965: Remove brw_bo_map_unsynchronized()
Matt Turner
2017-06-06
3
-23
/
+2
*
i965: Use unsynchronized mappings for BufferSubData on non-LLC
Matt Turner
2017-06-06
1
-10
/
+6
*
i965: Make unsynchronized maps unsynchronized on non-LLC
Matt Turner
2017-06-06
2
-22
/
+3
*
i965: Implement brw_bo_map_unsynchronized() with MAP_ASYNC
Matt Turner
2017-06-06
1
-40
/
+9
*
i965: Elide call to set_domain() if MAP_ASYNC
Matt Turner
2017-06-06
1
-4
/
+8
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
16
-54
/
+52
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
4
-4
/
+4
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
16
-33
/
+49
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
16
-29
/
+30
*
i965: Rename *_virtual -> map_*
Matt Turner
2017-06-06
2
-31
/
+31
*
i965: Pass the map-mode along to intel_mipmap_tree_map_raw()
Chris Wilson
2017-06-06
1
-13
/
+16
*
i965: Add a cache_coherent field to brw_bo
Matt Turner
2017-06-06
3
-0
/
+9
*
i965: Remove unused 'use_resource_streamer' field
Matt Turner
2017-06-06
1
-1
/
+0
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
17
-121
/
+102
*
i965: Remove unused brw_bo_map__* functions
Matt Turner
2017-06-06
2
-109
/
+0
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
2
-3
/
+5
*
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
[prev]
[next]