gallium/u_blitter: add gallium blit implementation
[mesa.git] / src / gallium / drivers / nv50 /
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-25 Jay Cornwallnv50/ir/ra: Fix register interference tracking.
2012-09-07 Christoph Bumillernvc0/ir: add initial code to support GK110 ISA encoding
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-18 Christoph Bumillernv50/ir/tgsi: handle DP2 in tgsi Instruction srcMask
2012-08-18 Christoph Bumillernv50/ir/emit: don't forget saturation bit on f32 add...
2012-08-01 Christoph Bumillernv50,nvc0: make resolve sampler objects allow sRGB...
2012-08-01 Christoph BumillerRevert "gallium: specify resource_resolve destination...
2012-07-28 Christoph Bumillergallium: specify resource_resolve destination via a...
2012-07-28 Christoph Bumillernv50: fix depth/stencil multisample memory storage...
2012-07-28 Christoph Bumillernv50: fix resource_resolve shader start offsets
2012-07-20 Bryan Cainnv50/ir: set position before i instead of i->next in...
2012-07-13 Christoph Bumillernouveau: implement missing timer query functionality
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
2012-06-27 Marcin Slusarznv50: dynamically allocate space for shader local storage
2012-06-27 Marcin Slusarznv50: streamline screen_create error handling
2012-06-27 Marcin Slusarznv50/ir: make colorful ir dump output optional
2012-06-20 Marcin Slusarznv50: fix buffer reuse issues
2012-06-19 Fredrik Höglundgallium: Add PIPE_CAP_START_INSTANCE
2012-06-14 Marcin Slusarznv50,nvc0: fix stream output target buffer leak
2012-06-14 Christoph Bumillernv50: disable stream output before reconfiguring it
2012-06-14 Christoph Bumillernv50/ir: handle NEG,ABS modifiers for short RCP encoding
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-06-05 Marcin Slusarznv50: fix nv50_stream_output_state leak
2012-06-05 Marcin Slusarznv50: fix symbol table memory leak
2012-05-29 Marcin Slusarznv50: hook up forgotten short constant buffer upload...
2012-05-29 Christoph Bumillernouveau: unreference fences on resource destruction
2012-05-29 Christoph Bumillernvc0/ir: allow 64-bit constant loads on nve4
2012-05-29 Christoph Bumillernvc0/ir: fix texture barrier insertion to prevent WAW...
2012-05-29 Christoph Bumillernvc0/ir: TEX doesn't support JOIN modifier either
2012-05-22 Christoph Bumillernv50: make unaligned index buffer offsets work again
2012-05-17 Christoph Bumillernouveau: place static buffers in VRAM if preferred...
2012-05-17 Christoph Bumillernv50/ir: fix reversed order of lane ops in quadops
2012-05-17 Christoph Bumillernv50,nvc0: handle user vertex buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user index buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user constbufs without wrapping them...
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 José Fonsecagallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
2012-05-11 José Fonsecagallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture...
2012-05-11 Francisco Jerezgallium/tgsi: Define the TGSI_BUFFER texture target.
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
2012-05-07 Marcin Slusarznv50: handle VP without inputs
2012-05-06 Christoph Bumillernv50/ir/opt: don't lose saturation in tryCollapseChaine...
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
2012-05-04 Christoph Bumillernv50: fix typo causing NULL-deref in nv50_resource_resolve
2012-05-04 Christoph Bumillernv50/ir: move expansion of IMUL to later stage and...
2012-05-04 Christoph Bumillernv50: implement stream output
2012-05-04 Christoph Bumillernv50: enable array textures
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_index_buffer
2012-04-29 Marek Olšákgallium: remove pipe_context::redefine_user_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-04-29 Marek Olšákgallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
2012-04-29 Marek Olšákgallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_U...
2012-04-29 Christoph Bumillernv50,nvc0: fix depth/stencil resolve
2012-04-29 Christoph Bumillernvc0/ir/opt: INTERP does not support JOIN
2012-04-29 Christoph Bumillernv50/ir/opt: try to convert ABS(SUB) to SAD
2012-04-29 Christoph Bumillernvc0/ir: initial implementation of nve4 scheduling...
2012-04-29 Christoph Bumillernvc0/ir: implement better placement of texture barriers
2012-04-29 Christoph Bumillernv50/ir/tgsi: fix handling of early RET
2012-04-24 Christoph Bumillernv50: fix typo in nv50_fragprog_assign_slots
2012-04-24 Christoph Bumillernv50,nvc0: handle new vertex fetch caps
2012-04-24 Christoph Bumillernv50,nvc0: don't initialize the draw module, we don...
2012-04-24 Christoph Bumillernv50: enable shader watchdog timer
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-19 Christoph Bumillernv50,nvc0: prevent multiple flushes when user spins...
2012-04-19 Christoph Bumillernv50/ir/opt: swap VP inputs to first source where possible
2012-04-17 Christoph Bumillernv50: specify location of UCPs to code generator
2012-04-15 Christoph Bumillernv50: use correct semantic map value for undefined...
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50/ir/opt: extend handleCVT for nv50's SET u32 to...
2012-04-14 Christoph Bumillernv50/ir: print interpolation mode
2012-04-14 Christoph Bumillernv50: update FP linkage state on one/two-sided lighting...
2012-04-14 Christoph Bumillernv50: delete old shader compiler files
2012-04-14 Christoph Bumillernv50: hook up to new shader code generator
2012-04-14 Christoph Bumillernv50/ir: import nv50 target
2012-04-14 Christoph Bumillernv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad
2012-04-14 Christoph Bumillernv50/ir/tgsi: generate UCPs with actual outputs instead...
2012-04-14 Francisco Jereznv50/ir: Fix type of the instruction created by mkCmp...
2012-04-14 Christoph Bumillernv50/ir: fix Instruction::isCommutationLegal for WAW
2012-04-14 Francisco Jereznv50/ir/opt: Add isOptSupported() check in logical...
2012-04-14 Francisco Jereznv50/ir/ra: Fix live set propagation in the secondary...
2012-04-14 Christoph Bumillernv50/ir/opt: don't regard OP_WRSV as dead code
2012-04-14 Christoph Bumillernv50/ir: add isUniform query to Values
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Christoph Bumillernv50/ir/tgsi: only export x-component of PSIZE
2012-04-14 Francisco Jereznv50/ir: Fix BuildUtil::mkSelect and mkClobber
2012-04-14 Christoph Bumillernv50/ir: fix reg file conflicts with undefined-value...
2012-04-14 Christoph Bumillernv50/ir/opt: silence warning (int < Elements() signedness)
2012-04-14 Christoph Bumillernv50/ir/opt: fix combineSt access to wrong instruction
2012-04-14 Christoph Bumillernv50/ir/opt: another insn NULL check in phi elimination
2012-04-14 Francisco Jereznv50/ir/ssa: Take into account function inputs and...
2012-04-14 Francisco Jereznv50/ir: Clean up before calculating instruction orderi...
2012-04-14 Francisco Jereznv50/ir/ra: Allocate registers for function arguments.
2012-04-14 Francisco Jereznv50/ir: Take into account function args in the live...
next