radeonsi: update surface sync packet emit for CIK
[mesa.git] / src / gallium / drivers /
2013-06-28 Alex Deucherradeonsi: update surface sync packet emit for CIK
2013-06-28 Alex Deucherradeonsi: store chip class in the pm4 struct
2013-06-28 Alex Deucherradeonsi: properly handle DB tiling setup on CIK
2013-06-28 Alex Deucherradeonsi: emit additional shader pgm rsrc registers...
2013-06-28 Alex Deucherradeonsi: emit TA_BC_BASE_ADDR_HI for border color...
2013-06-28 Alex Deucherradeonsi: fix VGT_PRIMITIVE_TYPE emit for CIK
2013-06-28 Alex Deucherradeonsi: register updates for CIK
2013-06-28 Alex Deucherradeonsi: initial PM4 changes for CIK
2013-06-28 Alex Deucherradeonsi: initial support for CIK chips
2013-06-28 Alex Deucherradeonsi: rename SI chip class from TAHITI to SI
2013-06-28 Tom Stellardr600g: Fix build
2013-06-28 Tom Stellardr600g/compute: Accept LDS size from the LLVM backend
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-28 Brian Paulsvga: pass svga_compile_key by reference instead of...
2013-06-28 Brian Paulsvga: use switch statement in svga_shader_type()
2013-06-28 Chia-I Wuilo: clean up states that use ilo_view_surface
2013-06-28 Chia-I Wuilo: remove ilo_cbuf_state::count
2013-06-28 Chia-I Wuilo: clean up ilo_set_constant_buffer()
2013-06-28 Chia-I Wuilo: clean up states that take a start_slot
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-28 Chia-I Wuilo: track if primitive restart has changed
2013-06-28 Chia-I Wuilo: avoid potential dangling pointer dereference
2013-06-27 Roland Scheideggerllvmpipe: handle offset_clamp
2013-06-27 Roland Scheideggerllvmpipe: remove never reached code for timestamp queries.
2013-06-27 Roland Scheideggerllvmpipe: fix a bug in opaque optimization
2013-06-27 Vinson Leeradeonsi/compute: Fix memory leak in radeonsi_launch_grid.
2013-06-27 Chia-I Wuilo: plug a potential index buffer leak
2013-06-26 Roland Scheideggersoftpipe: honor predication for clear_render_target...
2013-06-26 Roland Scheideggerllvmpipe: add support for nested / overlapping queries
2013-06-26 Roland Scheideggerllvmpipe: rework query logic
2013-06-26 Maarten Lankhorstnvc0: set rsvd_kick correctly
2013-06-26 Maarten Lankhorstnvc0: fix push_space checks for video decoding
2013-06-26 Vinson Leeilo: Remove max_threads dead code path.
2013-06-26 Chia-I Wuilo: use a bitmask for enabled constant buffers
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-26 Chia-I Wuilo: make pipe_draw_info a context state
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
2013-06-25 Brian Paulsvga: allow 3D transfers in svga_texture_transfer_map()
2013-06-25 Brian Paulsvga: use new svga_define_texture_level() helper
2013-06-25 Brian Paulsvga: fix layer/level mix-up in svga_mark_surface_dirty()
2013-06-25 Brian Paulsvga: use new svga_age_texture_view() helper
2013-06-25 Brian Paulsvga: add array index assertion in svga_validate_sample...
2013-06-25 Brian Paulsvga: use svga_texture() helper instead of casting
2013-06-25 Maarten Lankhorstnvc0: do not set tiled mode on gart bo when fence debug...
2013-06-25 Chia-I Wuilo: honor render condition in blitter
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN6 pipeline
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN7 pipeline
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: use ilo_shader_state exclusively in GPE
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for FS
2013-06-25 Chia-I Wuilo: use ilo_rasterizer_state exclusively in GPE
2013-06-25 Chia-I Wuilo: convert pipe_rasterizer_state to ilo_rasterizer_wm
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for GS
2013-06-25 Chia-I Wuilo: introduce ilo_shader_cso for VS
2013-06-25 Chia-I Wuilo: add functions to query shaders
2013-06-25 Chia-I Wuilo: clean up finalize_shader_states()
2013-06-25 Chia-I Wuilo: use multiple entry points for shader creation
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-06-22 Roland Scheideggerllvmpipe: fix wrong results for queries not in a scene
2013-06-22 Brian Paulsvga: minor cleanups, comments in svga_tgsi_insn.c
2013-06-22 Brian Paulsvga: add null ptr check in svga_get_tex_sampler_view()
2013-06-22 José Fonsecatrace: Dump result of create_stream_output_target
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: ensure min # of cycles after...
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_ABS
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_DPH
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: fix for replicating instructions
2013-06-21 José Fonsecatrace: Don't dump texture transfers.
2013-06-20 Chia-I Wuilo: replace a boolean by bool
2013-06-20 Chia-I Wuilo: rename cache_seqno to uploaded
2013-06-19 Roland Scheideggerllvmpipe: use 64bit counter for occlusion queries
2013-06-19 Roland Scheideggerllvmpipe: handle more queries
2013-06-19 Roland Scheideggersoftpipe: handle all queries, and change for the new...
2013-06-19 Roland Scheideggergallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
2013-06-19 José Fonsecatrace: Dump pipe_rasterizer_state::clip_halfz.
2013-06-19 Brian Paulsvga: add some comments about primitive conversion
2013-06-19 Brian Paulsvga: reindent svga_tgsi.c
2013-06-19 Brian Paulsvga: whitespace, comment, formatting fixes in svga_tgs...
2013-06-19 Brian Paulsvga: move some svga/tgsi functions
2013-06-19 Brian Paulsvga: formatting fixes in svga_tgsi_insn.c
2013-06-19 Maarten Lankhorstnvc0: kill assert in ppp code
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Emil Velikovnv50: avoid crash on updating RASTERIZE_ENABLE state
2013-06-18 Zack RusinRevert "draw: clear the draw buffers in draw"
2013-06-18 Roland Scheideggerllvmpipe: fixes for conditional rendering
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-17 Jonathan Graygallium: replace bswap_32 calls with util_bswap32
2013-06-17 Zack Rusindraw: clear the draw buffers in draw
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays
2013-06-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
next