summaryrefslogtreecommitdiffstats
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-073-1/+31
* 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-073-1/+22
* 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-073-1/+14
* mesa: add KHR_no_error support for glInvalidateBufferData()Samuel Pitoiset2017-06-073-1/+13
* mesa: add KHR_no_error support for glInvalidateBufferSubData()Samuel Pitoiset2017-06-073-1/+16
* mesa: add invalidate_buffer_subdata() helperSamuel Pitoiset2017-06-071-4/+11
* mesa: add KHR_no_error support for glBindVertexBuffers()Samuel Pitoiset2017-06-073-1/+19
* mesa: add KHR_no_error support for glVertexArrayVertexBuffers()Samuel Pitoiset2017-06-073-1/+22
* mesa: add vertex_array_vertex_buffers_err() helperSamuel Pitoiset2017-06-071-47/+61
* mesa: add KHR_no_error support for glScissor*()Samuel Pitoiset2017-06-074-4/+48
* 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
* glcpp: fix #undef to match latest spec update and GLSLang implementationIago Toral Quiroga2017-06-071-14/+31
* ac/nir: move gpr counting inside argument handling.Dave Airlie2017-06-071-10/+12
* ac/nir: assign argument param pointers in one place.Dave Airlie2017-06-071-187/+152
* ac/nir: consolidate setting userdata locationDave Airlie2017-06-071-28/+17
* glthread: remove extra _mesa_glthread_finish() from generated codeTimothy Arceri2017-06-071-1/+1
* intel: Fix broxton 2x6 way size computationAnuj Phogat2017-06-061-0/+4
* radv: move chip_class extraction down further.Dave Airlie2017-06-071-1/+2
* radv: move lots of index related things into the bind.Dave Airlie2017-06-072-19/+14
* radv: move calculating the vertex sgpr to the pipeline.Dave Airlie2017-06-073-41/+34
* radv: rename and make global some functions.Dave Airlie2017-06-072-12/+17
* tree-wide: remove trailing backslashEric Engestrom2017-06-0715-16/+16
* radv/gfx9: use correct register setting for uconfig regsDave Airlie2017-06-071-4/+4
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-061-3/+0
* radv: Split out updating the vertex descriptors.Bas Nieuwenhuizen2017-06-061-11/+18
* radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.Bas Nieuwenhuizen2017-06-061-11/+10
* radv: Add early exit for cache flushes.Bas Nieuwenhuizen2017-06-061-2/+4
* radv: Remove vertex_descriptors_dirty.Bas Nieuwenhuizen2017-06-062-4/+1
* radv: Don't use a divide by index_size.Bas Nieuwenhuizen2017-06-061-3/+8
* 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