| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/blorp: Add a generic ISL-based surface state emit path | Jason Ekstrand | 2016-07-15 | 2 | -0/+163 |
* | i965/miptree: Add a helper for getting the aux isl_surf from a miptree | Jason Ekstrand | 2016-07-15 | 2 | -0/+122 |
* | i965/miptree: Add a helper for getting the ISL clear color from a miptree | Jason Ekstrand | 2016-07-15 | 2 | -0/+30 |
* | i965/miptree: Add a helper for getting an isl_surf from a miptree | Jason Ekstrand | 2016-07-15 | 2 | -2/+176 |
* | i965: Add an isl_device to the brw_context | Jason Ekstrand | 2016-07-15 | 2 | -0/+6 |
* | isl/state: Add support for OffsetX/Y in surface state | Jason Ekstrand | 2016-07-15 | 2 | -0/+31 |
* | isl: Add support for filling out surface states all the way back to gen4 | Jason Ekstrand | 2016-07-15 | 6 | -5/+182 |
* | isl: Add an ISL_DEV_IS_G4X macro | Jason Ekstrand | 2016-07-15 | 1 | -0/+4 |
* | genxml: Add macros and #includes for gens 4-6 | Jason Ekstrand | 2016-07-15 | 2 | -2/+23 |
* | genxml: Make X/Y Offset field of SURFACE_STATE a uint | Jason Ekstrand | 2016-07-15 | 7 | -14/+14 |
* | genxml: Add enough XML for gens 4, 4.5, and 5 to get SURFACE_STATE | Jason Ekstrand | 2016-07-15 | 6 | -0/+185 |
* | isl/state: Divide the aux qpitch by 4 | Jason Ekstrand | 2016-07-15 | 1 | -1/+1 |
* | isl: Fix the bs assertion in isl_tiling_get_info | Jason Ekstrand | 2016-07-15 | 1 | -2/+5 |
* | anv: Handle VK_WHOLE_SIZE properly for buffer views | Jason Ekstrand | 2016-07-15 | 1 | -3/+4 |
* | anv: Add an align_down_npot_u32 helper | Jason Ekstrand | 2016-07-15 | 1 | -0/+6 |
* | anv: Enable independentBlend on gen7 | Jason Ekstrand | 2016-07-15 | 1 | -1/+1 |
* | anv/pipeline: Unify blend state setup between gen7 and gen8 | Jason Ekstrand | 2016-07-15 | 3 | -190/+136 |
* | genxml: Make gen6-7 blending look more like gen8 | Jason Ekstrand | 2016-07-15 | 4 | -15/+34 |
* | vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel. | Eric Anholt | 2016-07-15 | 5 | -3/+23 |
* | vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags. | Eric Anholt | 2016-07-15 | 4 | -8/+4 |
* | vc4: Remove dead dirty_samplers field. | Eric Anholt | 2016-07-15 | 2 | -5/+0 |
* | vc4: Turn on control flow support in the simulator environment. | Eric Anholt | 2016-07-15 | 1 | -0/+4 |
* | mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage() | Brian Paul | 2016-07-15 | 1 | -3/+42 |
* | mesa: add proxy texture targets in _mesa_next_mipmap_level_size() | Brian Paul | 2016-07-15 | 1 | -3/+6 |
* | mesa: add numLevels, numSamples to Driver.TestProxyTexImage() | Brian Paul | 2016-07-15 | 7 | -29/+39 |
* | mesa: use _mesa_clear_texture_image() in clear_texture_fields() | Brian Paul | 2016-07-15 | 1 | -3/+1 |
* | svga: avoid ubinding render targets that have already been unbound | Charmaine Lee | 2016-07-15 | 1 | -1/+6 |
* | svga: dump code for GenMips. | Neha Bhende | 2016-07-15 | 1 | -0/+6 |
* | Disable use of weak in threads_posix.h on Cygwin | Jon Turney | 2016-07-15 | 1 | -1/+1 |
* | configure: Don't require pthread-stubs on Cygwin | Jon Turney | 2016-07-15 | 1 | -3/+15 |
* | Use correct names for dlopen()ed files on Cygwin | Yaakov Selkowitz | 2016-07-15 | 3 | -0/+6 |
* | configure: Define _GNU_SOURCE for Cygwin as well | Yaakov Selkowitz | 2016-07-15 | 1 | -4/+1 |
* | Revert "isl: Don't filter tiling flags if a specific tiling bit is set" | Nanley Chery | 2016-07-15 | 1 | -8/+5 |
* | anv/blit2d: Copy with stencil sources when needed | Nanley Chery | 2016-07-15 | 1 | -3/+14 |
* | anv/image: Fix initialization of the ISL tiling | Nanley Chery | 2016-07-15 | 2 | -4/+14 |
* | isl: Fix isl_tiling_is_any_y() | Nanley Chery | 2016-07-15 | 1 | -1/+1 |
* | anv/device: Fix max buffer range limits | Nanley Chery | 2016-07-15 | 1 | -2/+6 |
* | isl: Fix assert on raw buffer surface state size | Nanley Chery | 2016-07-15 | 1 | -1/+8 |
* | anv/cmd_buffer: Simplify range member assignment | Nanley Chery | 2016-07-15 | 1 | -4/+2 |
* | anv/cmd_buffer: Remove unused variable | Nanley Chery | 2016-07-15 | 1 | -2/+1 |
* | anv/descriptor_set: Fix binding partly undefined descriptor sets | Nanley Chery | 2016-07-15 | 1 | -0/+5 |
* | svga: handle mismatched number of samplers, sampler views | Brian Paul | 2016-07-15 | 1 | -5/+10 |
* | st/omx/enc: check uninitialized list from task release | Leo Liu | 2016-07-15 | 1 | -2/+2 |
* | nv50/ir: add missing string for SV_WORK_DIM | Samuel Pitoiset | 2016-07-14 | 1 | -0/+1 |
* | Revert "radeon/llvm: Use alloca instructions for larger arrays" | Marek Olšák | 2016-07-14 | 2 | -149/+25 |
* | r600,compute: Reserve vtx 3 for kernel arguments | Jan Vesely | 2016-07-14 | 1 | -3/+7 |
* | radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission fails | Marek Olšák | 2016-07-14 | 1 | -6/+9 |
* | winsys/amdgpu: return an error on IB submission failures | Marek Olšák | 2016-07-14 | 2 | -1/+9 |
* | gallium/radeon: add a return value to cs_flush | Marek Olšák | 2016-07-14 | 3 | -9/+13 |
* | glsl/types: Use _mesa_hash_data for hashing function types | Jason Ekstrand | 2016-07-14 | 1 | -14/+2 |