Remove wrongly repeated words in comments
[mesa.git] / src / gallium / drivers / nouveau /
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-22 Ilia Mirkinnv50,nvc0: fix start_instance in manual push path
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-06-19 Ilia Mirkinnvc0: don't make use of push hint if there are no non...
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Ilia Mirkinnv50: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkinnvc0: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-18 Samuel Pitoisetnv50/ir: add missing strings for some recent sysvals
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-11 Ilia Mirkinnv50: reinstate dedicated constbuf push path
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-07 Ilia Mirkingk104/ir: fix conditions for adding a texbar
2016-06-07 Ilia Mirkinnvc0: add support for VOTE tgsi opcodes
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-06-06 Samuel Pitoisetnv50/ir: use round toward 0 when converting doubles...
2016-06-05 Ilia Mirkinnv50,nvc0: fix BGR10_A2UI vertex format
2016-06-05 Samuel Pitoisetnvc0: do not clear surfaces bins in the validate function
2016-06-05 Samuel Pitoisetnvc0: re-validate images after launching a grid on...
2016-06-05 Ilia Mirkinnvc0: reduce overhead from always marking images dirty
2016-06-05 Ilia Mirkinnvc0: reduce overhead from always marking buffers dirty
2016-06-05 Ilia Mirkinnvc0: fix memory barrier flag handling
2016-06-05 Ilia Mirkinnvc0: mark bound buffer range valid
2016-06-02 Samuel Pitoisetnvc0: mark buffer texture range valid for shader images
2016-06-01 Ilia Mirkinnv50/ir: fix error finding free element in bitset in...
2016-06-01 Ilia Mirkinnv50/ir: print relevant file's bitset when showing...
2016-05-30 Ilia Mirkinnvc0/ir: fix spilling predicates to registers
2016-05-30 Ilia Mirkinnvc0/ir: limit max number of regs based on availability...
2016-05-30 Ilia Mirkinnv50/ir: record number of threads in a compute shader
2016-05-30 Pierre Moreaunv50/ir: Add missing handling of U64/S64 in inlines
2016-05-30 Ilia Mirkinnvc0/ir: fix emission of predicate spill to register
2016-05-30 Ilia Mirkinnvc0: fix some compute texture validation bits on kepler
2016-05-30 Stanimir Varbanovgallium: push offset down to driver
2016-05-29 Ilia Mirkinnv50,nvc0: fix the max_vertices=0 case
2016-05-28 Ilia Mirkingk110/ir: fix unspilling of predicates from registers
2016-05-28 Samuel Pitoisetnvc0: remove outdated surfaces validation code for...
2016-05-28 Samuel Pitoisetnvc0: do not always invalidate 3D CBs when using compute
2016-05-27 Dave Airlienouveau: enable GL 4.3 on kepler/fermi
2016-05-27 Ilia Mirkinnvc0/ir: handle a load's reg result not being used...
2016-05-27 Ilia Mirkinnvc0/ir: avoid generating illegal instructions for...
2016-05-26 Samuel Pitoisetnvc0: invalidate textures/samplers between 3D and CP...
2016-05-26 Samuel Pitoisetnvc0: allow to monitor MP perf counters with compute...
2016-05-26 Ilia Mirkinnvc0: add note about where the viewport mask would go
2016-05-26 Ilia Mirkinnvc0: enable 32 textures on kepler+
2016-05-25 Samuel Pitoisetnvc0: add descriptions for hardware perf counters/metrics
2016-05-24 Ilia Mirkinnvc0: expose robust buffer access
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-23 Samuel Pitoisetnvc0: do not invalidate compute constbufs on Kepler
2016-05-23 Ilia Mirkinnv30: don't assert when running out of registers
2016-05-23 Ilia Mirkinnouveau: allow allocating non-object-backed buffers
2016-05-22 Samuel Pitoisetnvc0/ir: fix indirect access for images
2016-05-22 Ilia Mirkinnv30: reset the stencil mask when fast-clearing
2016-05-22 Ilia Mirkinnv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
2016-05-22 Ilia Mirkinnvc0: fix setting of tess_mode in various situations
2016-05-22 Ilia Mirkinnv50/ir: fix prog info init
2016-05-22 Ilia Mirkinnvc0/ir: return 0 for gl_TessCoord.z for non-triangles...
2016-05-21 Samuel Pitoisetnvc0: expose GLSL version 420 on GF100
2016-05-21 Samuel Pitoisetnvc0: enable ARB_shader_image_load_store on GF100
2016-05-21 Samuel Pitoisetnvc0/ir: add a lowering pass for surfaces on Fermi
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for SULDB and SUSTx
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for OP_SULEA
2016-05-21 Samuel Pitoisetnv50/ir: fix tex constraints for surface coords on...
2016-05-21 Ilia Mirkinnv50/ir: use moveSources to condense sources
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-05-21 Samuel Pitoisetnvc0/ir: don't check the format for surface stores...
2016-05-21 Samuel Pitoisetnv50/ir: fix a comment in canDualIssue()
2016-05-21 Samuel Pitoisetnv50/ir: fix SUSTx constraints on Kepler
2016-05-20 Ilia Mirkinnvc0: account for shader-allocated local memory needs
2016-05-20 Ilia Mirkinnv50/ir: treat addresses as local
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Ilia Mirkinnvc0/ir: fix shared atomic lowering to preserve shared...
2016-05-17 Ilia Mirkinnvc0/ir: make sure out-of-bounds buffer loads/atomics...
2016-05-15 Ilia Mirkinnv50/ir: avoid asserts when the state tracker feeds...
2016-05-15 Ilia Mirkinnvc0: don't try to go through the push path for indirec...
2016-05-15 Ilia Mirkinnvc0/ir: make sure to align the second arg of TXD to...
2016-05-15 Tobias Klausmannnv50,nvc0: add support for cull distances
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-12 Samuel Pitoisetnvc0: fix indentation in nvc0_invalidate_resource_storage()
2016-05-12 Samuel Pitoisetnvc0: save some CPU cycles in nvc0_context_unreference_...
2016-05-12 Samuel Pitoisetnvc0: invalidate texture buffers for compute
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-05-12 Ilia Mirkinnv50/ir: generalize interp fixups to be able to fixup...
2016-05-10 Samuel Pitoisetnvc0: enable compute support by default on GK110+
2016-05-09 Samuel Pitoisetnv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
2016-05-06 Samuel Pitoisetnvc0: unreference images when the context is destroyed
2016-05-04 Ilia Mirkinnouveau/video: properly detect the decoder class for...
2016-05-03 Samuel Pitoisetnvc0: compute a percentage for metric-achieved_occupancy
2016-05-03 Samuel Pitoisetnvc0: display some performance metrics with a percentage
2016-05-03 Samuel Pitoisetnvc0: store the driver query type for performance metrics
2016-05-03 Samuel Pitoisetnvc0: fix exposing of metric-issue_slots for SM21/SM30
2016-05-02 Samuel Pitoisetnv50,nvc0: re-bind old compute state after reading...
2016-04-28 Samuel Pitoisetnvc0: stick compute kernel arguments into uniform_bo
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Take src swizzle into account
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Do not call fetchSrc(1) if...
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Always use component 0 when...
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
next