radeonsi: expose ARB_timer_query unconditionally
[mesa.git] / src / intel / compiler /
2017-07-14 Kenneth Graunkei965: Use pushed UBO data in the scalar backend.
2017-07-14 Kenneth Graunkei965: Factor out push locations.
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-07-13 Lionel Landwerlinintel/compiler: no need to check unsigned is >= 0
2017-07-13 Lionel Landwerlinintel/compiler: don't check unsigned is >= 0
2017-07-13 Lionel Landwerlinintel/compiler: remove check unsigned is >= 0
2017-07-12 Anuj Phogatintel/compiler: Don't use opt_sampler_eot() optimizatio...
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-06-09 Anuj Phogati965/cnl: Update few assertions
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Kenneth Graunkei965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for...
2017-06-01 Kenneth Graunkei965: Drop duplicate shadow variable.
2017-06-01 Kenneth Graunkei965: Move SOL PSIZ hacks from draw time to link time.
2017-05-30 Kenneth Graunkei965: Ignore INTEL_SCALAR_* debug variables on Gen10+.
2017-05-26 Jason Ekstrandi965: Move clip program compilation to the compiler
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-26 Jason Ekstrandintel/compiler: Make brw_disasm take const assembly
2017-05-18 Samuel Iglesias... i965/vec4: load dvec3/4 uniforms first in the push...
2017-05-18 Samuel Iglesias... i965/vec4: fix swizzle and writemask when loading an...
2017-05-18 Samuel Iglesias... i965/vec4/gs: restore the uniform values which was...
2017-05-16 Matt Turneri965: Fix test_eu_validate.cpp
2017-05-15 Matt Turneri965: Add a weak no-op nir_print_instr() symbol
2017-05-15 Matt Turneri965: Allow brw_eu_validate to handle compact instructions
2017-05-15 Matt Turneri965: Pass pointer and end of assembly to brw_validate_...
2017-05-09 Jason Ekstrandi965/vec4: Delete the system value infastructure
2017-05-09 Jason Ekstrandi965/vec4: Use NIR to do GS input remapping
2017-05-09 Jason Ekstrandi965/fs: Move remapping of gl_PointSize to the NIR...
2017-05-09 Jason Ekstrandi965/nir: Inline remap_inputs_with_vue_map
2017-05-09 Jason Ekstrandi965/vec4: Use NIR remapping for VS attributes
2017-05-09 Jason Ekstrandintel/compiler/vs: Move inputs_read handling to generic...
2017-05-09 Jason Ekstrandi965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
2017-05-09 Jason Ekstrandi965/fs: Lower gl_VertexID and friends to inputs at...
2017-05-09 Jason Ekstrandi965/vs: Set uses_vertexid and friends from brw_compile_vs
2017-05-09 Jason Ekstrandi965: Move multiply by 4 for VS ATTR setup into the...
2017-05-09 Jason Ekstrandi965/nir: Inline remap_vs_attrs
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-09 Lionel Landwerlinintel: compiler: prevent integer overflow
2017-05-09 Lionel Landwerlinintel: compiler: remove duplicated code
2017-05-03 Rafael Antognollii965: Move enums to brw_compiler.h.
2017-05-03 Samuel Iglesias... i965/vec4: don't modify regioning parameters to the...
2017-05-03 Samuel Iglesias... i965/vec4: fix register width for DF VGRF and UNIFORM
2017-05-03 Samuel Iglesias... i965/vec4: fix vertical stride to avoid breaking region...
2017-04-24 Francisco Jerezintel/fs: Take into account amount of data read in...
2017-04-24 Francisco Jerezintel/fs: Use regs_written() in spilling cost heuristic...
2017-04-24 Kenneth Graunkei965/vec4: Use reads_accumulator_implicitly(), not...
2017-04-24 Timothy Arcerinir/i965: add before ffma algebraic opts
2017-04-22 Kenneth Graunkei965/vec4: Avoid reswizzling MACH instructions in opt_r...
2017-04-14 Matt Turneri965: Use correct VertStride on align16 instructions.
2017-04-14 Samuel Iglesias... i965/vec4/dce: improve track of partial flag register...
2017-04-14 Samuel Iglesias... i965/vec4: don't do horizontal stride on some register...
2017-04-14 Matt Turneri965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH...
2017-04-14 Samuel Iglesias... i965/vec4: use vec4_builder to emit instructions in...
2017-04-14 Juan A. Suarez Romeroi965/vec4: consider subregister offset in live variables
2017-04-14 Francisco Jerezi965/vec4: fix assert to detect SIMD lowered DF instruc...
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-04-14 Samuel Iglesias... i965/vec4: split d2x conversion and data gathering...
2017-04-14 Juan A. Suarez Romeroi965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYT
2017-04-14 Juan A. Suarez Romeroi965/vec4: keep original type when dealing with null...
2017-04-14 Samuel Iglesias... i965/vec4: split DF instructions and later double its...
2017-04-14 Samuel Iglesias... i965/fs: lower all non-force_writemask_all DF instructi...
2017-04-14 Francisco Jerezi965/fs: Get 64-bit indirect moves working on IVB.
2017-04-14 Matt Turneri965: Use source region <1,2,0> when converting to DF.
2017-04-14 Juan A. Suarez Romeroi965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT
2017-04-14 Juan A. Suarez Romeroi965/fs: fix dst stride in IVB/BYT type conversions
2017-04-14 Samuel Iglesias... i965/fs: rename lower_d2x to lower_conversions
2017-04-14 Samuel Iglesias... Revert "i965/fs: Don't emit SEL instructions for type...
2017-04-14 Samuel Iglesias... i965/fs: generalize the legalization d2x pass
2017-04-14 Matt Turneri965: Use <0,2,1> region for scalar DF sources on IVB...
2017-04-14 Samuel Iglesias... i965/fs: clamp exec_size when an instruction has a...
2017-04-14 Juan A. Suarez Romeroi965/fs: double regioning parameters and execsize for...
2017-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-04-14 Matt Turneri965: Handle IVB DF differences in the validator.
2017-04-14 Iago Toral Quirogai965/disasm: also print nibctrl in IVB for execsize=8
2017-04-11 Francisco Jerezi965/fs: Take into account lower frequency of condition...
2017-04-05 Jason Ekstrandi965/fs: Always provide a default LOD of 0 for TXS...
2017-04-03 Jason Ekstrandintel/vec4: Add some fall through comments
2017-03-29 Alejandro Piñeiroi965: expose BRW_OPCODE_[F32TO16/F16TO32] name on gen8+
2017-03-27 Matt Turneri965/fs: Don't emit SEL instructions for type-convertin...
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-23 Matt Turneri965: Replace OPT_V() with OPT().
2017-03-23 Matt Turneri965/fs: Return progress from demote_sample_qualifiers().
2017-03-23 Matt Turneri965/fs: Return progress from move_interpolation_to_top().
2017-03-22 Emil Velikovintel/compiler: consistently use ifndef guards over...
2017-03-22 Emil Velikovi965: make brw_setup_image_uniform_values static
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/fs: Re-arrange conversion operations
2017-03-14 Jason Ekstrandi965/vec4: Get rid of the type parameter from to/from_d...
2017-03-14 Jason Ekstrandi965/fs: Use num_components from the SSA def in image...
2017-03-13 Iago Toral Quirogaintel: fix compiler build
2017-03-13 Emil Velikovintel/compiler: whitespace cleanups
2017-03-13 Emil Velikovintel/compiler: link all tests again gtest, even test_e...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler