summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv/meta: Use blitter API in anv_CmdCopyImage()Nanley Chery2016-03-031-71/+42
* anv/meta: Use blitter API for copies between Images and BuffersNanley Chery2016-03-031-208/+6
* anv/meta: Add function which copies between Buffers and ImagesNanley Chery2016-03-031-0/+92
* anv/meta: Add function to create anv_meta_blit2d_surf from anv_imageNanley Chery2016-03-031-0/+13
* anv/meta: Implement the blitter API functionsNanley Chery2016-03-032-3/+145
* anv/meta: Modify blitter API fieldsNanley Chery2016-03-031-18/+5
* anv/meta: Add the beginnings of a blitter APIJason Ekstrand2016-03-031-0/+48
* anv/meta: Remove redundancies in do_buffer_copy()Nanley Chery2016-03-031-28/+18
* anv/meta: Replace copy_format w/ block size in do_buffer_copy()Nanley Chery2016-03-031-11/+6
* anv/meta: Add missing command to exit meta in anv_CmdUpdateBuffer()Nanley Chery2016-03-031-0/+2
* anv/image: Create a linear image when requestedNanley Chery2016-03-031-1/+1
* isl: Don't filter tiling flags if a specific tiling bit is setNanley Chery2016-03-031-5/+8
* isl: Add function to get intratile offsets from x/y offsetsNanley Chery2016-03-032-12/+43
* anv/util: Fix vector resizingJason Ekstrand2016-03-031-12/+19
* anv/gen7: Use predicated rendering for indirect computeJordan Justen2016-03-021-0/+45
* anv: Save batch to local variable for indirect computeJordan Justen2016-03-021-5/+6
* anv: Fix make checkJason Ekstrand2016-03-022-7/+10
* isl: Fix make checkJason Ekstrand2016-03-021-0/+1
* gen8/cmd_buffer: Properly return flushed push constant stagesJason Ekstrand2016-03-021-1/+3
* anv/meta_blit: Use unorm formats for 8 and 16-bit RGB and RGBA valuesJason Ekstrand2016-03-011-7/+16
* Merge remote-tracking branch 'origin/master' into vulkanKenneth Graunke2016-03-01140-1896/+1468
|\
| * mesa: Remove NV_fragment_program remnants from dlist.c.Matt Turner2016-03-011-14/+7
| * mesa: Remove NV_fragment_program_option enable bit.Matt Turner2016-03-012-2/+0
| * program: Remove NV_fragment_program opcode parsing.Matt Turner2016-03-012-9/+0
| * program: Remove NV_fragment_program scalar suffix parsing.Matt Turner2016-03-011-17/+0
| * program: Remove NV_fragment_program_option parsing support.Matt Turner2016-03-011-44/+5
| * program: Remove NV_fragment_program Abs support.Matt Turner2016-03-0110-80/+4
| * program: Remove incorrect comment about OPCODE_TXD.Matt Turner2016-03-011-1/+1
| * program: Remove OPCODE_TXP_NV.Matt Turner2016-03-015-30/+0
| * program: Clean up after previous commit.Matt Turner2016-03-011-43/+41
| * program: Remove condition-code and precision support.Matt Turner2016-03-0115-544/+62
| * program: Remove OPCODE_KIL_NV.Matt Turner2016-03-018-54/+6
| * program: Remove RelAddr2 support.Matt Turner2016-03-015-41/+3
| * program: Mark table const.Matt Turner2016-03-011-1/+1
| * mesa: Remove EmitCondCodes.Matt Turner2016-03-015-53/+2
| * docs: Remove descriptions of long dead Emit* fields.Matt Turner2016-03-011-17/+0
| * glsl: Initialize gl_shader_program::EmptyUniformLocations.Matt Turner2016-03-012-1/+2
| * i965/meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-013-27/+33
| * i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick2016-03-013-8/+25
| * meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-014-54/+51
| * meta/decompress: Track framebuffer using gl_framebuffer instead of GL API obj...Ian Romanick2016-03-012-7/+12
| * meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...Ian Romanick2016-03-012-24/+16
| * meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick2016-03-013-8/+40
| * meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-014-7/+7
| * i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-013-4/+4
| * meta: Save and restore the framebuffer using gl_framebuffer instead of GL API...Ian Romanick2016-03-012-8/+8
| * mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffersIan Romanick2016-03-012-12/+26
| * meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatusIan Romanick2016-03-014-12/+12
| * meta: Obvious refactor of _mesa_meta_framebuffer_texture_imageIan Romanick2016-03-011-21/+5
| * meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...Ian Romanick2016-03-015-49/+61