| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl/linker: Don't include interface name for built-in blocks | Ian Romanick | 2016-05-18 | 1 | -1/+2 |
* | glsl: Assert that inputs have a location assigned | Ian Romanick | 2016-05-18 | 1 | -0/+2 |
* | glsl/linker: Fix trivial typos in comments | Ian Romanick | 2016-05-18 | 2 | -8/+8 |
* | glsl/linker: Fix some formatting to match current coding conventions | Ian Romanick | 2016-05-18 | 1 | -8/+6 |
* | glsl/linker: Silence unused parameter warning | Ian Romanick | 2016-05-18 | 1 | -5/+3 |
* | glsl/linker: Silence unused parameter warning | Ian Romanick | 2016-05-18 | 1 | -3/+2 |
* | i965: Silence unused parameter warnings | Ian Romanick | 2016-05-18 | 14 | -35/+19 |
* | mesa: Don't advertise GLES 3.1 without compute support | Daniel Scharrer | 2016-05-18 | 1 | -1/+2 |
* | mesa/st: don't leak name | Rob Clark | 2016-05-18 | 1 | -2/+5 |
* | svga: null out all sampler views if start=num=0 | Brian Paul | 2016-05-17 | 1 | -0/+12 |
* | st/mesa: remove unused st_context::default_texture | Brian Paul | 2016-05-17 | 2 | -7/+0 |
* | cso: remove / add some comments | Brian Paul | 2016-05-17 | 1 | -6/+4 |
* | vc4: Add support for vertex color clamping in the rasterizer. | Eric Anholt | 2016-05-17 | 3 | -1/+6 |
* | vc4: Move tgsi_to_nir to precompile time. | Eric Anholt | 2016-05-17 | 1 | -12/+15 |
* | vc4: Mark the driver as supporting fragment color clamping in rast. | Eric Anholt | 2016-05-17 | 1 | -1/+1 |
* | vc4: Enable sharing shaders across contexts. | Eric Anholt | 2016-05-17 | 2 | -2/+3 |
* | vc4: Switch to using nir_load_front_face. | Eric Anholt | 2016-05-17 | 2 | -9/+18 |
* | vc4: Drop the dead export_linkage array. | Eric Anholt | 2016-05-17 | 1 | -5/+0 |
* | vc4: Fix a -Wformat-security warning. | Eric Anholt | 2016-05-17 | 1 | -1/+1 |
* | i965: Make brw_reg_from_fs_reg() halve exec_size when compressed. | Kenneth Graunke | 2016-05-17 | 1 | -4/+6 |
* | i965: Move compression decisions before brw_reg_from_fs_reg(). | Kenneth Graunke | 2016-05-17 | 1 | -26/+26 |
* | i965: Enable ES 3.2 sample shading extensions. | Kenneth Graunke | 2016-05-17 | 1 | -0/+1 |
* | anv: Fix warning: unused variable ‘cs_prog_data’ | Jordan Justen | 2016-05-17 | 2 | -2/+0 |
* | android: fix building error in libmesa_st_mesa | Mauro Rossi | 2016-05-17 | 1 | -0/+2 |
* | radeonsi: force level zero on image instructions in non-fragment shaders (v2) | Nicolai Hähnle | 2016-05-17 | 1 | -0/+5 |
* | radeonsi: emit TXQ in separate functions | Nicolai Hähnle | 2016-05-17 | 1 | -52/+78 |
* | 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 |