| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | intel/genxml: Use enum SURFACE_FORMAT where applicable | Kristian H. Kristensen | 2016-11-29 | 5 | -10/+10 |
* | intel/genxml: Use enum 3D_Prim_Topo_Type where applicable | Kristian H. Kristensen | 2016-11-29 | 5 | -15/+15 |
* | intel/genxml: Use 3D_Compare_Function for gen8+ test functions | Kristian H. Kristensen | 2016-11-29 | 2 | -8/+8 |
* | intel/genxml: Emit genxml enums as C enums | Kristian H. Kristensen | 2016-11-29 | 1 | -4/+4 |
* | intel/genxml: Remove duplicate COMPAREFUNCTION values | Kristian H. Kristensen | 2016-11-29 | 3 | -120/+12 |
* | intel/genxml: Allow referencing enums in type attributes | Kristian H. Kristensen | 2016-11-29 | 1 | -0/+7 |
* | anv: Emit cherryview SF state without including gen9_pack.h | Kristian H. Kristensen | 2016-11-29 | 1 | -13/+23 |
* | anv: Don't include two different pack headers | Kristian H. Kristensen | 2016-11-29 | 1 | -3/+5 |
* | intel/genxml: Move enums above structs | Kristian H. Kristensen | 2016-11-29 | 5 | -1726/+1726 |
* | genxml: Add values for Barycentric Interpolation Mode | Kristian H. Kristensen | 2016-11-29 | 5 | -5/+40 |
* | anv: remove per-sample shading from TODO | Ilia Mirkin | 2016-11-30 | 1 | -1/+0 |
* | anv: clean up VkPhysicalDeviceFeatures list | Ilia Mirkin | 2016-11-30 | 1 | -3/+3 |
* | vulkan/wsi/x11: Destroy Present event context when destroying swapchain | Michel Dänzer | 2016-11-30 | 1 | -0/+6 |
* | glsl: use linked_shaders bitmask to iterate stages for subroutine fields | Timothy Arceri | 2016-11-30 | 2 | -31/+26 |
* | mesa: optimise interleaved sso validation | Timothy Arceri | 2016-11-30 | 1 | -11/+14 |
* | mesa/glsl: add bitmask to track stages a program was linked against | Timothy Arceri | 2016-11-30 | 2 | -0/+4 |
* | swr: [rasterizer jit] use signed integer representation for logic op | Ilia Mirkin | 2016-11-29 | 1 | -5/+12 |
* | swr: add missing rgbx8_srgb variant | Ilia Mirkin | 2016-11-29 | 1 | -0/+1 |
* | swr: reorder renderable formats, add grouping comments | Ilia Mirkin | 2016-11-29 | 1 | -65/+87 |
* | swr: use util_copy_framebuffer_state helper | Ilia Mirkin | 2016-11-29 | 1 | -12/+1 |
* | swr: enable cubemap arrays | Ilia Mirkin | 2016-11-29 | 1 | -1/+1 |
* | swr: rearrange caps into limits/supported/unsupported groups | Ilia Mirkin | 2016-11-29 | 1 | -129/+84 |
* | swr: only store up to the LOD size | Ilia Mirkin | 2016-11-29 | 1 | -1/+3 |
* | swr: [rasterizer common] add SwrTrace() and macros | Tim Rowley | 2016-11-29 | 2 | -15/+95 |
* | radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer | Marek Olšák | 2016-11-29 | 1 | -51/+43 |
* | radeonsi: disable XNACK to free 2 SGPRs on APUs | Marek Olšák | 2016-11-29 | 1 | -1/+1 |
* | radeonsi: count and report temp arrays in scratch separately | Marek Olšák | 2016-11-29 | 2 | -4/+40 |
* | radeonsi: don't try to eliminate trivial VS outputs for PS and CS | Marek Olšák | 2016-11-29 | 1 | -1/+4 |
* | radeonsi: disable RB+ blend optimizations for dual source blending | Marek Olšák | 2016-11-29 | 1 | -0/+11 |
* | radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending | Marek Olšák | 2016-11-29 | 1 | -0/+4 |
* | radeonsi: always set all blend registers | Marek Olšák | 2016-11-29 | 1 | -5/+5 |
* | radeonsi: set the smallest possible CB_TARGET_MASK | Marek Olšák | 2016-11-29 | 1 | -5/+5 |
* | radeonsi: don't print bodies of header-only packets | Marek Olšák | 2016-11-29 | 1 | -0/+4 |
* | radeonsi: print unknown registers with correct formatting | Marek Olšák | 2016-11-29 | 1 | -1/+2 |
* | ddebug: fix hang detection with deferred flushes | Marek Olšák | 2016-11-29 | 1 | -1/+1 |
* | radv: set spi_baryc_cntl.pos_float_location to 0 | Dave Airlie | 2016-11-29 | 1 | -1/+1 |
* | radv: force persample shading when required. | Dave Airlie | 2016-11-29 | 4 | -6/+23 |
* | nir: print var binding in dumps. | Dave Airlie | 2016-11-29 | 1 | -1/+1 |
* | i965/sched: Schedule trivial blocks. | Matt Turner | 2016-11-29 | 1 | -3/+0 |
* | i965/sched: Make 'time' a local variable. | Matt Turner | 2016-11-29 | 1 | -3/+1 |
* | i965/cfg: Initialize bblock_t::cycle_count. | Matt Turner | 2016-11-29 | 1 | -1/+1 |
* | i965/cfg: Initialize cfg_t::cycle_count. | Matt Turner | 2016-11-29 | 2 | -1/+2 |
* | ac/nir: Fix accessing an unitialized value. | Bas Nieuwenhuizen | 2016-11-29 | 1 | -1/+2 |
* | radv: Initialize the shader_stats_dump flag. | Bas Nieuwenhuizen | 2016-11-29 | 1 | -0/+1 |
* | vc4: Add a note for the future about texture latency calculation. | Eric Anholt | 2016-11-29 | 1 | -0/+20 |
* | vc4: Add support for coalescing ALU ops into tex_[srtb] MOVs. | Eric Anholt | 2016-11-29 | 4 | -29/+37 |
* | vc4: Restructure VPM write optimization into two passes. | Eric Anholt | 2016-11-29 | 1 | -18/+10 |
* | vc4: Make qir_for_each_inst_inorder() safe against removal. | Eric Anholt | 2016-11-29 | 1 | -1/+1 |
* | vc4: Split optimizing VPM writes from VPM reads. | Eric Anholt | 2016-11-29 | 5 | -51/+110 |
* | vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst. | Eric Anholt | 2016-11-29 | 9 | -89/+194 |