nvc0: add missing HW SM perf counters for SM30 (Kepler)
[mesa.git] / src / gallium / drivers / nouveau / nv50 /
2015-12-01 Samuel Pitoisetnv50,nvc0: allow to create resources other than buffers
2015-11-23 Ilia Mirkinnv50,nvc0: properly handle buffer storage invalidation...
2015-11-20 Samuel Pitoisetnv50: expose two groups of compute-related MP perf...
2015-11-20 Nicolai Hähnlegallium: add the concept of batch queries
2015-11-19 Samuel Pitoisetnv50: allow using inline vertex data submit when gl_Ver...
2015-11-19 Samuel Pitoisetnv50: add NV84_3D macro
2015-11-15 Ilia Mirkinnv50,nvc0: disable render condition around clear_*...
2015-11-14 Samuel Pitoisetnv50: add support for performance metrics on G84+
2015-11-14 Samuel Pitoisetnv50: add compute-related MP perf counters on G84+
2015-11-14 Samuel Pitoisetnv50: implement a basic compute support
2015-11-14 Samuel Pitoisetnv50: free interpolation parameters in nv50_program_des...
2015-11-12 Ilia Mirkinnv50,nvc0: add ARB_clear_texture support
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-11-06 Ilia Mirkinnvc0: reintroduce BGRA4 format support
2015-11-05 Ilia Mirkinnouveau: send back a debug message when waiting for...
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-11-05 Ilia Mirkinnouveau: add support for sending debug messages via...
2015-11-05 Ilia Mirkinnouveau: relax fence emit space assert
2015-11-01 Samuel Pitoisetnv50: use correct heaps for FP and GP code segments
2015-10-31 Ilia Mirkinnouveau: get rid of tabs
2015-10-30 Samuel Pitoisetnv50: do not create an invalid HW query type
2015-10-30 Samuel Pitoisetnv50: move HW queries to nv50_query_hw.c/h files
2015-10-30 Samuel Pitoisetnv50: move nva0_so_target_save_offset() to its correct...
2015-10-30 Samuel Pitoisetnv50: add a header file for nv50_query
2015-10-30 Ilia Mirkinnv50: mark contexts shareable, compile at creation...
2015-10-30 Ilia Mirkinnv50: allow per-sample interpolation to be forced via...
2015-10-29 Ilia Mirkinnv50: add ARB_copy_image support
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-11 Ilia Mirkinnv50,nvc0: don't base decisions on available pushbuf...
2015-10-07 Ilia Mirkinnouveau: make sure there's always room to emit a fence
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-28 Ilia Mirkinnouveau: delay deleting buffer with unflushed fence
2015-09-28 Ilia Mirkinnouveau: be more careful about freeing temporary transf...
2015-09-17 Ilia Mirkinnv50,nvc0: flush texture cache in presence of coherent...
2015-09-17 Ilia Mirkinnv50,nvc0: detect underlying resource changes and updat...
2015-09-16 Ilia Mirkinnv50, nvc0: fix max texture buffer size to 128M elements
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-10 Ilia Mirkinnvc0: remove BGRA4 format support
2015-09-06 Ilia Mirkinnv50: avoid using inline vertex data submit when gl_Ver...
2015-09-06 Ilia Mirkinnv50: don't flush vertex arrays when index buffer changes
2015-09-06 Ilia Mirkinnv50: rebind bo to bufctx when invalidating idxbuf...
2015-09-06 Ilia Mirkinnv50: clear buffer status on all vertex bufs, not just...
2015-09-06 Ilia Mirkinnv50: fix drawing from tfb, direct-to-pushbuf submits
2015-08-26 Ilia Mirkinnouveau: avoid build failures since 0fc21ecf
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-23 Ilia Mirkinnv50: fix 2d engine blits for 64- and 128-bit formats
2015-08-23 Ilia Mirkinnv50: account for the int RT0 rule for alpha-to-one/cov
2015-08-23 Ilia Mirkinnv50,nvc0: disable depth bounds test on blit
2015-08-17 Ilia Mirkinnv50,nvc0: take level into account when doing eng2d...
2015-08-14 Ilia Mirkinnv50: add depth bounds test support
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-21 Samuel Pitoisetnv50: force cache flush when binding a new ubo
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-20 Samuel Pitoisetnv50: limit the maximum number of samplers to 16
2015-07-20 Samuel Pitoisetnv50: turn samples counts off during blit
2015-07-20 Samuel Pitoisetnv50: add nesting support for occlusion queries
2015-07-20 Ilia Mirkinnv50: fix max level clamping on G80
2015-07-16 Marek Olšákgallium: add BIND flags for R/W buffers and images
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-11 Ilia Mirkinnv50, nvc0: enable at least one color RT if alphatest...
2015-07-08 Samuel Pitoisetnv50: avoid segfault with enabled but unbound vertex...
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-06-15 Ilia Mirkinnv50,nvc0: clamp uniform size to 64k
2015-06-10 Dave Airlienouveau: set imported buffers to what the kernel gives us
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-05-23 Samuel Pitoisetnv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0
2015-05-22 Samuel Pitoisetnv50: fix PIPELINE_STATISTICS with HUD, based on nvc0
2015-05-22 Samuel Pitoisetnv50: fix 64-bit queries with HUD, based on nvc0
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-09 Ilia Mirkinnv50: keep track of PGRAPH state in nv50_screen
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-04-07 Ilia Mirkinnv50,nvc0: limit the y-tiling of 3d textures to the...
2015-04-04 Ilia Mirkinnv50: allocate more offset space for occlusion queries
2015-03-24 Ilia MirkinRevert "nv50,nvc0: remove bogus 64_FLOAT formats"
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-07 Ilia Mirkinnv50,nvc0: remove bogus 64_FLOAT formats
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-20 Ilia Mirkinnv50: add PIPELINE_STATISTICS query support, based...
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-10 Tiziano Bacocconv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-01-05 Ilia Mirkinnv50: regenerate rnndb headers
2015-01-05 Tobias Klausmannnv50: enable texture compression
2015-01-05 Ilia Mirkinnv50,nvc0: avoid doing work inside of an assert
2014-12-31 Ilia Mirkinnv50,nvc0: set vertex id base to index_bias
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-27 Ilia Mirkinnv50: remove ancient map of rt formats
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-11-15 Ilia Mirkinnv50,nvc0: use clip_halfz setting when creating rasteri...
next