g3dvl: Catch up to gallium changes, fix build.
[mesa.git] / src / gallium / drivers /
2009-02-06 Younes Mantonnouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
2009-02-06 Younes Mantonnouveau: Frontbuffer pitch needs to be set.
2009-02-05 Pekka Paalanennv20: copy miptree flags from nv40
2009-02-05 Pekka Paalanennv04-nv40: fix nv##_surface_copy() for flipped
2009-02-05 Pekka Paalanennv04: fix pasto in nv04_surface_2d_init()
2009-02-05 Ben Skeggsnv50: stop using nouveau_push.h, it's evil
2009-02-05 Ben Skeggsnv04-nv40: move 2d blit/fill code into pipe driver
2009-02-05 Ben Skeggsnv50: move 2d blit/fill code into pipe driver
2009-02-05 Ben Skeggsnouveau: support getting "native" bo from winsys
2009-02-04 Ben Skeggsnouveau: notifier timeout is a float now
2009-02-04 Ben Skeggsnouveau: get things building/running again after pipe_s...
2009-02-04 Ben Skeggsnouveau: link against libdrm_nouveau (installed with...
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2009-02-02 Stephane Marchesinnv04: some old changes I had lying around.
2009-02-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-01-31 Pekka Paalanennv20: send buffer handles on hw state emit
2009-01-31 Pekka Paalanennv20: disable depth writes in hw init
2009-01-31 Pekka Paalanennv20: Z-mapping parameters
2009-01-31 Pekka Paalanennv20: draw_elements needs to flush
2009-01-31 Pekka Paalanennv20: set surface status in clear()
2009-01-31 Zack Rusingallium: initialize simple screen in drivers
2009-01-30 Zack Rusingallium: make p_winsys internal
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 Zack Rusingallium: give the screen priority when it comes to...
2009-01-30 Jakob Bornecrantzi915: Fix surface operations
2009-01-29 Jakob Bornecrantzi915: Don't take a context as argument for debug
2009-01-29 Jakob Bornecrantzi915: Don't dump batchbuffer on flush in context
2009-01-28 Jakob Bornecrantzi915: Add verbose debuging
2009-01-28 Jakob Bornecrantzi915: Fix batchbuffer dumping
2009-01-28 Jakob Bornecrantzi915: Flush on surface copy/clear
2009-01-27 Zack Rusingallium: remove redundant size from the constant buffer
2009-01-27 Zack Rusingallium: it's a reference value, not a reference number
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize naming of masks
2009-01-27 Zack Rusingallium: standardize on stride instead of pitch in...
2009-01-27 Keith Whitwelli915: queiten compiler warnings
2009-01-27 Keith Whitwellfailover: queiten compiler warnings
2009-01-26 Pekka Paalanennv20: rewrite vertex layout
2009-01-26 Pekka Paalanennv20: adjust initial hw context
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Younes Mantonnouveau: Map correct mip level when using the shadow...
2009-01-21 Patrice Mandinnouveau: nv30 does not support separate blend functions...
2009-01-20 José Fonsecagallium: Remove the standalone surfaces.
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Jonathan Adamczewskicell: Specify constant as float for CEILF().
2009-01-13 Ben Skeggsnv50: fix progs/tests/manytex
2009-01-13 Ben Skeggsnv50: get glxgears showing all 3 gears instead of 1!!
2009-01-13 Ben Skeggsnv50: change some magic reg, makes more things work
2009-01-13 Ben Skeggsnv50: add DXTn formats
2009-01-13 Ben Skeggsnv50: shadow mapping
2009-01-13 Ben Skeggsnv50: aniso
2009-01-13 Ben Skeggsnv50: occlusion queries
2009-01-13 Ben Skeggsnv50: implement KIL enough for progs/fp/kil to work
2009-01-13 Jonathan Adamczewskicell: Add missing suffix to SHUFFLE macro
2009-01-12 Jonathan Adamczewskicell: allocate batch buffers w/ 16-byte alignment
2009-01-12 Ben Skeggsnv50: make rtt work again
2009-01-12 Ben Skeggsnv50: fix handling of depth textures
2009-01-12 Ben Skeggsnv50: another typo..
2009-01-12 Ben Skeggsnv50: fix assertion failure
2009-01-12 Ben Skeggsnv50: remove previous hack to manage tiled surfaces
2009-01-12 Ben Skeggsnv50: fix a typo and a thinko
2009-01-12 Ben Skeggsnv50: enable npot textures
2009-01-12 Ben Skeggsnv50: disable shader debug
2009-01-12 Ben Skeggsnv50: any cpu access to a texture is done on its backin...
2009-01-12 Ben Skeggsnv50: create buffers for each image that makes up a...
2009-01-11 Brian Paulcell: optimize unpack_colors() function, saving 12...
2009-01-11 Brian Paulcell: move color unpacking code into separate function
2009-01-11 Brian Paulcell: re-order the z/stencil fetch/extract/convert...
2009-01-11 Brian Paulcell: simplify the 'optional register' code
2009-01-11 Brian Paulcell: asst datatype clean-ups
2009-01-11 Brian Paulcell: move depth/stencil code into separate function
2009-01-11 Brian Paulcell: clean-up, re-indent, comments
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-10 Brian Paulcell: use tgsi_dump_instruction() instead of spe_comment()
2009-01-10 Brian Paulcell: added rule to produce .s assembly files
2009-01-10 Younes Mantonnouveau: Update nv30 swizzling.
2009-01-10 Younes Mantonnouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
2009-01-10 Younes Mantonnouveau: Put dynamic textures in GART for CPU access...
2009-01-10 Younes Mantonnouveau: Swizzle textures larger than nv04 SIFM limit...
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 Brian Paulcell: fix breakage from xlib re-org
2009-01-08 Keith Whitwellgallium: split driver-independent code out of xlib...
2009-01-08 José Fonsecagallium: Replace uint64 by standard uint64_t.
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-06 Jonathan Adamczewskicell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query
2009-01-06 Brian Paulcell: fix code emit for RSQ/RCP when src arg == dst arg
2009-01-05 Ben Skeggsnv50: fill image unit index in TEX varients
2009-01-05 Ben Skeggsnv50: fix crash in nv50_program_destroy
2009-01-05 Ben Skeggsnv50: working towards 3D textures
2009-01-05 Ben Skeggsnv50: slightly better miptree allocation
2009-01-05 Ben Skeggsnv50: add TXP to TEX case.. not correct, but anyway..
2009-01-05 Ben Skeggsnv50: indentation for TEX is a little overenthusiastic
2009-01-05 Ben Skeggsnv50: ensure we actually get contiguous regs for TEX...
next