gallivm: fix up size queries for dx10 sviewinfo opcode
[mesa.git] / src / gallium / drivers / nvc0 /
2013-02-04 Brian Paulgallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPO...
2013-02-02 Vinson Leenvc0: Fix memory leak.
2013-01-30 Christoph Bumillernv50,nvc0: fix/enable texture buffer objects
2013-01-22 José Fonsecanouveau/build: Fix build failures when drm is not in...
2013-01-19 Christoph Bumillernouveau: fix undefined behaviour when testing sample_count
2013-01-17 Maarten Lankhorstnvc0: add support for accelerated video decoding throug...
2013-01-17 Maarten Lankhorstnvc0: add space checks to clear functions
2013-01-16 Maarten Lankhorstnvc0: Add support for video buffer
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Johannes Obermayrnv50/nvc0: Build codegen in nv50.
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnernvc0: Convert to automake
2013-01-08 Christoph Bumillernvc0: catch too high GENERIC indices to prevent GRAPH...
2013-01-08 Christoph Bumillernvc0: use correct resource target to select blit shader
2013-01-08 Christoph Bumillernvc0: add missing call to map edge flag in push_vbo
2013-01-08 Christoph Bumillernvc0: fix out of bounds writes for unaligned sizes...
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-22 Dave Airlienouveau: deal with tbo cap for now.
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-10 Fabio Pedrettinvc0: comment unused nvc0_validate_zcull function
2012-12-08 Christoph Bumillernvc0/ir: allow neg,abs modifiers on OP_SET with integer...
2012-12-08 Christoph Bumillernvc0/ir/emit: fix check for flags register use in logic ops
2012-12-07 Christoph Bumillernv50,nvc0: fix shader eviction
2012-12-07 Christoph Bumillernv50,nvc0: add support for cube map arrays
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-28 Christoph Bumillernv50,nvc0: fix 2d engine stencil-only copies
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-08 Ben Skeggsnvc0: point vertex runout at a valid address
2012-10-08 Ben Skeggsnvc0: fix missing permanent bo reference on poly cache
2012-09-30 Christoph Bumillernvc0: make sure handles for unbound textures/samplers...
2012-09-30 Christoph Bumillernv50,nvc0: fix 3d engine blit for nvc0
2012-09-30 Christoph Bumillernv50,nvc0: implement blit
2012-09-30 Marek Olšákgallium: remove resource_resolve
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
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-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-13 Christoph Bumillernouveau: implement missing timer query functionality
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
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-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
2012-05-29 Christoph Bumillernvc0: optimize blend cso by checking which by-RT data...
2012-05-29 Christoph Bumillernvc0: don't upload UCPs if the shader doesn't use them
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-22 Christoph Bumillernvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context...
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-06 Christoph Bumillernvc0/ir: allow abs,neg source modifiers with ceil,floor...
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
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 Bumillernv50/ir/opt: try to convert ABS(SUB) to SAD
2012-04-29 Christoph Bumillernvc0/ir: try to use the optimal texture op mode
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 Bumillernvc0/ir/emit: fix emitTXQ 2nd src
2012-04-29 Christoph Bumillernvc0/ir/target: integer ADD doesn't support ABS modifier
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-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-15 Christoph Bumillernvc0: fix nve4 linear copies
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
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: rewrite the register allocator as GCRA, with...
2012-04-14 Christoph Bumillernvc0: fix emission of 3rd src in SET_AND,OR,XOR
2012-04-14 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Francisco Jereznv50/ir: Decouple object cloning logic from the sub...
2012-04-14 Christoph Bumillernv50/ir: make Instruction::src/def container private
2012-04-14 Christoph Bumillernv50/ir/opt: improve post-multiply and check target...
2012-04-14 Christoph Bumillernv50/ir: add isAccessSupported check for memory access...
2012-04-14 Christoph Bumillernv50,nvc0: fix handling of user vbufs with stride ...
2012-04-14 Christoph Bumillernvc0: prefix all macro methods with MACRO
2012-04-14 Christoph Bumillernvc0: replace VERTEX_DATA push mode with translate...
2012-04-14 Christoph Bumillernvc0: improve vertex state validation
2012-04-14 Christoph Bumillernvc0: track texture dirty state individually
2012-04-14 Christoph Bumillernv50,nvc0: use new scratch buffers code
next