| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: remove dummy_cpp | Dylan Baker | 2018-04-24 | 1 | -1/+1 |
* | meson: remove workaround for custom target creating .h and .c files | Dylan Baker | 2018-04-24 | 1 | -13/+4 |
* | intel/compiler: Add scheduler deps for instructions that implicitly read g0 | Ian Romanick | 2018-04-24 | 2 | -0/+28 |
* | intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s... | Ian Romanick | 2018-04-24 | 1 | -5/+5 |
* | intel/compiler: Silence unused parameter warning in compile_cs_to_nir | Ian Romanick | 2018-04-24 | 1 | -4/+3 |
* | intel/compiler: Silence unused parameter warnings in generate_foo methods | Ian Romanick | 2018-04-24 | 2 | -8/+8 |
* | i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_* | Jason Ekstrand | 2018-04-23 | 1 | -0/+2 |
* | anv/blorp: Do the gen11 BTI flush | Jason Ekstrand | 2018-04-20 | 1 | -0/+14 |
* | i965/fs: retype offset_reg to UD at load_ssbo | Jose Maria Casanova Crespo | 2018-04-20 | 1 | -1/+1 |
* | nir: Offset vertex_id by first_vertex instead of base_vertex | Neil Roberts | 2018-04-19 | 2 | -7/+1 |
* | spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX | Neil Roberts | 2018-04-19 | 2 | -4/+14 |
* | intel: Handle firstvertex in an identical way to BaseVertex | Antia Puentes | 2018-04-19 | 3 | -0/+8 |
* | intel/compiler: Add a uses_firstvertex flag | Neil Roberts | 2018-04-19 | 2 | -0/+5 |
* | anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer | Jason Ekstrand | 2018-04-16 | 1 | -6/+1 |
* | anv: fix number of planes for depth & stencil | Lionel Landwerlin | 2018-04-13 | 2 | -1/+5 |
* | mesa: include mtypes.h less | Marek Olšák | 2018-04-12 | 3 | -0/+3 |
* | blorp: Silence unused function warnings | Nanley Chery | 2018-04-11 | 2 | -3/+3 |
* | vulkan: fix build issue on android (both anv/radv) | Tapani Pälli | 2018-04-11 | 1 | -2/+2 |
* | vulkan: Drop vk_android_native_buffer.xml | Jason Ekstrand | 2018-04-10 | 4 | -32/+16 |
* | intel/dev: Assert the number of slices is not zero | Topi Pohjolainen | 2018-04-11 | 1 | -1/+1 |
* | anv/pipeline: Lower more constant initializers earlier | Jason Ekstrand | 2018-04-09 | 1 | -7/+5 |
* | intel: aubinator: print out addresses of invalid instructions | Lionel Landwerlin | 2018-04-10 | 1 | -9/+14 |
* | intel/compiler: Explicitly cast register type in switch | Ian Romanick | 2018-04-06 | 1 | -1/+1 |
* | anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCS | Jason Ekstrand | 2018-04-05 | 2 | -19/+40 |
* | intel/tools: new intel_sanitize_gpu tool | Kevin Rogovin | 2018-04-05 | 3 | -0/+459 |
* | anv: Make blorp update the clear color. | Rafael Antognolli | 2018-04-05 | 3 | -63/+66 |
* | anv: Use clear address for HiZ fast clears too. | Rafael Antognolli | 2018-04-05 | 3 | -3/+27 |
* | anv: Emit the fast clear color address, instead of value. | Rafael Antognolli | 2018-04-05 | 3 | -4/+70 |
* | anv: Add a helper to extract clear color from the attachment. | Rafael Antognolli | 2018-04-05 | 2 | -13/+21 |
* | intel/blorp: Update clear color state buffer during fast clears. | Rafael Antognolli | 2018-04-05 | 1 | -0/+48 |
* | intel/blorp: Only copy clear color when doing a resolve. | Rafael Antognolli | 2018-04-05 | 1 | -4/+9 |
* | intel/blorp: Add support for fast clear address. | Rafael Antognolli | 2018-04-05 | 1 | -5/+13 |
* | intel/isl: Add support to emit clear value address. | Rafael Antognolli | 2018-04-05 | 2 | -4/+23 |
* | intel: Use Clear Color struct size. | Rafael Antognolli | 2018-04-05 | 6 | -15/+35 |
* | intel/genxml: Add Clear Color struct to gen10+. | Rafael Antognolli | 2018-04-05 | 2 | -0/+18 |
* | intel/genxml: Use a single field for clear color address on gen10. | Rafael Antognolli | 2018-04-05 | 2 | -8/+6 |
* | genxml: Preserve fields that share dword space with addresses. | Rafael Antognolli | 2018-04-05 | 1 | -2/+6 |
* | anv/image: Do not override lower bits of dword. | Rafael Antognolli | 2018-04-05 | 2 | -15/+12 |
* | intel: compiler: silence compiler warning | Lionel Landwerlin | 2018-04-04 | 1 | -0/+1 |
* | anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTEL | Kevin Strasser | 2018-04-03 | 1 | -2/+2 |
* | intel: gen-decoder: print all dword a field belongs to | Lionel Landwerlin | 2018-04-03 | 2 | -7/+9 |
* | intel: genxml: decode variable length MI_LRI | Lionel Landwerlin | 2018-04-03 | 10 | -0/+40 |
* | intel: gen-decoder: don't decode fields beyond a dword length | Lionel Landwerlin | 2018-04-03 | 1 | -15/+26 |
* | intel: error_decode: add an option to decode all buffers | Lionel Landwerlin | 2018-04-03 | 1 | -2/+7 |
* | intel: genxml: add preemption control instructions | Lionel Landwerlin | 2018-04-03 | 4 | -0/+26 |
* | nir+drivers: add helpers to get # of src/dest components | Rob Clark | 2018-04-03 | 1 | -6/+5 |
* | anv/cmd_buffer: honor pending clear views for depth/stencil attachments | Iago Toral Quiroga | 2018-04-02 | 1 | -1/+21 |
* | anv/cmd_buffer: consider multiview masks for tracking pending clear aspects | Iago Toral Quiroga | 2018-04-02 | 2 | -3/+96 |
* | intel/vec4: Set channel_sizes for MOV_INDIRECT sources | Jason Ekstrand | 2018-03-30 | 1 | -1/+4 |
* | util: Add and use util_is_power_of_two_nonzero | Ian Romanick | 2018-03-29 | 1 | -2/+2 |