aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: add texsubimage() helperSamuel Pitoiset2017-06-071-0/+18
* mesa: make _mesa_texture_sub_image() staticSamuel Pitoiset2017-06-071-20/+20
* mesa: rename texsubimage() to texsubimage_err()Samuel Pitoiset2017-06-071-17/+17
* mesa: add KHR_no_error support for glCopyImageSubData()Samuel Pitoiset2017-06-072-0/+30
* mesa: add copy_image_subdata() helperSamuel Pitoiset2017-06-071-31/+45
* mesa: add prepare_target() helperSamuel Pitoiset2017-06-071-0/+24
* mesa: rename prepare_target() to prepare_target_err()Samuel Pitoiset2017-06-071-16/+18
* mesa: add KHR_no_error support for glBlitNamedFramebuffer()Samuel Pitoiset2017-06-072-0/+27
* mesa: add blit_named_framebuffer() helperSamuel Pitoiset2017-06-071-31/+54
* mesa: add KHR_no_error support for glBlitFramebuffer()Samuel Pitoiset2017-06-072-0/+21
* mesa: add validate_depth_buffer() helperSamuel Pitoiset2017-06-071-29/+43
* mesa: add validate_stencil_buffer() helperSamuel Pitoiset2017-06-071-34/+47
* mesa: add validate_color_buffer() helperSamuel Pitoiset2017-06-071-61/+77
* mesa: wrap blit_framebuffer() into blit_framebuffer_err()Samuel Pitoiset2017-06-071-9/+25
* mesa: add 'no_error' parameter to blit_framebuffer()Samuel Pitoiset2017-06-071-97/+95
* mesa: make _mesa_blit_framebuffer() staticSamuel Pitoiset2017-06-072-23/+14
* mesa: add KHR_no_error support for glBindBuffer()Samuel Pitoiset2017-06-072-0/+13
* mesa: add KHR_no_error support for glInvalidateBufferData()Samuel Pitoiset2017-06-072-0/+12
* mesa: add KHR_no_error support for glInvalidateBufferSubData()Samuel Pitoiset2017-06-072-0/+15
* mesa: add invalidate_buffer_subdata() helperSamuel Pitoiset2017-06-071-4/+11
* mesa: add KHR_no_error support for glBindVertexBuffers()Samuel Pitoiset2017-06-072-0/+18
* mesa: add KHR_no_error support for glVertexArrayVertexBuffers()Samuel Pitoiset2017-06-072-0/+21
* mesa: add vertex_array_vertex_buffers_err() helperSamuel Pitoiset2017-06-071-47/+61
* mesa: add KHR_no_error support for glScissor*()Samuel Pitoiset2017-06-072-0/+44
* mesa: add scissor() and scissor_array() helpersSamuel Pitoiset2017-06-071-20/+35
* mesa: rename ScissorIndexed() to scissor_indexed_err()Samuel Pitoiset2017-06-071-6/+9
* mesa: use _mesa_set_scissor() in ScissorIndexed()Samuel Pitoiset2017-06-071-4/+1
* mesa: make _mesa_scissor_bounding_box() staticSamuel Pitoiset2017-06-072-9/+5
* mesa: inline update_image_transfer_state() into _mesa_update_pixel()Samuel Pitoiset2017-06-071-14/+6
* mesa: remove useless check in _mesa_update_pixel()Samuel Pitoiset2017-06-073-5/+4
* tree-wide: remove trailing backslashEric Engestrom2017-06-076-6/+6
* i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson2017-06-063-0/+33
* i965: Remove brw_bo_map_unsynchronized()Matt Turner2017-06-063-23/+2
* i965: Use unsynchronized mappings for BufferSubData on non-LLCMatt Turner2017-06-061-10/+6
* i965: Make unsynchronized maps unsynchronized on non-LLCMatt Turner2017-06-062-22/+3
* i965: Implement brw_bo_map_unsynchronized() with MAP_ASYNCMatt Turner2017-06-061-40/+9
* i965: Elide call to set_domain() if MAP_ASYNCMatt Turner2017-06-061-4/+8
* i965: Add and use brw_bo_map()Matt Turner2017-06-0616-54/+52
* i965: Drop MAP_READ from some write-only mappingsMatt Turner2017-06-064-4/+4
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-0616-33/+49
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-0616-29/+30
* i965: Rename *_virtual -> map_*Matt Turner2017-06-062-31/+31
* i965: Pass the map-mode along to intel_mipmap_tree_map_raw()Chris Wilson2017-06-061-13/+16
* i965: Add a cache_coherent field to brw_boMatt Turner2017-06-063-0/+9
* i965: Remove unused 'use_resource_streamer' fieldMatt Turner2017-06-061-1/+0
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-0617-121/+102
* i965: Remove unused brw_bo_map__* functionsMatt Turner2017-06-062-109/+0
* mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset2017-06-062-3/+5
* mesa: add new gl_driver_flags::NewWindowRectanglesSamuel Pitoiset2017-06-061-0/+5
* mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset2017-06-061-3/+0