aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()Brian Paul2018-02-081-1/+1
* tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg codeBrian Paul2018-02-081-2/+5
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-085-11/+11
* tgsi: s/unsigned/enum pipe_shader_type/ in ureg codeBrian Paul2018-02-082-5/+9
* gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.cBrian Paul2018-02-081-4/+6
* st/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.cBrian Paul2018-02-081-1/+1
* vbo: add a comment on vbo_draw_transform_feedback()Brian Paul2018-02-081-0/+8
* gallium/util: trivial whitespace/formatting fixes in u_blit.cBrian Paul2018-02-081-9/+9
* vbo: improve comments on vbo_draw_func()Brian Paul2018-02-081-4/+5
* cso: add a couple sanity check assertions in cso_draw_vbo()Brian Paul2018-02-081-0/+6
* st/mesa: rename some vars related to indirect draw countBrian Paul2018-02-081-6/+7
* st/mesa: remove out_num_textures from update_texturesMarek Olšák2018-02-081-20/+12
* st/mesa: don't store non-fragment sampler states and views in st_contextMarek Olšák2018-02-086-62/+61
* i965: perf: cleanup detection of kernel support for loadable configsLionel Landwerlin2018-02-081-15/+2
* i965: perf: use drmIoctl() instead of ioctl()Lionel Landwerlin2018-02-081-2/+2
* i965: perf: add debug messages for loaded configsLionel Landwerlin2018-02-081-0/+2
* r600: implement tg4 integer workaround. (v2)Dave Airlie2018-02-081-0/+162
* r600: clean up initial shader register setupGlenn Kennard2018-02-081-20/+17
* r600: partly fix sampleMaskIn valueRoland Scheidegger2018-02-081-0/+54
* r600: clean up fragment shader input scan codeRoland Scheidegger2018-02-081-52/+23
* mesa: (trivial) remove unused ignore_sample_qualifier_parameterRoland Scheidegger2018-02-083-10/+6
* r600/cm: (trivial) code cleanup for emitting msaa stateRoland Scheidegger2018-02-083-16/+14
* tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2018-02-072-23/+23
* st/mesa: use tgsi_semantic enum typeBrian Paul2018-02-072-5/+8
* tgsi: use TGSI enum types in ureg codeBrian Paul2018-02-072-51/+55
* st/mesa: use TGSI enum types in st_glsl_to_tgsi.cppBrian Paul2018-02-071-7/+7
* gallium/util: replace uint with tgsi enum typesBrian Paul2018-02-072-6/+7
* gallium/util: replace unsigned with tgsi enum typesBrian Paul2018-02-072-31/+34
* radv: implement VK_EXT_external_memory_hostFredrik Höglund2018-02-086-8/+137
* r600: fix rendering regression on r6/7 gpusDave Airlie2018-02-081-1/+6
* radeonsi: avoid int-to-pointer-cast warnings on 32bitGrazvydas Ignotas2018-02-081-6/+12
* gallium/hud: update some query functionsGrazvydas Ignotas2018-02-084-4/+4
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-0714-54/+98
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-0714-98/+54
* u_blit: (trivial) fix bogus argument order for set_fragment_shaderRoland Scheidegger2018-02-071-2/+2
* mesa: fix incorrect type when allocating arraysAndres Rodriguez2018-02-071-4/+4
* u_blit,u_simple_shaders: add shader to convert from xrbias formatRoland Scheidegger2018-02-074-16/+78
* u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemaskRoland Scheidegger2018-02-071-1/+1
* autotools: Only build libmesa-st-tests-common.a for tests.Bas Nieuwenhuizen2018-02-071-1/+1
* i965: add __DRI2_BLOB support and set cache functionsTapani Pälli2018-02-071-0/+21
* disk cache: add callback functionalityTapani Pälli2018-02-072-0/+67
* disk cache: initialize cache path and index only when usedTapani Pälli2018-02-071-49/+80
* glsl/tests: changes to test_disk_cache_create testTapani Pälli2018-02-071-6/+22
* glsl/tests: move utility functions in cache_testTapani Pälli2018-02-071-35/+35
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-076-0/+70
* ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsSamuel Pitoiset2018-02-071-99/+47
* ac/nir: avoid loading unused VS input componentsSamuel Pitoiset2018-02-071-1/+6
* ac/shader: scan vertex inputs usage maskSamuel Pitoiset2018-02-072-0/+16
* i965: allocate a SGVS element when VertexID or InstanceID are readIago Toral Quiroga2018-02-071-15/+2
* glapi: fix check_table test for non-shared glapi with mesonDylan Baker2018-02-061-2/+3