aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virgl: Return an error if we use fp64 on top of GLESElie Tournier2019-03-091-0/+13
* virgl: Set PIPE_CAP_DOUBLES when running on GLES This is a lie but no known a...Elie Tournier2019-03-091-1/+2
* virgl: Add a caps to advertise GLES backendElie Tournier2019-03-091-0/+1
* Revert MR 369 (Fix extract_i8 and extract_u8 for 64-bit integers)Kenneth Graunke2019-03-091-24/+10
* nir/algebraic: Add missing 16-bit extract_[iu]8 patternsIan Romanick2019-03-081-0/+3
* nir/algebraic: Add missing 64-bit extract_[iu]8 patternsIan Romanick2019-03-081-0/+3
* nir/algebraic: Remove redundant extract_[iu]8 patternsIan Romanick2019-03-081-14/+4
* nir/algebraic: Fix up extract_[iu]8 after loop unrollingIan Romanick2019-03-081-2/+20
* anv/pipeline: Move lower_explicit_io much laterJason Ekstrand2019-03-081-3/+5
* intel/nir: Move lower_mem_access_bit_sizes to postprocess_nirJason Ekstrand2019-03-081-2/+1
* freedreno/ir3: turn on [iu]mul_highRob Clark2019-03-081-0/+4
* freedreno/ir3: fix ir3_cmdline harderRob Clark2019-03-081-2/+2
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* iris: Use copy_region and staging resources to avoid transfer stallsKenneth Graunke2019-03-084-14/+161
* android: fix missing backspace for line continuationEric Engestrom2019-03-081-1/+1
* prog_to_nir: fix write from vps to FOGKarol Herbst2019-03-081-1/+7
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-083-0/+11
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-083-59/+60
* glx/meson: use full include path for dri_interface.hEric Engestrom2019-03-086-7/+5
* hgl/meson: drop unused include directoryEric Engestrom2019-03-081-1/+1
* intel/compiler: silence unitialized variable warning in opt_vector_float()Brian Paul2019-03-081-1/+1
* intel/decoders: silence uninitialized variable warnings in gen_print_batch()Brian Paul2019-03-081-2/+2
* st/mesa: init hash keys with memset(), not designated initializersBrian Paul2019-03-082-5/+17
* gitlab-ci: fix llvm version (7 doesn't have a ".0")Eric Engestrom2019-03-081-1/+1
* build: make passing an incorrect pointer type a hard errorEric Engestrom2019-03-083-0/+3
* r600: cast pointer to expected typeEric Engestrom2019-03-081-2/+2
* gitlab-ci: autotools needs to be told which llvm version to useEric Engestrom2019-03-081-0/+1
* gitlab-ci: only build the default (=latest) and oldest llvm versionsEric Engestrom2019-03-082-36/+12
* travis: clean upEric Engestrom2019-03-081-3/+2
* travis: drop unused varsEric Engestrom2019-03-081-5/+0
* travis: fix meson build by letting `auto` do its jobEric Engestrom2019-03-081-2/+1
* autotools: don't build libGLES*.so with GLVNDEric Engestrom2019-03-081-2/+8
* meson: don't build libGLES*.so with GLVNDEric Engestrom2019-03-081-5/+7
* pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/Brian Paul2019-03-081-1/+1
* svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()Brian Paul2019-03-081-1/+1
* svga: refactor draw_vgpu10() functionBrian Paul2019-03-081-105/+141
* st/mesa: whitespace, formatting fixes in st_cb_flush.cBrian Paul2019-03-081-14/+19
* st/mesa: move, clean-up shader variant key decls/initsBrian Paul2019-03-082-10/+7
* winsys/svga: use new pb_usage_flags enum typeBrian Paul2019-03-083-6/+26
* pipebuffer: whitespace fixes in pb_buffer.hBrian Paul2019-03-081-52/+49
* pipebuffer: use new pb_usage_flags enum typeBrian Paul2019-03-0811-32/+45
* svga: add svga shader type in the shader variantCharmaine Lee2019-03-0810-31/+33
* gallium/util: add some const qualifiers in u_bitmask.cBrian Paul2019-03-081-6/+10
* gallium/util: whitespace cleanups in u_bitmask.[ch]Brian Paul2019-03-082-84/+85
* nir/linker: fix ARRAY_SIZE query with xfb varyingsAlejandro Piñeiro2019-03-081-1/+2
* nir/linker: Fix TRANSFORM_FEEDBACK_BUFFER_INDEXAntia Puentes2019-03-081-1/+11
* nir/linker: use nir_gather_xfb_infoAlejandro Piñeiro2019-03-081-186/+54
* nir/xfb: handle arrays and AoA of basic typesAlejandro Piñeiro2019-03-081-10/+32
* nir_types: add glsl_type_is_struct helperAlejandro Piñeiro2019-03-082-0/+7
* nir/xfb: sort varyings tooAlejandro Piñeiro2019-03-081-2/+17