aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOADJason Ekstrand2016-04-142-3/+4
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-131-1/+1
* i965: Switch to NIR for ldexp lowering.Kenneth Graunke2016-04-132-2/+1
* i965: Implement the new imod and irem opcodesJason Ekstrand2016-04-132-0/+72
* i965/vec4: Inline get_pull_constant_offsetJason Ekstrand2016-04-132-25/+14
* i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typoKristian Høgsberg Kristensen2016-04-121-4/+4
* i965/tiled_memcpy: Unroll bytes==64 case.Matt Turner2016-04-121-0/+16
* i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.Roland Scheidegger2016-04-121-3/+40
* i965/tiled_memcpy: Move SSSE3 code back into inline functions.Matt Turner2016-04-121-18/+24
* i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.Matt Turner2016-04-121-8/+11
* dri/i965: fix incorrect rgbFormat in intelCreateBuffer().Haixia Shi2016-04-121-8/+12
* dri/i965: extend GLES3 sRGB workaround to cover all formatsHaixia Shi2016-04-121-4/+3
* i965: Add autogenerated 'brw_nir_trig_workarounds.c' to gitignoreEduardo Lima Mitev2016-04-121-0/+1
* i965: Port INTEL_PRECISE_TRIG=1 to NIR.Kenneth Graunke2016-04-117-28/+58
* i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar.Kenneth Graunke2016-04-112-3/+6
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-1/+2
* i965: fix struct type in commentTimothy Arceri2016-04-111-1/+1
* i965: enable OES_texture_buffer on gen7+Ilia Mirkin2016-04-101-0/+1
* i965/disasm: Decode per-slot offsets.Kenneth Graunke2016-04-091-0/+5
* i965/disasm: Decode "channel mask present" bit correctly.Kenneth Graunke2016-04-091-4/+15
* i965/disasm: Simplify the URB opcode printing with ?:.Kenneth Graunke2016-04-091-7/+6
* i965/tiled_memcopy: Get rid of the direction parameter to get_memcpyJason Ekstrand2016-04-085-22/+5
* i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functionsJason Ekstrand2016-04-081-76/+63
* i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functionsJason Ekstrand2016-04-081-32/+43
* i965: Check eu/subslices are > 0Ben Widawsky2016-04-081-1/+1
* i965: Fix eu/subslice warningBen Widawsky2016-04-081-11/+23
* i965: Extract SSEU configuration infoBen Widawsky2016-04-081-14/+21
* i965/sf_state: Pull flat_enables out of prog_dataJason Ekstrand2016-04-064-27/+5
* i965/fs: Add a flat_inputs field to prog_dataJason Ekstrand2016-04-062-0/+37
* brw/device_info: Add a helper for getting a device nameJason Ekstrand2016-04-062-0/+13
* i965/fs_surface_builder: Mask signed integers after conversionJason Ekstrand2016-04-061-0/+18
* i965/fs: Make the repclear shader support either a uniform or a flat inputJason Ekstrand2016-04-061-5/+18
* i965: Move get_hw_prim_for_gl_prim to brw_util.cJason Ekstrand2016-04-062-29/+28
* drirc: add a workaround for blackness in WarsowMarek Olšák2016-04-061-0/+8
* i965/fs: Move the code for load/store_shared to emit_cs_intrinsicJason Ekstrand2016-04-041-76/+76
* i965/nir: Provide a default LOD for buffer texturesJason Ekstrand2016-04-042-0/+8
* i965: Fix invalid pointer read in dead_control_flow_eliminate().Kenneth Graunke2016-04-041-0/+4
* i965: Make bblock_t::next and friends return NULL at sentinels.Kenneth Graunke2016-04-042-1/+13
* i965/peephole_ffma: Only match a mul+add if none of the ops are exactJason Ekstrand2016-04-041-0/+11
* i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.Kenneth Graunke2016-04-044-4/+36
* i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.Kenneth Graunke2016-04-041-1/+2
* i965: Add an implemnetation of nir_op_fquantize2f16Jason Ekstrand2016-04-012-0/+53
* i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.Kenneth Graunke2016-03-311-4/+1
* i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.Kenneth Graunke2016-03-312-6/+18
* i965: Don't add barrier deps for FB write messages.Matt Turner2016-03-301-1/+2
* i965: Add and use is_scheduling_barrier() function.Matt Turner2016-03-301-4/+17
* i965: Remove NOP insertion kludge in scheduler.Matt Turner2016-03-301-20/+5
* i965: Assert that an instruction is not inserted around itself.Matt Turner2016-03-301-0/+4
* i965: Relax restriction on scheduling last instruction.Matt Turner2016-03-301-20/+3
* i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.Matt Turner2016-03-302-2/+3