nvc0: switch to the proper constants upload path
[mesa.git] / src / gallium / drivers / r600 /
2010-11-12 Marek Olšákr600g: fill out CAPs for indirect addressing
2010-11-11 Keith Whitwellr600g: enforce minimum stride on render target texture...
2010-11-11 Keith Whitwellr600g: do not try to use staging resource for depth...
2010-11-11 Keith Whitwellr600g: guard experimental s3tc code with R600_ENABLE_S3TC
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-07 Henri Verbeetr600g: Mention AMD in the renderer string.
2010-11-03 José Fonsecar600g: Swap the util_blitter_destroy call order.
2010-11-03 Keith Whitwellevergreeng: set hardware pixelcenters according to...
2010-11-03 Keith Whitwellevergreeng: respect linewidth state, use integer widths...
2010-11-03 Keith Whitwellr600g: don't call debug_get_bool_option for tiling...
2010-11-03 Keith Whitwellevergreeng: protect against null constant buffers
2010-11-03 Keith Whitwellr600g: set hardware pixel centers according to gl_raste...
2010-11-03 Keith Whitwellr600g: remove unused flink, domain fields from r600_res...
2010-11-03 Keith Whitwellr600g: use a buffer in GTT as intermediate on texture...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-03 Keith Whitwellr600g: propagate usage flags in texture transfers
2010-11-02 Tilman Sauerbeckr600g: Destroy the winsys in r600_destroy_screen().
2010-11-02 Tilman Sauerbeckr600g: Delete custom_dsa_flush on shutdown.
2010-11-02 Tilman Sauerbeckr600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-11-02 José Fonsecascons: Add aliases for several pipe drivers.
2010-11-02 José Fonsecar600g: List recently added files in SConscript.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-27 Vinson Leer600g: Silence uninitialized variable warnings.
2010-10-27 Tilman Sauerbeckr600g: Destroy the blitter.
2010-10-26 Dave Airlier600g: add assembler support for all the kcache fields.
2010-10-25 Dave Airlier600g: fix magic 0x1 ->flat shade ena
2010-10-24 Dave Airlier600g: drop more common state handling code
2010-10-24 Tilman Sauerbeckr600g: Also clear bc data when we're destroying a shader.
2010-10-24 Tilman Sauerbeckr600g: Added r600_pipe_shader_destroy().
2010-10-24 Dave Airlier600g: merge more of the common r600/evergreen state...
2010-10-24 Tilman Sauerbeckr600g: Fixed r600_vertex_element leak.
2010-10-21 Dave Airlier600g: start splitting out common code from eg/r600.
2010-10-21 Dave Airlier600g: initial translate state support
2010-10-21 Dave Airlier600g: add texture tiling enable under a debug option.
2010-10-21 Dave Airlier600g: add texture tiling alignment support.
2010-10-21 Dave Airlier600g: introduce a per-driver resource flag for transfers.
2010-10-21 Dave Airlier600g: add r600 surface to store the aligned height.
2010-10-21 Dave Airlier600g: start adding hooks for aligning width/height...
2010-10-21 Dave Airlier600g: move to per-miplevel array mode.
2010-10-21 Dave Airlier600g: all non-0 mipmap levels need to be w/h aligned...
2010-10-20 Vinson Leer600g: Ensure r600_src is initialized in tgsi_exp function.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Dave Airlier600g: fix transfer function for tiling.
2010-10-18 Dave Airlier600g: attempt to cleanup depth blit
2010-10-18 Dave Airlier600g: depth needs to bound to ds
2010-10-18 Dave Airlier600g: fix typo in tiling setup cb code.
2010-10-18 Dave Airlier600g: do proper tracking of views/samplers.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: set tiling bits in hw state
2010-10-17 Dave Airlier600g: get tiling info from kernel
2010-10-17 Dave Airlier600g: add defines for tiling
2010-10-17 Dave Airlier600g: switch to a common formats.h file since they...
2010-10-17 Dave Airlier600g: add evergreen ARL support.
2010-10-15 Dave Airlier600g: evergreen interpolation support.
2010-10-14 Keith Whitwellr600g: handle absolute modifier in shader translator
2010-10-14 Keith Whitwellr600g: emit hardware linewidth
2010-10-14 Dave Airlier600g: select linear interpolate if tgsi input requests it
2010-10-14 Dave Airlier600g: fixup typo in macro name
2010-10-14 Dave Airlier600g: fixup pos/face ena/address properly
2010-10-14 Dave Airlier600g: only pick centroid coordinate when asked.
2010-10-13 Fredrik Höglundr600g: Fix texture sampling with swizzled coords
2010-10-13 Dave Airlier600g: drop unused context members
2010-10-13 Dave Airlier600g: fix stencil export for evergreen harder
2010-10-13 Stephan Schmidr600g: fix relative addressing when splitting constant...
2010-10-13 Dave Airlier600g: add missing eg reg definition
2010-10-13 Dave Airlier600g: evergreen add stencil export bit
2010-10-13 Dave Airlier600g: use blitter for hw copy region
2010-10-13 Dave Airlier600g: drop all use of unsigned long
2010-10-13 Dave Airlier600g: fix transfer stride.
2010-10-13 Dave Airlier600g: remove bpt and start using pitch_in_bytes/pixels.
2010-10-13 Dave Airlier600g: rename pitch in texture to pitch_in_bytes
2010-10-13 Dave Airlier600g: use common texture object create function
2010-10-13 Dave Airlier600g: split out miptree setup like r300g
2010-10-13 Dave Airlier600g: add copy into tiled texture
2010-10-13 Dave Airlier600g: the vs/ps const arrays weren't actually being...
2010-10-13 Dave Airlier600g: reduce size of context structure.
2010-10-13 Dave Airlier600g: store samplers/views across blit when we need...
2010-10-13 Dave Airlier600g: fix scissor/cliprect confusion
2010-10-13 Dave Airlier600g: fix depth0 setting
2010-10-12 Dave Airlier600g: add shader stencil export support.
2010-10-12 Dave Airlier600g: add support for S8, X24S8 and S8X24 sampler...
2010-10-12 Keith Whitwellr600g: add missing file to sconscript
2010-10-11 Dave Airlier600g: fix typo in vertex sampling on r600
2010-10-11 Dave Airlier600g: don't run with scissors.
2010-10-11 Dave Airlier600g: add TXL opcode support.
2010-10-11 Dave Airlier600g: enable vertex samplers.
2010-10-11 Dave Airlier600g: evergreen has no request size bit in texture...
2010-10-11 Dave Airlier600g: fix input/output Z export mixup for evergreen.
2010-10-08 Dave Airlier600g: drop width/height per level storage.
2010-10-07 Dave Airlier600g: add some RG texture format support.
2010-10-07 Dave Airlier600g: fix Z export enable bits.
2010-10-07 Dave Airlier600g: use format from the sampler view not from the...
2010-10-07 Andre Maasikasr600g: fix evergreen interpolation setup
2010-10-05 Dave Airlier600g: add evergreen stencil support.
next