radeonsi: decrease the size of si_pm4_state
[mesa.git] / src / gallium / drivers / nouveau /
2015-09-10 Ilia Mirkinnv50/ir: don't fold immediate into mad if registers...
2015-09-10 Ilia Mirkinnv50/ir: fix emission of 8-byte wide interp instruction
2015-09-10 Ilia Mirkinnv50/ir: r63 is only 0 if we are using less than 63...
2015-09-10 Ilia Mirkinnv50/ir: make edge splitting fix up phi node sources
2015-09-10 Ilia Mirkinnvc0: remove BGRA4 format support
2015-09-09 Ilia Mirkinnvc0: keep track of cb bindings per buffer, use for...
2015-09-09 Hans de Goedenv30: Disable msaa unless requested from the env by...
2015-09-09 Hans de Goedenv30: Fix color resolving for nv3x cards
2015-09-09 Mauro Rossinouveau: android: add space before PRIx64 macro
2015-09-08 Ilia Mirkinnvc0: always emit a full shader colormask
2015-09-07 Hans de Goedenv30: Fix max width / height checks in nv30 sifm code
2015-09-06 Ilia Mirkinnouveau: don't mark full range as used on unmap with...
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-09-04 Hans de Goedenv30: Implement color resolve for msaa
2015-09-04 Hans de Goedenv30: Fix creation of scanout buffers
2015-08-29 Samuel Pitoisetnvc0: change prefix of MP performance counters to HW_SM
2015-08-29 Samuel Pitoisetnvc0: sort performance counter queries by name
2015-08-29 Samuel Pitoisetnvc0: make names of performance counter queries consistent
2015-08-29 Samuel Pitoisetnvc0: use enumerations for driver queries
2015-08-29 Samuel Pitoisetnvc0: remove commented out code related to PCOUNTER...
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-22 Emil Velikovnouveau: add codegen/unordered_set.h to the tarball
2015-08-21 Ilia Mirkinnv50/ir: pre-compute BFE arg when both bits and offset...
2015-08-20 Tobias Klausmannnv50/ir: Handle OP_CVT when folding constant expressions
2015-08-20 Ilia Mirkinnvc0/ir: undo more shifts still by allowing a pre-SHL...
2015-08-20 Ilia Mirkinnvc0/ir: don't require AND when the high byte is being...
2015-08-20 Ilia Mirkinnvc0/ir: detect i2f/i2i which operate on specific bytes...
2015-08-20 Ilia Mirkinnvc0/ir: detect AND/SHR pairs and convert into EXTBF
2015-08-20 Chih-Wei Huangnv50/ir: support different unordered_set implementations
2015-08-18 Marcos Paulo de... nouveau: recognize tess stages in nouveau_compiler
2015-08-17 Ilia Mirkinnvc0: implement the color buffer 0 is integer rule...
2015-08-17 Ilia Mirkingk110/ir: fix sched calculator to consider all register...
2015-08-17 Ilia Mirkinnvc0: program smooth line width when multisampling...
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-08-17 Ilia Mirkingm107/ir: avoid letting the lowering pass get out of...
2015-08-17 Ilia Mirkinnv50,nvc0: take level into account when doing eng2d...
2015-08-14 Ilia Mirkinnvc0: disable tessellation on maxwell
2015-08-14 Ilia Mirkingm107/ir: indirect handle goes first on maxwell also
2015-08-14 Ilia Mirkinnv30: add depth bounds test support for hw that has it
2015-08-14 Ilia Mirkinnv50: add depth bounds test support
2015-08-14 Ilia Mirkinnvc0: 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-29 Ilia Mirkinnvc0/ir: cache vertex out base so that we don't recompu...
2015-07-29 Ilia Mirkinnvc0/ir: output base for reading is based on laneid
2015-07-28 Ilia Mirkinnvc0/ir: trim out barrier sync for non-compute shaders
2015-07-28 Ilia Mirkinnvc0/ir: fix barrier emission
2015-07-25 Ilia Mirkinnvc0: fix geometry program revalidation of clipping...
2015-07-24 Ilia Mirkinnvc0/ir: per-patch vars are in a separate address space
2015-07-24 Ilia Mirkinnvc0/ir: kepler can't do indirect shader input/output...
2015-07-24 Ilia Mirkinnvc0/ir: tess factors are now sysvals, adapt codegen...
2015-07-23 Ilia Mirkingk110/ir: fake BAR support
2015-07-23 Ilia Mirkinnvc0/ir: cleanup private enums that have graduated...
2015-07-23 Ilia Mirkinnvc0/ir: allow tess eval output loads to be CSE'd
2015-07-23 Ilia Mirkinnvc0/ir: add hazard for 2nd dim of vfetch/load indirect...
2015-07-23 Ilia Mirkinnvc0/ir: patch vertex count is stored in the upper...
2015-07-23 Ilia Mirkinnvc0/ir: add support for reading outputs in tess contro...
2015-07-23 Ilia Mirkinnvc0/ir: set perPatch flag on load/stores to per-patch...
2015-07-23 Ilia Mirkinnvc0/ir: populate info structure based on new tess...
2015-07-23 Ilia Mirkinnvc0/ir: mark varyings as per-patch based on semantic...
2015-07-23 Ilia Mirkinnvc0: TESSCOORD comes in as a sysval, not an input
2015-07-23 Ilia Mirkinnvc0: add handling for set_tess_state callback
2015-07-23 Ilia Mirkinnvc0: add support for setting patch vertices at draw...
2015-07-23 Ilia Mirkinnvc0: support MAX_SHADER_PATCH_VARYINGS
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-21 Samuel Pitoisetnvc0: force cache flush when binding a new ubo
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 Pitoisetnvc0: add a missing parameter to nvc0_set_shader_images()
2015-07-20 Samuel Pitoisetnouveau: always align buffers to 0x100
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-18 Ilia Mirkingm107/ir: fix indirect txq emission
2015-07-18 Ilia Mirkinnvc0/ir: don't worry about sampler in txq handling
2015-07-18 Ilia Mirkinnvc0/ir: fix txq on indirect samplers
2015-07-16 Marek Olšákgallium: add interface for writable shader images
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-07-08 Samuel Pitoisetnvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture...
2015-07-08 Ilia Mirkinnvc0: turn sample counts off during blit
2015-07-05 Marek Olšákgallium: remove redundant pipe_context::fence_signalled
2015-07-05 Marek Olšákgallium: handle fence_finish timeout in various drivers
2015-07-04 Ilia Mirkinnv50/ir: UCMP arguments are float, so make sure modifie...
2015-07-02 Ilia Mirkinnv50/ir: don't emit src2 in immediate form
2015-07-02 Alexandre Courbotnvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability
2015-07-01 Alexandre Courbotnvc0: create screen fence objects with coherent attribute
2015-07-01 Ilia Mirkinnv50/ir: copy joinAt when splitting both before and...
next