summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-08swr: move msaa resolve to generalized StoreTileBruce Cherniak3-80/+82
2017-05-08glsl: Don't allow redefining builtin functions on GLSL 1.00.Eric Anholt1-2/+13
2017-05-08glsl: Restrict func redeclarations (not just redefinitions) on GLSL 1.00.Eric Anholt1-0/+10
2017-05-08glsl: Ban #undefining __LINE__ and friends on GLES2.Eric Anholt1-5/+2
2017-05-08glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00.Eric Anholt3-0/+31
2017-05-08nir: fix (hopefully) windows buildRob Clark2-4/+4
2017-05-08radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputsMarek Olšák1-2/+2
2017-05-08ac: fix broken elimination of duplicated VS exportsMarek Olšák1-14/+14
2017-05-08egl: Fix -Wint-to-pointer-castChad Versace1-1/+1
2017-05-08st/mesa: remove unused st parameter in init_velement_loweredMarek Olšák1-4/+3
2017-05-08st/mesa: use PIPE_MAX_ATTRIBS as the max number of vertex buffersMarek Olšák1-1/+1
2017-05-08st/mesa: simplify code due to unification to st_common_programMarek Olšák4-99/+35
2017-05-08st/mesa: simplify update_constants functionsMarek Olšák4-38/+17
2017-05-08st/mesa: unify TCS, TES, GS st_*_program structuresMarek Olšák10-160/+94
2017-05-08st/mesa: decrease the size of remaining st_translate_program array paramsMarek Olšák7-11/+11
2017-05-08st/mesa: remove unused outputSlotToAttrMarek Olšák3-11/+0
2017-05-08st/mesa: remove st_context::vertex_result_to_slotMarek Olšák4-8/+4
2017-05-08st/mesa: decrease the size of st_vertex_programMarek Olšák10-36/+36
2017-05-08st/mesa: remove struct st_tracked_stateMarek Olšák22-398/+118
2017-05-08radeonsi: split per-patch from per-vertex indicesNicolai Hähnle3-21/+42
2017-05-08radeonsi: clarify documentation of existing SI workaroundNicolai Hähnle1-1/+3
2017-05-08radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SINicolai Hähnle1-0/+14
2017-05-08radeonsi: load patch_id for TES-as-ES when exporting for PSNicolai Hähnle1-2/+2
2017-05-08radeonsi: fix primitive ID in fragment shader when using tessellationNicolai Hähnle1-10/+17
2017-05-08radeonsi: mark fast-cleared textures as compressed when dirtyingNicolai Hähnle1-2/+14
2017-05-08egl: use designated initializersEmil Velikov1-8/+7
2017-05-08egl: drop unneeded sentinel from level_strings[]Emil Velikov1-2/+2
2017-05-08egl: remove suprous header eglcompiler.hEmil Velikov7-52/+4
2017-05-08egl: remove unneeded else statement in _eglInitLoggerEmil Velikov1-3/+0
2017-05-08egl: remove no longer needed logger infraEmil Velikov2-49/+6
2017-05-08egl: fold Android logger into main/Emil Velikov3-35/+36
2017-05-08egl: remove unused _eglSetLogLevel()Emil Velikov2-25/+0
2017-05-08glsl: apply the image format for members of structuresSamuel Pitoiset1-8/+29
2017-05-08glsl: store the image format in glsl_struct_fieldSamuel Pitoiset3-1/+11
2017-05-08st/glsl_to_tgsi: don't use rzalloc_array() when it's unnecessarySamuel Pitoiset1-6/+6
2017-05-08anv: check return value of anv_execbuf_add_boLionel Landwerlin1-2/+7
2017-05-08anv: avoid null pointer dereferenceLionel Landwerlin1-1/+2
2017-05-08egl: avoid dereferencing a null displayEric Engestrom1-1/+3
2017-05-08docs/releasing: added relevant people for build/check with MacOSXAndres Gomez1-0/+5
2017-05-08docs/releasing: added relevant people for build/check with AndroidAndres Gomez1-0/+6
2017-05-08docs/releasing: added relevant people for build/check with WindowsAndres Gomez1-0/+5
2017-05-08docs/releasing: if possible, do some every day use on the RCAndres Gomez1-0/+6
2017-05-08docs/releasing: further explain the build/check testing processAndres Gomez1-2/+5
2017-05-08docs/releasing: check in master for forgotten nomination candidatesAndres Gomez1-1/+8
2017-05-08docs/releasing: format/style homogenizationAndres Gomez1-4/+31
2017-05-08bin/get-fixes-pick-list.sh: don't warn if more than one, go over themAndres Gomez1-25/+26
2017-05-07i965: Update gen6_depth_stencil_state to use genX macro.Rafael Antognolli1-1/+1
2017-05-07i965: Move MOCS macros to brw_state.h.Rafael Antognolli2-42/+42
2017-05-07i965: Don't try to unmap NULL program cache BO.Kenneth Graunke1-4/+7
2017-05-07Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke1-23/+2