r600g: use u_vbuf_mgr to set/get the index buffer
[mesa.git] / src / gallium / drivers / r600 /
2011-11-20 Marek Olšákr600g: use u_vbuf_mgr to set/get the index buffer
2011-11-20 Marek Olšákr600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectively
2011-11-17 Vadim Girlinr600g: don't change the order of writes in merge_inst_group
2011-11-14 Marek Olšákr600g: fix the representation of control-flow instructions
2011-11-14 Vadim Girlinr600g: mask write for fake VS export components
2011-11-14 Vadim Girlinr600g: fix op3 & write in merge_inst_groups
2011-11-14 Alex Deucherr600g: set max max tex/vtx instructions count to 16...
2011-11-14 Vadim Girlinr600g: set max tex/vtx instructions count to 16 for...
2011-11-13 Alex Deucherr600g: properly handle cayman in is_alu_vec_unit_inst()
2011-11-13 Vadim Girlinr600g: fix cb offset for flushed_depth_texture
2011-11-13 Vadim Girlinr600g: fix stencil buffer ref counting on evergreen
2011-11-13 Vadim Girlinr600g: lazy load for AR register
2011-11-13 Vadim Girlinr600g: include INTERP_[XY|ZW] in is_alu_vec_unit_inst
2011-11-10 Marek Olšákr600g: don't set the query result to 0 after a call...
2011-11-10 Marek Olšákr600g: the type of OCCLUSION_PREDICATE result should...
2011-11-10 Marek Olšákr600g: implement PIPE_QUERY_OCCLUSION_PREDICATE
2011-11-10 Marek Olšákr600g: remove useless texture barrier
2011-11-10 Marek Olšákr600g: flush the whole context when CS is full, not...
2011-11-10 Marek Olšákr600g: turn some CS overflow checks into assertions
2011-11-10 Marek Olšákr600g: put the rest of CS overflow checks in r600_need_...
2011-11-10 Marek Olšákr600g: flush caches regardless of render condition
2011-11-10 Marek Olšákr600g: disable render condition at the end of CS, re...
2011-11-10 Marek Olšákr600g: don't suspend queries if they have already been...
2011-11-10 Marek Olšákr600g: properly reserve CS space for queries_suspend
2011-11-10 Marek Olšákr600g: reserve CS space for a draw command in begin_que...
2011-11-10 Marek Olšákr600g: consolidate checking whether CS is full
2011-11-08 Marek Olšákr600g: clarify meaning of one variable in shader codegen
2011-11-08 Marek Olšákr600g: cosmetic changes in query code
2011-11-08 Marek Olšákr600g: use modulo for computing index into query (ring...
2011-11-08 Marek Olšákr600g: make r600_query_result more generic
2011-11-06 Dave Airlier600g: add initial linestipple support.
2011-11-05 Vadim Girlinr600g: move SPI setup to PS setup
2011-11-05 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-04 Alex DeucherRevert "r600g: precalculate semantic indices for SPI...
2011-11-04 Alex DeucherRevert "r600g: move SPI setup to PS setup"
2011-11-04 Vadim Girlinr600g: move SPI setup to PS setup
2011-11-04 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-03 Dave Airlier600g: more integer support
2011-11-02 Alex Deucherr600g: add comment about special shader exports
2011-11-02 Vadim Girlinr600g: take into account PSIZE output for spi mapping
2011-10-30 Marek Olšákr600g: reset the render condition to NULL when renderin...
2011-10-30 Marek Olšákr600g: shortcut ctx->screen->ws to ctx->ws
2011-10-29 Mathias Fröhlichr600g: Replace needless flush in texture upload.
2011-10-29 Marek Olšákr600g: remove one pointless flush
2011-10-28 Marek Olšákr600g: get backend mask after the context is fully...
2011-10-28 Marek Olšákr600g: don't flush before reading query results
2011-10-28 Marek Olšákr600g: only maintain the list of active queries
2011-10-28 Marek Olšákr600g: cleanup r600_query_result
2011-10-28 Marek Olšákr600g: don't flush in r600_get_backend_mask
2011-10-28 Marek Olšákr600g: remove redundant variable r600_query::buffer_size
2011-10-27 Marek Olšákr600g: remove redundant variable r600_pipe_context...
2011-10-26 Marek Olšákr600g: remove redundant assignment of pipe_draw_info...
2011-10-26 Marek Olšákr600g: cleanup draw_vbo and add comments
2011-10-25 Marek Olšákr600g: move some code out of draw_vbo into new r600_upd...
2011-10-25 Marek Olšákr600g: cleanup some magic numbers
2011-10-25 Marek Olšákr600g: don't render if pipe_draw_info::count is 0
2011-10-24 Marek Olšákr600g: set correct tiling flags in depth info
2011-10-23 Mathias Fröhlichr600g: make r[67]00 not bail out on PRED_SETNE_INT.
2011-10-22 Dave Airlier600g: make if's use PRED_SETNE_INT no matter what.
2011-10-22 Dave Airlier600g: print inst in hex in dumps
2011-10-22 Dave Airlier600g: drop specific i2f it should be a trans only...
2011-10-21 Marek Olšákr600g: cleanup r600_reset_blittable_to_compressed
2011-10-18 Mathias Fröhlichr600g: Use the bitfield define matching the register...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-10 Dave Airlier600g: drop force int type workaround
2011-10-10 Dave Airlier600g: add integer texture/render integer formats for...
2011-10-09 Dave Airlier600g: uarl fixes.
2011-10-09 Dave Airlier600g: enable integer shader cap for evergreen.
2011-10-09 Dave Airlier600g/eg: add integer types support
2011-10-09 Dave Airlieu_blitter: add integer clear support
2011-10-04 Marek Olšákr600g: fix parsing TGSI declarations
2011-09-30 Marek Olšákr600g: fix a compiler warning
2011-09-30 Marek Olšákr600g: move all files from winsys/r600 into drivers...
2011-09-30 Marek Olšákwinsys/radeon: move GEM domains out of the drivers...
2011-09-30 Marek Olšákwinsys/radeon: remove a redundant parameter 'size'...
2011-09-30 Marek Olšákr600g: remove struct radeon (or what's left of it)
2011-09-30 Marek Olšákr600g: move family and chip_class from struct radeon...
2011-09-30 Marek Olšákr600g: merge r600_bo with r600_resource
2011-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_BARRIER
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-28 Christoph Bumillerr600: support polygon offset clamp state
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-26 Marek Olšákr600g: add index_bias to index buffer bounds
2011-09-26 Marek Olšáku_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
2011-09-26 Marek Olšáku_vbuf_mgr: cleanup original vs real vertex buffer...
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-16 Dave Airlier600g: fixup missing scaled r600 types.
2011-09-16 Dave Airlier600g: interpret integer texture types as ints.
2011-09-16 Dave Airlier600g: take constantly interpolated values into a/c
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-16 Dave Airlier600g: set number type correctly for color buffers.
2011-09-16 Dave Airlier600g: add missing formats to color buffer setup.
2011-09-14 Michel Dänzerr600g: Initialize multi VGT related register on Cayman.
2011-09-12 Marek Olšákr600g: remove unused function r600_buffer_from_handle
2011-09-12 Marek Olšákr600g: remove an irrelevant XXX comment
2011-09-12 Marek Olšákr600g: remove r600_resource_buffer struct
2011-09-12 Marek Olšákr600g: set the return type of radeon_destroy to void
2011-09-12 Marek Olšákr600g: remove r600_drm_public.h
next