| Commit message (Expand) | Author | Age | Files | Lines |
* | winsys/amdgpu: cleanup error handling in amdgpu_ctx_create | Nicolai Hähnle | 2016-05-17 | 1 | -9/+14 |
* | winsys/amdgpu: avoid ioctl call when fence_wait is called without timeout | Nicolai Hähnle | 2016-05-17 | 1 | -3/+10 |
* | gallium/radeon: add radeon_emitted to check for non-trivial IBs | Nicolai Hähnle | 2016-05-17 | 8 | -16/+17 |
* | gallium/radeon: use radeon_emit_array | Nicolai Hähnle | 2016-05-17 | 1 | -2/+1 |
* | gallium/radeon: use radeon_emit | Nicolai Hähnle | 2016-05-17 | 9 | -136/+135 |
* | st/mesa: fix reversed copyimage canonical format | Nicolai Hähnle | 2016-05-17 | 1 | -3/+3 |
* | Revert "HACK: Don't re-configure L3$ in render stages pre-BDW" | Jordan Justen | 2016-05-17 | 1 | -11/+0 |
* | anv: Port L3 cache programming from i965 | Jordan Justen | 2016-05-17 | 9 | -173/+593 |
* | anv/gen7: Add memory barrier to vkCmdWaitEvents call | Jordan Justen | 2016-05-17 | 1 | -0/+6 |
* | anv: Keep track of whether the data cache should be enabled in L3 | Jordan Justen | 2016-05-17 | 3 | -1/+11 |
* | genxml/hsw: Add L3 cache control registers | Jordan Justen | 2016-05-17 | 1 | -0/+8 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 42 | -149/+141 |
* | r600g,sb: Don't use standard macro name | Jan Vesely | 2016-05-17 | 5 | -11/+11 |
* | anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8 | Jason Ekstrand | 2016-05-17 | 1 | -0/+10 |
* | anv: Add a devinfo argument to the get_format functions | Jason Ekstrand | 2016-05-17 | 5 | -15/+20 |
* | anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGB | Jason Ekstrand | 2016-05-17 | 1 | -2/+5 |
* | anv/formats: Refactor anv_get_format | Jason Ekstrand | 2016-05-17 | 1 | -30/+27 |
* | anv: Use 16 bits for the isl_format in anv_format | Jason Ekstrand | 2016-05-17 | 1 | -1/+1 |
* | anv/formats: Use the isl_channel_select enum for the swizzle | Jason Ekstrand | 2016-05-17 | 3 | -20/+24 |
* | anv/formats: Add an anv_get_format helper | Jason Ekstrand | 2016-05-17 | 5 | -66/+58 |
* | anv/format: Simplify anv_format | Jason Ekstrand | 2016-05-17 | 2 | -55/+39 |
* | anv/formats: Delete validate_GetPhysicalDeviceFormatProperties | Jason Ekstrand | 2016-05-17 | 1 | -10/+0 |
* | anv/image: Use aspects for computing full usage | Jason Ekstrand | 2016-05-17 | 1 | -4/+3 |
* | anv: Remove the anv_format member from anv_image | Jason Ekstrand | 2016-05-17 | 3 | -4/+2 |
* | anv/wsi: Use vk_format_info for asserts rather than anv_format | Jason Ekstrand | 2016-05-17 | 2 | -2/+4 |
* | anv/copy: Use the linear format from the image for the buffer block size | Jason Ekstrand | 2016-05-17 | 1 | -1/+4 |
* | anv/image: Stop using anv_format for image create validation | Jason Ekstrand | 2016-05-17 | 1 | -6/+2 |
* | anv/image: Make heavier use of aspects | Jason Ekstrand | 2016-05-17 | 1 | -50/+34 |
* | anv/copy: Use the color_surf from the image to get the block size | Jason Ekstrand | 2016-05-17 | 1 | -9/+20 |
* | anv: Change render_pass_attachment.format to a VkFormat | Jason Ekstrand | 2016-05-17 | 3 | -5/+8 |
* | anv: Add helpers to provide simple VkFormat introspection | Jason Ekstrand | 2016-05-17 | 2 | -1/+67 |
* | anv/image: Use get_isl_format when creating buffer views | Jason Ekstrand | 2016-05-17 | 1 | -5/+6 |
* | anv/image: Add an aspects field | Jason Ekstrand | 2016-05-17 | 4 | -8/+10 |
* | anv: Make format_for_descriptor return an isl_format | Jason Ekstrand | 2016-05-17 | 3 | -13/+11 |
* | anv/wayland: Don't allow non-renderable formats | Jason Ekstrand | 2016-05-17 | 1 | -4/+7 |
* | anv/wsi: Make WSI per-physical-device rather than per-instance | Jason Ekstrand | 2016-05-17 | 6 | -66/+70 |
* | glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array | Adam Jackson | 2016-05-17 | 1 | -4/+12 |
* | glapi: Define PURE for Sun Studio as well | Adam Jackson | 2016-05-17 | 1 | -1/+1 |
* | glapi/glx: Mark byteswap functions as _X_UNUSED (v2) | Adam Jackson | 2016-05-17 | 1 | -6/+6 |
* | glapi: Harden GLX request size processing (v2) | Adam Jackson | 2016-05-17 | 5 | -19/+13 |
* | glapi: Add the safe_{add,mul,pad} functions from xserver | Adam Jackson | 2016-05-17 | 1 | -0/+24 |
* | glapi: Fix whitespace droppings when printing the license header | Adam Jackson | 2016-05-17 | 1 | -1/+1 |
* | mesa/st: add support for NIR as possible driver IR | Rob Clark | 2016-05-17 | 8 | -12/+632 |
* | mesa/st: move things around a bit in st_create_fp_variant() | Rob Clark | 2016-05-17 | 1 | -12/+8 |
* | mesa/st: add nir pass for lowering builtin uniforms | Rob Clark | 2016-05-17 | 3 | -0/+278 |
* | scons: gallium: link against nir as needed | Emil Velikov | 2016-05-17 | 5 | -1/+5 |
* | i965/fs: Add an allow_spilling flag to brw_compile_fs | Jason Ekstrand | 2016-05-17 | 7 | -20/+28 |
* | nvc0/ir: fix shared atomic lowering to preserve shared memory location | Ilia Mirkin | 2016-05-17 | 1 | -10/+8 |
* | freedreno/ir3: fix compiler warning | Rob Clark | 2016-05-17 | 1 | -0/+1 |
* | nir/validate: dump annotated shader with error msgs | Rob Clark | 2016-05-17 | 1 | -1/+62 |