nv50/ir/emit: handle OP_ATOM
[mesa.git] / src / gallium / drivers / nv50 /
2013-03-12 Christoph Bumillernv50/ir/emit: handle OP_ATOM
2013-03-12 Christoph Bumillernv50/ir/opt: CALLs cannot load
2013-03-12 Christoph Bumillernv50/ir: add support for indirect BRA,CALL
2013-03-12 Christoph Bumillernv50/ir: initialize CodeEmitters' specialized target...
2013-03-12 Christoph Bumillernv50/ir/opt: make optimization aware of atomics, barrie...
2013-03-12 Christoph Bumillernv50/ir: add various new OPs that will be needed for...
2013-03-12 Francisco Jereznv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
2013-03-12 Christoph Bumillernv50/ir: fix comparison of system values
2013-03-12 Francisco Jereznv50/ir/tgsi: Translate grid-related system parameters.
2013-03-12 Francisco Jereznv50/ir/tgsi: Accept COMPUTE programs.
2013-03-12 Christoph Bumillernv50/ir/ra: make sure all used function inputs get...
2013-03-12 Christoph Bumillernv50/ir/ra: also add pre-existing MERGE,SPLIT to constr...
2013-03-12 Christoph Bumillernv50/ir/ra: fix confusion with conditional RegisterSet...
2013-03-12 Christoph Bumillernv50/ir/ra: swap copyCompound args if src is compound...
2013-03-12 Francisco Jereznv50/ir/ra: Fix maxGPR calculation for programs with...
2013-03-12 Francisco Jereznv50/ir/ra: Fix traversal before the beginning of the...
2013-03-12 Francisco Jereznv50/ir/ra: Fix RegisterSet::occupy(const Value *v).
2013-03-12 Francisco Jereznv50/ir/ra: Fix argument const-ness in RegisterSet...
2013-03-12 Francisco Jereznv50/ir/opt: Fix tryPropagateBranch for BBs with severa...
2013-03-12 Francisco Jereznv50/ir: Clean up references to function values before...
2013-03-12 José Fonsecanv50: Remove nv0_ir_from_sm4.*
2013-02-12 Roland Scheideggernv50: fix bogus parameters when processing sample instr...
2013-02-04 Brian Paulgallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPO...
2013-02-02 Vinson Leenv50: 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 Bumillernv50/ir: add definitions of Target and CodeEmitter...
2013-01-19 Christoph Bumillernouveau: fix undefined behaviour when testing sample_count
2013-01-19 Christoph Bumillernv50/ir: fix a couple of warnings
2013-01-17 Maarten Lankhorstnv50: add space checks to clear functions, and respect...
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 Turnernv50: Convert to automake
2013-01-08 Christoph Bumillernv50/ir: wrap assertion using typeid in #ifndef NDEBUG
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 Pedrettinv50: remove unused OpClassStr array
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/ir: restore use of long immediate encodings
2012-10-28 Christoph Bumillernv50,nvc0: fix 2d engine stencil-only copies
2012-10-24 Christoph Bumillernv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-09 Marcin Slusarznv50: fix build after "nv50: fix printf warning"
2012-10-09 Marcin Slusarznouveau: use pre-calculated stride for resource_get_handle
2012-10-09 Marek Olšáknv50: fix printf warning
2012-10-08 Ben Skeggsnv50: point vertex runout at a valid address
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-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...
next