gallium: new, unified pipe_context::set_sampler_views() function
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-06 Marek OlšákRevert "r600g: only flush the caches that need to be...
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: move the low-level buffer functions for multiple...
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákr600g: move aux_context and r600_screen_clear_buffer...
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákr600g,radeonsi: remove unused code
2013-09-29 Marek Olšákr600g: move r600g-specific functions out of r600_texture.c
2013-09-20 Grigori Goronzyr600g: fast color clears for single-sample buffers
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-08-30 Marek Olšákr600g,radeonsi: remove unused variables
2013-08-30 Vadim Girlinr600g: enable SB backend by default
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2
2013-07-08 Marek Olšákr600g: improve the mechanism for recognizing an empty CS
2013-07-08 Marek Olšákr600g: only flush the caches that need to be flushed...
2013-07-08 Marek Olšákr600g: split INVAL_READ_CACHES into vertex, tex, and...
2013-07-08 Alex Deucherr600g: adjust flush flags (v3)
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-03 Vadim Girlinr600g: use old shader disassembler by default
2013-04-30 Vadim Girlinr600g/sb: use source bytecode in case of optimization...
2013-04-30 Vadim Girlinr600g: plug in optimizing backend
2013-04-26 Christian Königr600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
2013-04-25 Jerome Glissewinsys/radeon: consolidate tracing into winsys v2
2013-04-25 Tom Stellardr600g: Add evergreen_emit_cs_constant_buffers() v2
2013-04-24 Alex Deucherr600g: use CP DMA for buffer clears on evergreen+
2013-04-23 Marek Olšákr600g: initialize CMASK and HTILE with the GPU using...
2013-04-16 Marek Olšákr600g: implement pipeline statistics query
2013-04-16 Marek Olšákr600g: add a debug flag for printing virtual addresses...
2013-04-16 Marek Olšákr600g: add a query returning the amount of time spent...
2013-04-11 Christian Königradeon/uvd: add UVD implementation v5
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-03-26 Marek Olšákr600g: add a driver query returning the amount of reque...
2013-03-26 Marek Olšákr600g: add a driver query returning the number of draw_...
2013-03-11 Marek Olšákr600g: add debug options disabling various copy-buffer...
2013-03-11 Marek Olšákr600g: remove r600.h, move the stuff elsewhere (mostly...
2013-03-11 Marek Olšákr600g: remove r600_hw_context_priv.h, move the stuff...
2013-03-11 Marek Olšákr600g: remove deprecated state management code
2013-03-11 Marek Olšákr600g: atomize pixel shader
2013-03-11 Marek Olšákr600g: atomize vertex shader
2013-03-11 Marek Olšákr600g: inline r600_pipe_shader function
2013-03-11 Marek Olšákr600g: use a single env var R600_DEBUG, disable bytecod...
2013-03-11 Marek Olšákr600g: cleanup #include recursion between r600_pipe...
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
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-28 Jerome Glisser600g: real fix for non 3.8 kernel
2013-01-28 Jerome Glisser600g: fix segfault with old kernel
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-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-11 Dave Airlier600g: uniform buffer object support
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-07 Jerome Glisser600g/radeon/winsys: indentation cleanup
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 Marek Olšákr600g: add assertions to prevent creation of invalid...
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šákwinsys/radeon: don't use BIND flags, add a flag for...
2012-11-22 Marek Olšákr600g: fix ARB_map_buffer_alignment with unaligned...
2012-11-09 Dave Airlier600g: add initial cube map array support (v2)
2012-11-08 Dave Airlier600g: clarify const buffer numbering and handling
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-10-31 Jerome Glisser600g: avoid shader needing too many gpr to lockup...
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-26 Alex Deucherr600g: split cayman common state out into a shared...
2012-10-16 Tom Stellardr600g: Fix build with --enable-opencl
2012-10-15 Marek Olšákr600g: emit the border color only when it's needed
2012-10-15 Marek Olšákr600g: cleanup create_sampler_state functions
2012-10-12 Marek Olšákr600g: move shader structures into r600_shader.h
2012-10-11 Marek Olšákr600g: inline r600_translate_index_buffer
2012-10-09 Marek Olšákr600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_state
2012-10-09 Marek Olšákr600g: move DB_SHADER_CONTROL into db_misc_state
2012-10-09 Marek Olšákr600g: atomize depth-stencil-alpha state
2012-10-09 Marek Olšákr600g: atomize rasterizer state
2012-10-09 Marek Olšákr600g: sort variables in r600_context
2012-10-09 Marek Olšákr600g: atomize scissor state
2012-10-09 Marek Olšákr600g: atomize polygon offset state
2012-10-09 Marek Olšákr600g: atomize fetch shader
2012-10-09 Marek Olšákr600g: remove the dual_src_blend flag from the shader key
2012-10-09 Marek Olšákr600g: atomize blend state
2012-10-09 Marek Olšákr600g: inline r600_atom_dirty
2012-10-09 Marek Olšákr600g: remove the "atom" variable from r600_command_buffer
2012-10-06 Marek Olšákr600g: don't modify pipe_resource in resource_copy_regi...
2012-10-01 Tom Stellardr600g: Add evergreen_init_color_surface_rat() v2
2012-09-30 Marek Olšákr600g: implement blit
next