aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/shader_cache: restore num_tgsi_tokens when loading from cacheTimothy Arceri2018-01-271-9/+16
* mesa: remove MESA_FUNCTIONBrian Paul2018-01-262-4/+2
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-2615-30/+30
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-265-9/+9
* mesa: minor comment reformatting, whitespace fixes in mtypes.hBrian Paul2018-01-261-43/+54
* i965/gen10: Use CS Stall instead of WriteImmediate.cros-mesa-18.1_pre1-r4-vanillachadv/cros-mesa-18.1_pre1-r4-vanillaRafael Antognolli2018-01-261-6/+4
* i965/gen10: Ignore push constant packets during context restore.Rafael Antognolli2018-01-263-0/+54
* mesa: silence MinGW 'may be unused uninitialized' warning in get.cBrian Paul2018-01-261-1/+1
* mesa: Fix function pointers initialization in status trackerEleni Maria Stea2018-01-261-2/+2
* nouveau: Remove no-op nvgl_logicop_func functionIan Romanick2018-01-263-43/+2
* i915: Silence unused parameter warningsIan Romanick2018-01-261-10/+11
* i915: Make intelEmitCopyBlit staticIan Romanick2018-01-263-167/+149
* i965: Make intelEmitCopyBlit staticIan Romanick2018-01-262-215/+199
* i915: Use enum color_logic_ops for blitsIan Romanick2018-01-2610-40/+22
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-268-37/+20
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-2611-83/+18
* st/mesa: Use the translated color logic op from the contextIan Romanick2018-01-261-47/+1
* i965: Use the translated color logic op from the contextIan Romanick2018-01-263-44/+1
* mesa: Also track a remapped version of the color logic opIan Romanick2018-01-262-0/+58
* mesa: whitespace fixes in attrib.cBrian Paul2018-01-251-78/+77
* mesa: whitespace fixes in varray.hBrian Paul2018-01-251-26/+29
* mesa: include mtypes.h in varray.hBrian Paul2018-01-251-3/+1
* mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in commentsBrian Paul2018-01-253-3/+3
* mesa: simplify _mesa_delete_list() a bit, add some assertionsBrian Paul2018-01-251-28/+11
* st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul2018-01-253-68/+153
* st/mesa: add some debug code in st_choose_format()Brian Paul2018-01-251-5/+18
* swrast: remove non-applicable GLX_SWAP_COPY_OML commentEmil Velikov2018-01-251-3/+0
* automake: st/mesa/tests: add st_tests_common.h to the tarballEmil Velikov2018-01-251-1/+2
* automake: mesa: include vbo_private.h in the tarballEmil Velikov2018-01-251-0/+1
* automake: small cleanup after the meson.build inclusionEmil Velikov2018-01-251-2/+2
* mesa: add missing RGB9_E5 format in _mesa_base_fbo_formatJuan A. Suarez Romero2018-01-251-0/+3
* i965: Stop disabling aux during texture preparationJason Ekstrand2018-01-243-12/+8
* i965/draw: Set NEW_AUX_STATE when draw aux changesJason Ekstrand2018-01-241-1/+4
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-244-35/+27
* i965/surface_state: Drop brw_aux_surface_disabledJason Ekstrand2018-01-241-20/+0
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-245-8/+17
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-244-16/+8
* st/glsl_to_nir: remove reallocation of sampler/image locationTimothy Arceri2018-01-251-8/+0
* meson: fix missing dependenciesGreg V2018-01-241-1/+1
* mesa/st/glsl_to_tgsi: remove now unneeded assert.Gert Wollny2018-01-241-1/+0
* mesa/st/tests: Add tests for lifetime tracking with indirect addressingGert Wollny2018-01-243-4/+189
* mesa/st/glsl_to_tgsi: Add tracking of indirect addressing registersGert Wollny2018-01-241-34/+74
* mesa/st/tests: Add tests for improved tracking of temporariesGert Wollny2018-01-241-7/+486
* mesa/st/glsl_to_tgsi: Add tracking of ifelse writes in register mergingGert Wollny2018-01-241-20/+292
* mesa/st/tests: cleanup whitespace usage and correct some commentsGert Wollny2018-01-241-64/+63
* mesa/st/tests: unify MockCodeLine* classesGert Wollny2018-01-244-547/+735
* mesa/st/tests: Fix zero-byte allocation leaksGert Wollny2018-01-241-7/+15
* mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classesGert Wollny2018-01-243-88/+202
* mesa/program: Add missing file types to printoutGert Wollny2018-01-241-2/+14
* vbo: fix incorrect min/max_index values in display list draw callBrian Paul2018-01-243-3/+8