summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-24mesa: bump version to 18.1.0-develJordan Justen1-1/+1
2018-01-24meson: handle LLVM 'x.x.xgit-revision' versionsGreg V1-2/+6
2018-01-24meson: fix getting cflags from pkg-configGreg V1-4/+6
2018-01-24meson: fix BSD buildGreg V1-26/+28
2018-01-24meson: fix missing dependenciesGreg V2-2/+2
2018-01-25anv: correct a duplicate check in an assertGrazvydas Ignotas1-1/+1
2018-01-24meson: fix HAVE_LLVM version define in meson buildMarc Dietrich1-1/+1
2018-01-24meson: correctly set SYSCONFDIR for loading dirrcDylan Baker1-2/+6
2018-01-25radv: add multisample Z optimisation from amdvlkDave Airlie1-0/+3
2018-01-25radv: move spi_baryc_cntl to pipelineDave Airlie3-5/+5
2018-01-24gallium/u_tests: add texture_barrier and FBFETCH testsMarek Olšák1-1/+110
2018-01-24radeonsi: don't ignore pitch for imported texturesMarek Olšák1-2/+12
2018-01-24meson: Fix define for USE_SSE41Scott D Phillips1-1/+1
2018-01-24mesa/st/glsl_to_tgsi: remove now unneeded assert.Gert Wollny1-1/+0
2018-01-24mesa/st/tests: Add tests for lifetime tracking with indirect addressingGert Wollny3-4/+189
2018-01-24mesa/st/glsl_to_tgsi: Add tracking of indirect addressing registersGert Wollny1-34/+74
2018-01-24mesa/st/tests: Add tests for improved tracking of temporariesGert Wollny1-7/+486
2018-01-24mesa/st/glsl_to_tgsi: Add tracking of ifelse writes in register mergingGert Wollny1-20/+292
2018-01-24mesa/st/tests: cleanup whitespace usage and correct some commentsGert Wollny1-64/+63
2018-01-24mesa/st/tests: unify MockCodeLine* classesGert Wollny4-547/+735
2018-01-24mesa/st/tests: Fix zero-byte allocation leaksGert Wollny1-7/+15
2018-01-24mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classesGert Wollny3-88/+202
2018-01-24mesa/program: Add missing file types to printoutGert Wollny1-2/+14
2018-01-24vbo: fix incorrect min/max_index values in display list draw callBrian Paul3-3/+8
2018-01-24vbo: whitespace/formatting fixes in vbo_split_inplace.cBrian Paul1-104/+111
2018-01-24vbo: whitespace/formatting fixes in vbo.hBrian Paul1-44/+68
2018-01-24vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul3-14/+17
2018-01-24vbo: remove unused vbo_any_varyings_in_vbos() functionBrian Paul2-13/+0
2018-01-24vbo: remove unneeded #includesBrian Paul4-5/+0
2018-01-24vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul18-79/+6
2018-01-24vbo: move remaining items from vbo_context.h to vbo.hBrian Paul6-43/+34
2018-01-24vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul12-165/+227
2018-01-24mesa: use new _vbo_install_exec_vtxfmt() functionBrian Paul3-2/+15
2018-01-24nouveau: remove vbo_context() callBrian Paul1-2/+1
2018-01-24i965: use vbo_set_[indirect]_draw_func()Brian Paul1-3/+2
2018-01-24vbo: move vbo_sizeof_ib_type() into vbo_exec_array.cBrian Paul2-23/+24
2018-01-24mesa: move vbo_count_tessellated_primitives() to api_validate.cBrian Paul3-72/+65
2018-01-24mesa: update comment on gl_display_listBrian Paul1-3/+1
2018-01-24mesa: whitespace clean-ups in mtypes.hBrian Paul1-68/+82
2018-01-24mesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR contantsBrian Paul1-4/+0
2018-01-24vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.cBrian Paul2-9/+5
2018-01-24vbo: replace assert(0) with unreachable()Brian Paul5-11/+10
2018-01-24vbo: fix, add comment in vbo_save.hBrian Paul1-2/+2
2018-01-24vbo: whitespace, formatting fixes in vbo_split.[ch]Brian Paul2-60/+65
2018-01-24i965: Don't try to disable render aux buffers for computeTopi Pohjolainen1-2/+4
2018-01-23anv/cmd_buffer: Move gen7 index buffer state to graphics stateJason Ekstrand2-13/+13
2018-01-23anv/cmd_buffer: Move num_workgroups to compute stateJason Ekstrand2-9/+12
2018-01-23anv/cmd_buffer: Move dynamic state to graphics stateJason Ekstrand4-30/+33
2018-01-23anv/cmd_buffer: Use a temporary variable for dynamic stateJason Ekstrand2-27/+24
2018-01-23anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_stateJason Ekstrand4-7/+7