ilo: honor render condition in blitter
[mesa.git] / src / gallium / drivers / nv50 /
2013-06-19 Roland Scheideggergallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
2013-06-18 Emil Velikovnv50: avoid crash on updating RASTERIZE_ENABLE state
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-07 Bryan Cainnv50: initialize kick_notify callback in nv50_create
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Andreas Bollscons: remove nouveau build
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-18 Christoph Bumillernv50: add remaining RGBX formats
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 Christoph Bumillernv50: set BORDER_COLOR_SRGB in sampler objects
2013-04-18 Christoph Bumillernv50: fix 4th component of Lx_SINT/UINT formats
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-12 Emil Velikovnv50/codegen: do not emitATOM() if the subOp is unknown
2013-04-12 Christoph Bumillernvc0: implement multisample textures
2013-04-12 Christoph Bumillernv50,nvc0: add RGBX16/32_FLOAT formats
2013-04-03 Christoph Bumillernv50,nvc0: remove MS resolve formats hack
2013-04-03 Christoph Bumillernvc0: place staging textures in GART and map them directly
2013-04-03 Christoph Bumillernv50: account for pesky prefetch in size calculation...
2013-04-03 Christoph Bumillernvc0: fix for 2d engine R source formats writing RRR1...
2013-04-03 Christoph Bumillernv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during...
2013-04-03 Christoph Bumillernouveau: accelerate buffer copies in resource_copy_region
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-03-28 Christoph Bumillernv50,nvc0: fix 3d blits, restore viewport after blit
2013-03-28 Christoph Bumillernv50: fix 3D render target setup
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-20 Christoph Bumillernvc0: fix max varying count, move CLIPVERTEX,FOG out...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-03-12 Christoph Bumillernvc0: they removed the NTID,NCTAID,GRIDID registers...
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-03-12 Christoph Bumillernv50/ir: add CCTL (cache control) op
2013-03-12 Christoph Bumillernvc0: add SHADER/COMPUTE_RESOURCE bind flags to format...
2013-03-12 Christoph Bumillernv50,nvc0: copy writable flag on surface creation
2013-03-12 Christoph Bumillernv50/ir: add support for different sampler and resource...
2013-03-12 Christoph Bumillernv50/ir: implement splitting of 64 bit ops after RA
2013-03-12 Christoph Bumillernv50/ir: fix size adjustment for sched info for multipl...
2013-03-12 Christoph Bumillernv50/ir: print function inputs and outputs
2013-03-12 Christoph Bumillernv50/ir/ssa: add a few comments regarding RenamePass
2013-03-12 Francisco Jereznv50/ir/tgsi: Exclude local declarations from function...
2013-03-12 Christoph Bumillernv50/ir/opt: try to make use of SUCLAMP addend
2013-03-12 Christoph Bumillernv50/ir: don't assert on type in Modifier.applyTo if...
2013-03-12 Christoph Bumillernv50/ir: add support for barriers
2013-03-12 Christoph Bumillernv50/ir/tgsi: add support for atomics
2013-03-12 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE
2013-03-12 Christoph Bumillernvc0/ir: implement lowering of surface ops for nve4
2013-03-12 Christoph Bumillernv50/ir: extend moveSources for delta < 0
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
next