r300g: atomize VS constant buffer
[mesa.git] / src /
2010-04-14 Marek Olšákr300g: atomize VS constant buffer
2010-04-14 Marek Olšákr300g: emit VS immediates along with VS code
2010-04-14 Marek Olšákr300g: make setting up fragment depth output less hackish
2010-04-14 Marek Olšákst/mesa: trivially enable ATI_texture_mirror_once
2010-04-14 Marek Olšákr300g: kill off r300_fragment_shader::shadow_samplers...
2010-04-14 José Fonsecaretrace: Update for recent interface changes.
2010-04-14 José Fonsecatrace: Ignore transfer_flush_region too.
2010-04-14 Vinson Leei915g: Fix winsys SCons build.
2010-04-13 Jakob Bornecrantzi915g: Whitespace & formating
2010-04-13 Jakob Bornecrantzi915g: Mark shared layouts more clearly
2010-04-13 Jakob Bornecrantzi915: Fix comments about cube layouts
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Jesse BarnesDRI2: report swap events correctly in direct rendered...
2010-04-13 Alan Hourihanellvmpipe: disable half float formats
2010-04-13 Chia-I Wugallium: Remove pipe_screen::update_buffer.
2010-04-13 Alan Hourihanegallium: disable tests when using embedded build
2010-04-13 Michal Krolutil: Fix util_dynarray_trim().
2010-04-13 Luca Barbierinvfx: use dynamically sized rotating BO pool for fragme...
2010-04-13 Vinson Leedraw llvm: Initialize variable.
2010-04-13 Vinson Leer300g: Silence uninitialized variable warning.
2010-04-13 Vinson Leest/mesa: Remove state_tracker/st_framebuffer.c from...
2010-04-13 Chia-I Wust/mesa: Drop st_public support.
2010-04-13 Chia-I Wust/vega: Drop st_public support.
2010-04-13 Chia-I Wust/vega: Do not rely on st_resize_framebuffer.
2010-04-13 Luca Barbierinvfx: fix for 64-bit systems
2010-04-13 Luca Barbierigallium/auxiliary: make util_dynarray_trim do nothing...
2010-04-13 Luca Barbierigallium/auxiliary: add util_dynarray_resize
2010-04-13 Luca Barbierigallium/auxiliary: fix util_dynarray_trim to 0 to free...
2010-04-13 Luca Barbieriutil: implement Jose Fonseca's suggestions for u_buffer...
2010-04-13 Corbin Simpsonr300/compiler: Hax around instructions limits in mirror...
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
2010-04-12 Marek Olšákr300g: add generating texture coordinates for point...
2010-04-12 José Fonsecaprogs/gallium: Move into src/gallium/tests
2010-04-12 Luca Barbierigallium/auxiliary: add dynamically sized buffer/array...
2010-04-12 Luca Barbierinvfx: add LRP in vertprog
2010-04-12 Luca Barbierinvfx: add SIN and COS in vertprog
2010-04-12 Luca Barbierinvfx: add missing vertprog setcond instructions
2010-04-12 Luca Barbierinvfx: allocate a bigger block for queries
2010-04-12 Luca Barbierinvfx: support an unlimited number of occlusion queries
2010-04-12 Vinson Leer300g: Move declaration before code.
2010-04-12 Luca Barbierinvfx: fix TXL opcode value
2010-04-12 Luca Barbierinvfx: Add support for two sided color
2010-04-12 Luca Barbierinvfx: fix compile error
2010-04-12 Luca Barbierinvfx: don't use hw index buffers on nv3x and nv44
2010-04-12 Luca Barbierinvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support
2010-04-12 Luca Barbierinvfx: add support for ARB_half_float_vertex
2010-04-12 Luca Barbierist/mesa: half float vertex support (unexposed)
2010-04-12 Luca Barbierinvfx: allocate buffers in GART if !NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: move check for NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: remove #include "nouveau_stateobj.h"
2010-04-12 Luca Barbierinvfx: rework validation logic to use code and avoid...
2010-04-12 Luca Barbierinvfx: add NVFX_NEW_{FRAG,VERT}CONST
2010-04-12 Luca Barbierinvfx: so->RING_3D: vertprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: sr
2010-04-12 Luca Barbierinvfx: so->sb: blend
2010-04-12 Luca Barbierinvfx: so->sb: zsa
2010-04-12 Luca Barbierinvfx: so->sb: rasterizer
2010-04-12 Luca Barbierinvfx: so->RING_3D: screen
2010-04-12 Luca Barbierinvfx: so->RING_3D: viewport
2010-04-12 Luca Barbierinvfx: so->RING_3D: stipple
2010-04-12 Luca Barbierinvfx: so->RING_3D: scissor
2010-04-12 Luca Barbierinvfx: so->RING_3D: blend
2010-04-12 Luca Barbierinvfx: so->RING_3D: fb
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragtex
2010-04-12 Luca Barbierinvfx: so->RING_3D: vbo
2010-04-12 Luca Barbierinvfx: stop using flush_notify
2010-04-12 Luca Barbierinouveau: add state buffers, lightweight replacement...
2010-04-12 Luca Barbierinouveau: don't autobind in state objects relocations
2010-04-12 Luca Barbierinouveau: bind the 3D engine to subchannel 7 and add...
2010-04-12 Luca Barbierinvfx: avoid flushes in primitives
2010-04-12 Corbin Simpsonr300/compiler: Comment code, add much better mirror...
2010-04-12 Luca Barbierinvfx: fix bind flags
2010-04-12 Corbin Simpsonr300/compiler: Implement texcoord repeat and mirror...
2010-04-12 Corbin Simpsonr300g: Setup external state for wrap modes.
2010-04-12 Corbin Simpsonr300g: Cleanup fragment program external state setup.
2010-04-12 Corbin Simpsonr300/compiler: Add NPOT compatibility fields to externa...
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecast/python: Fix regressions.
2010-04-12 José Fonsecatrace: Fix several regressions introduced by recent...
2010-04-12 José Fonsecallvmpipe: pipe_target needs now 3 bits to be represented.
2010-04-12 José Fonsecastw: Update for pipe_resource interface changes.
2010-04-12 José Fonsecastw: Fix minor st_api migration glitches.
2010-04-12 Chia-I Wust/wgl: Switch from st_public.h to st_api.h. [V2]
2010-04-12 Török EdwinFix build with --enable-32-bit.
2010-04-12 Dan NicholsonRevert "dri/drivers: fix 32bit builds on 64bit systems"
2010-04-12 Luca Barbierinvfx: make NOUVEAU_NO_TRANSFER default off
2010-04-12 Luca Barbierinvfx: always use M2MF instead of the blitter
2010-04-12 Chia-I Wust/egl: Request the front buffer as needed.
2010-04-12 Luca Barbierinvfx: add missing vtbl for shared textures
2010-04-12 Marek Olšákr300g: atomize FS constant buffer
2010-04-12 Marek Olšákr300g: atomize compiler's state variables for fragment...
2010-04-12 Marek Olšákr300g: atomize fragment shader
2010-04-12 Marek Olšákr300g: remove a false comment
2010-04-12 Marek Olšákr300g: emit FS depth output config with FS code
2010-04-12 Marek Olšákr300g: FS constants emission rework
2010-04-12 Vinson Leer300g: Remove unnecessary headers.
2010-04-12 Vinson Leer300g: Initialize base.bind member variable.
2010-04-12 Vinson Leei915g: Fix possible null pointer deference in debug...
2010-04-12 Vinson Leei915g: Fix assert.
next