r600g/sb: collect shader statistics
[mesa.git] / src / gallium / drivers / r600 /
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-26 Alex Deucherr600g: add missing emit_flush for R600_CONTEXT_FLUSH_AN...
2013-02-26 Alex Deucherr600g: synchronize streamout buffers on r6xx too (v3)
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-22 Alex Deucherr600g: fixup PS_PARTIAL_FLUSH flag handling for cayman
2013-02-22 Alex Deucherr600g: r6xx deadlock workaround (v6)
2013-02-22 Alex Deucherr600g: add PS_PARTIAL_FLUSH flag
2013-02-22 Marek Olšákr600g: fix random corruption with CP DMA in TF2
2013-02-22 Vinson Leer600g: Fix memory leak in r600_shader_select.
2013-02-21 Alex Deucherr600g: don't enable ReZ mode on evergreen
2013-02-20 Michel Dänzerr600g/Cayman: Fix blending using destination alpha...
2013-02-19 Tom Stellardradeon/llvm: Fix build with LLVM 3.3
2013-02-19 Tom Stellardr600g: Add $(DEFINES) to AM_CXXFLAGS
2013-02-18 Vincent Lejeuner600g/llvm: Support for TBO
2013-02-18 Vincent Lejeuner600g/llvm: Fix alpha_to_one piglit tests
2013-02-18 Vincent Lejeuner600g/llvm: Add support for UBO
2013-02-14 Marek Olšákr600g: add support for red-alpha render targets
2013-02-14 Marek Olšákr600g: properly implement S8Z24 depth-stencil format...
2013-02-12 Jerome Glisser600g: fix lockup when hyperz & alpha test are enabled...
2013-02-11 Jerome Glisser600g: make sure async blit is done 8 * pitch at a...
2013-02-07 Jerome Glisser600g: fix slice tile max for compressed texture and...
2013-02-06 Marek Olšákr600g: use new RGBX formats
2013-02-06 Marek Olšákr600g: report correct control flow depth
2013-02-05 Tom Stellardr600g/compute: Fix segfault caused by new shader disass...
2013-02-04 Brian Paulgallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPO...
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-02-02 Vinson Leer600g: Fix memory leak.
2013-02-01 Tom Stellardr600g/llvm: Select the correct GPU type for RV670
2013-02-01 Vadim Girlinr600g: remove broken assert from r600_isa.c
2013-02-01 Vadim Girlinr600g: implement shader disassembler v3
2013-02-01 Vadim Girlinr600g: use tables with ISA info v3
2013-01-31 Jerome Glisser600g: add cs memory usage accounting and limit it v3
2013-01-31 Marek Olšákr600g: fix htile buffer leak
2013-01-29 Jerome Glisser600g: use uint64_t instead of unsigned long for proper...
2013-01-28 Jerome Glisser600g: real fix for non 3.8 kernel
2013-01-28 Jerome Glisser600g: fix segfault with old kernel
2013-01-28 Vadim Girlinr600g: improve inputs/interpolation handling with llvm...
2013-01-28 Tom Stellardr600g: Add ar_chan member to struct r600_bytecode
2013-01-28 Tom Stellardr600g: More robust checks for MOVA_INT instructions
2013-01-28 Vincent Lejeuner600g/llvm: Add dummy export for vs output
2013-01-28 Tom Stellardr600g: Fix building with --enable-r600-llvm-compiler
2013-01-28 Alex Deucherr600g: don't emit WAIT_UNTIL on cayman/TN (v2)
2013-01-28 Jerome Glisser600g: add async for staging buffer upload v2
2013-01-28 Jerome Glisser600g: add multi ring support with dma as first second...
2013-01-28 Jerome Glisseradeon/winsys: add dma ring support to winsys v3
2013-01-26 Marek Olšákr600g: add more cases for copying unsupported formats...
2013-01-26 Marek Olšákr600g: don't use radeon_surface_level::npix_x/y/z
2013-01-26 Marek Olšákr600g: fix compile warnings in r600_cp_dma_copy_buffer...
2013-01-26 Alex Deucherr600g: fix up CP DMA for VM on cayman and TN
2013-01-25 Tom Stellardr600g: Don't build llvm_wrapper.cpp when we aren't...
2013-01-24 Tom Stellardconfigure.ac: Compute the required llvm static librarie...
2013-01-19 Vincent Lejeuner600g/llvm: Fixes addressspace of basevectors for clipv...
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits store.swizzle intrinsic...
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits stream output intrinsics.
2013-01-18 Vadim Girlinr600g/llvm: rework handling of the constants
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-11 Dave Airlier600g: fix warnings for htile va
2013-01-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-11 Dave Airlier600g: uniform buffer object support
2013-01-11 Dave Airlier600: always export a position from vertex shader
2013-01-10 Tom Stellardradeon/llvm: Convert to Automake
2013-01-10 Matt Turnerr600g: Use gallium automake include file
2013-01-09 Vinson Leer600g: Fix memory leak in r600_bytecode_add_vtx.
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-07 Alex Deucherr600g: set the virtual address for the htile buffer
2013-01-07 Jerome Glisseradeon/winsys: move radeon family/class identification...
2013-01-07 Jerome Glisser600g/radeon/winsys: indentation cleanup
2013-01-06 Marek Olšákr600g: flush FMASK and CMASK at the end of CS
2013-01-04 Marek Olšákr600g: implement 3D transfers
2013-01-04 Marek Olšákgallium/u_blitter: unify some parameters into a dstbox...
2013-01-04 Marek Olšákgallium/u_blitter: remove useless parameter from blitte...
2013-01-04 Marek Olšákgallium/radeon: send the END_OF_FRAME flag to the DRM
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2013-01-04 Marek Olšákr600g: fix int->bool conversion in fence_signalled
2012-12-22 Marek Olšákr600g: rename GPU_FLUSH -> INVAL_READ_CACHES
2012-12-22 Marek Olšákr600g: remove redundant parameter alloc_bo from r600_te...
2012-12-21 Marek Olšákr600g: always use a tiled resource as the destination...
2012-12-21 Marek Olšákr600g: remove a false comment
2012-12-21 Marek Olšákr600g: don't suspend TIME_ELAPSED queries during flushing
2012-12-20 Jerome Glisser600g: add cs tracing infrastructure for lockup pin...
2012-12-20 Jerome Glisser600g: add htile support v16
2012-12-20 Jerome Glisser600g: rework flusing and synchronization pattern v7
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-20 Marek Olšákr600g: add assertions to prevent creation of invalid...
2012-12-20 Marek Olšákr600g: refactor and make streamout dumping more informative
2012-12-20 Marek Olšákr600g: try to fix streamout for the cases where BURST_C...
2012-12-20 Marek Olšákr600g: lower stream outputs with dst_offset < start_com...
2012-12-20 Marek Olšákr600g: use r600_get_temp to get temporaries for CLIPDIS...
2012-12-19 Jerome GlisseRevert "r600g: work around ddx over alignment"
2012-12-18 Jerome Glisser600g: work around ddx over alignment
2012-12-18 Vadim Girlinradeon/llvm: improve cube map handling
2012-12-18 Vadim Girlinr600g: initialize inst_mod in r600_tex_from_byte_stream
2012-12-16 Dave Airlier600g: fixup offset types for printing
2012-12-13 Maxence Le Dorer600g/radeonsi: Silence warnings
2012-12-13 Vincent Lejeuner600g: use load_ar checks with llvm output.
2012-12-12 Marek Olšákr600g: suballocate memory for fetch shaders from a...
2012-12-12 Marek Olšákr600g: suballocate memory for the STRMOUT_BUFFER_FILLED...
2012-12-12 Marek Olšákr600g: use u_upload_mgr for allocating staging transfer...
2012-12-12 Marek Olšákwinsys/radeon: don't use BIND flags, add a flag for...
next