projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2016-05-28
Ilia Mirkin
gk110/ir: fix unspilling of predicates from registers
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Samuel Pitoiset
nvc0: remove outdated surfaces validation code for...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Samuel Pitoiset
nvc0: do not always invalidate 3D CBs when using compute
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965: Update compute workgroup size limit calculation...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965: Add do32 debug option.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Build 32-wide compute shader when needed.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Extend back-end interface for limiting the...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Implement SIMD32 register allocation support.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove pre-Gen7 register allocation class...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Don't mutate multi-component arguments in...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix multiple ACP interference during copy...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix cmod propagation not to propagate non...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Estimate number of registers written correctly...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Reset reg_offset of the original destination...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Skip remove_duplicate_mrf_writes() during...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardl...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Emit fixed width memory fence opcode regardles...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Return 32 bit mask from fs_builder::sample_mask().
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Emit fixed-width null register regardless...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix half() to handle more exotic register...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix horiz_offset() to handle ARF and HW GRF...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Clean up remaining uses of fs_inst::reads_flag...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Keep track of flag dependencies with byte...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Track flag register liveness with byte granula...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Define methods to calculate the flag subset...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Expose arbitrary channel execution groups...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/ir: Make BROADCAST emit an unmasked single-channel...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Allow specifying arbitrary quarter control...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Allow specifying arbitrary execution sizes...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Lower 32-wide scratch writes in the generator.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Implement scratch reads and writes of 4 GRFs...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Fix Gen7+ DP scratch message size calculation...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Set execution size explicitly for memory fence...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Consider QtrCtrl 3Q-4Q in typed surface messag...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Clean up remaining uses of dispatch_width...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Remove brw_codegen::compressed and ::compresse...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Use current exec size instead of p->compressed...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: No need to reset predicate control after emitt...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Pass current execution size to brw_IF() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Stop using p->compressed to specify the exec...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Extend region width calculation to allow arbit...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Kenneth Graunke
i965/fs: Pass the compression mode to brw_reg_from_fs_r...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Simplify per-instruction compression control...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: No need to set compression control at the...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Fix a bunch of compression control bugs in...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/eu: Define alternative interface for setting compr...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove FS_OPCODE_PACK_STENCIL_REF virtual...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove extract virtual opcodes.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965: Define brw_int_type() helper.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove manual splitting of DDY ops in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove manual unrolling of BFI instructions...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Drop Gen7 CMP SIMD unrolling workaround from...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Drop lowering code for a few three-source...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Set default access mode to Align1 for all...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Remove handcrafted math SIMD lowering from...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Limit SIMD width of various virtual opcodes...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Lower LOAD_PAYLOAD instructions of unsupported...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Lower DDY instructions to SIMD8 during SIMD...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Apply usual FPU-like execution size restrictio...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Calculate maximum execution size of MOV_INDIRE...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Assert that IF instruction with embedded compa...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Implement HSW BFI exec size workarounds in...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Implement workaround for IVB CMP dependency...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Enforce common regioning restrictions by SIMD...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Enforce extended math exec size limits during...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Handle SAMPLEINFO consistently like other...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Lower math into Gen4-5 send-like instructions...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Add missing get_latency_gen7() cases for the...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Rename Gen4 physical varying pull constant...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Implement promotion of varying pull loads...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Hide varying pull constant load message setup...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Avoid constant propagation when the type sizes...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix CSE temporary copy for some LOAD_PAYLOAD...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Handle instruction predication in SIMD lowerin...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: No need to unzip SIMD-periodic sources during...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Generalize is_uniform() to is_periodic().
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix byte_offset() for MRF/ARF/FIXED_GRF regs.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Francisco Jerez
i965/fs: Fix off-by-one region overlap comparison in...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Ronie Salgado
anv/cmd_buffer: Don't delete command buffers in ResetCo...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Brian Paul
gallium/util: another s/unsigned/enum pipe_prim_type...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Jason Ekstrand
anv: Try the first 8 render nodes instead of just rende...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Jason Ekstrand
anv: strdup the device path into the physical device
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Jason Ekstrand
anv/formats: Exit early for unsupported formats
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Jason Ekstrand
anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSU...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-28
Jason Ekstrand
anv/clear: Remove an unused variable
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Brian Paul
gallium/util: another unsigned -> enum pipe_prim_type...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jordan Justen
i965/compute: Fix uniform init issue when SIMD8 is...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Bas Nieuwenhuizen
docs: Mention GL4.3 and ES3.1 support for nvc0 and...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jason Ekstrand
anv: Emit DRAWING_RECTANGLE once at driver initialization
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jason Ekstrand
anv/cmd_buffer: Only emit PIPE_CONTROL on-demand
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jason Ekstrand
genxml: Make PIPE_CONTROL::CommandStreamerStallEnable...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jason Ekstrand
anv/clear: Only clear the render area when doing subpas...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Jason Ekstrand
anv: Move push constant allocation to the command buffer
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Bas Nieuwenhuizen
radeonsi: enable OpenGL 4.3
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Dave Airlie
nouveau: enable GL 4.3 on kepler/fermi
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Marek Olšák
radeonsi: always reserve output space for tess factors
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Dave Airlie
glsl/linker: call link_uniform blocks on linked shader.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-27
Dave Airlie
mesa/get: drop unused extension checks.
commit
|
commitdiff
|
tree
|
snapshot
next