summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/evergreen_state.c
AgeCommit message (Expand)Author
2010-11-17r600g: code cleanup (indent, trailing space, empty line ...)Jerome Glisse
2010-11-17r600g: Swizzle vertex data only once.Henri Verbeet
2010-11-15r600g: Evergreen has two extra frac_bits for the sampler LOD state.Henri Verbeet
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell
2010-10-26r600g: fix magic 0x1 ->flat shade enaDave Airlie
2010-10-24r600g: drop more common state handling codeDave Airlie
2010-10-24r600g: merge more of the common r600/evergreen state handlingDave Airlie
2010-10-24r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
2010-10-21r600g: add r600 surface to store the aligned height.Dave Airlie
2010-10-21r600g: move to per-miplevel array mode.Dave Airlie
2010-10-18r600g: do proper tracking of views/samplers.Dave Airlie
2010-10-15r600g: evergreen interpolation support.Dave Airlie
2010-10-13r600g: fix stencil export for evergreen harderDave Airlie
2010-10-13r600g: evergreen add stencil export bitDave Airlie
2010-10-13r600g: remove bpt and start using pitch_in_bytes/pixels.Dave Airlie
2010-10-13r600g: rename pitch in texture to pitch_in_bytesDave Airlie
2010-10-13r600g: store samplers/views across blit when we need to modify themDave Airlie
2010-10-13r600g: fix scissor/cliprect confusionDave Airlie
2010-10-11r600g: don't run with scissors.Dave Airlie
2010-10-11r600g: enable vertex samplers.Dave Airlie
2010-10-11r600g: evergreen has no request size bit in texture word4Dave Airlie
2010-10-11r600g: fix input/output Z export mixup for evergreen.Dave Airlie
2010-10-07r600g: use format from the sampler view not from the texture.Dave Airlie
2010-10-06r600g: add evergreen stencil support.Dave Airlie
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-10-01r600g: setup basic loop consts on r600 + evergreen.Dave Airlie
2010-10-01r600g: only set the Z export if shader exports it.Dave Airlie
2010-10-01r600g: fixup vertex format picking.Dave Airlie
2010-10-01r600g: realign evergreen code with r600 code.Dave Airlie
2010-10-01r600g: add reloc for evergreen color attribDave Airlie
2010-10-01r600g: drop depth quirk on evergreenDave Airlie
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie
2010-10-01r600g: fix evergreen depth flushing.Dave Airlie
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie
2010-09-29r600g: more cleanupJerome Glisse
2010-09-29r600g: cleanupJerome Glisse
2010-09-29r600g: use a hash table instead of groupJerome Glisse
2010-09-29r600g: add evergreen texture border support to new pathDave Airlie
2010-09-28r600g: fix remaining piglit issue in new designJerome Glisse
2010-09-28r600g: on evergreen the centroid isn't set in this register.Dave Airlie
2010-09-27r600g: fix routing btw vertex & pixel shaderJerome Glisse
2010-09-27r600g: fix pointsprite & resource unbindingJerome Glisse
2010-09-27r600g: fix index buffer drawingJerome Glisse
2010-09-27r600g: add evergreen texture resource properly.Dave Airlie
2010-09-26r600g: set ENABLE_KILL on evergreen tooBas Nieuwenhuizen