summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17anv/formats: Refactor anv_get_formatJason Ekstrand1-30/+27
2016-05-17anv: Use 16 bits for the isl_format in anv_formatJason Ekstrand1-1/+1
2016-05-17anv/formats: Use the isl_channel_select enum for the swizzleJason Ekstrand3-20/+24
2016-05-17anv/formats: Add an anv_get_format helperJason Ekstrand5-66/+58
2016-05-17anv/format: Simplify anv_formatJason Ekstrand2-55/+39
2016-05-17anv/formats: Delete validate_GetPhysicalDeviceFormatPropertiesJason Ekstrand1-10/+0
2016-05-17anv/image: Use aspects for computing full usageJason Ekstrand1-4/+3
2016-05-17anv: Remove the anv_format member from anv_imageJason Ekstrand3-4/+2
2016-05-17anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand2-2/+4
2016-05-17anv/copy: Use the linear format from the image for the buffer block sizeJason Ekstrand1-1/+4
2016-05-17anv/image: Stop using anv_format for image create validationJason Ekstrand1-6/+2
2016-05-17anv/image: Make heavier use of aspectsJason Ekstrand1-50/+34
2016-05-17anv/copy: Use the color_surf from the image to get the block sizeJason Ekstrand1-9/+20
2016-05-17anv: Change render_pass_attachment.format to a VkFormatJason Ekstrand3-5/+8
2016-05-17anv: Add helpers to provide simple VkFormat introspectionJason Ekstrand2-1/+67
2016-05-17anv/image: Use get_isl_format when creating buffer viewsJason Ekstrand1-5/+6
2016-05-17anv/image: Add an aspects fieldJason Ekstrand4-8/+10
2016-05-17anv: Make format_for_descriptor return an isl_formatJason Ekstrand3-13/+11
2016-05-17anv/wayland: Don't allow non-renderable formatsJason Ekstrand1-4/+7
2016-05-17anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand6-66/+70
2016-05-17glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_arrayAdam Jackson1-4/+12
2016-05-17glapi: Define PURE for Sun Studio as wellAdam Jackson1-1/+1
2016-05-17glapi/glx: Mark byteswap functions as _X_UNUSED (v2)Adam Jackson1-6/+6
2016-05-17glapi: Harden GLX request size processing (v2)Adam Jackson5-19/+13
2016-05-17glapi: Add the safe_{add,mul,pad} functions from xserverAdam Jackson1-0/+24
2016-05-17glapi: Fix whitespace droppings when printing the license headerAdam Jackson1-1/+1
2016-05-17mesa/st: add support for NIR as possible driver IRRob Clark8-12/+632
2016-05-17mesa/st: move things around a bit in st_create_fp_variant()Rob Clark1-12/+8
2016-05-17mesa/st: add nir pass for lowering builtin uniformsRob Clark3-0/+278
2016-05-17scons: gallium: link against nir as neededEmil Velikov5-1/+5
2016-05-17i965/fs: Add an allow_spilling flag to brw_compile_fsJason Ekstrand7-20/+28
2016-05-17nvc0/ir: fix shared atomic lowering to preserve shared memory locationIlia Mirkin1-10/+8
2016-05-17freedreno/ir3: fix compiler warningRob Clark1-0/+1
2016-05-17nir/validate: dump annotated shader with error msgsRob Clark1-1/+62
2016-05-17nir/validate: assert() -> validate_assert()Rob Clark1-126/+128
2016-05-17nir/print: add support for print annotationsRob Clark2-1/+35
2016-05-17i965: Expose OpenGL 4.2 for gen8+Alejandro Piñeiro2-2/+2
2016-05-17docs: Mark ARB_vertex_attrib_64bit as done for i965/gen8+Alejandro Piñeiro1-1/+1
2016-05-17i965: Enable ARB_vertex_attrib_64bit for gen8+Alejandro Piñeiro1-0/+1
2016-05-17i965: take care of doubles when lowering VS inputsJuan A. Suarez Romero3-1/+16
2016-05-17i965/fs: calculate first non-payload GRF using attrib slotsJuan A. Suarez Romero3-1/+3
2016-05-17i965/vec4: use attribute slots to calculate URB read lengthJuan A. Suarez Romero1-3/+9
2016-05-17i965: take care of doubles when remapping VS attributesJuan A. Suarez Romero1-15/+11
2016-05-17nir: add double input bitmapJuan A. Suarez Romero2-0/+3
2016-05-17i965/fs: shuffle 32bits into 64bits for doublesJuan A. Suarez Romero1-0/+8
2016-05-17i965/fs: half exec_size when dealing with 64 bits attributesAlejandro Piñeiro1-2/+19
2016-05-17i965: passthru formats cannot be used width edge flag enabledAlejandro Piñeiro1-0/+20
2016-05-17i965: Configure how to store *64*PASSTHRU vertex componentsAntia Puentes1-0/+35
2016-05-17i965: get the proper vertex surface type for doubles on gen8+Alejandro Piñeiro1-3/+27
2016-05-17nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 resultIlia Mirkin1-1/+26