softpipe: minor code simplification for face/zslice offset calculation
[mesa.git] / src / gallium / auxiliary /
2009-02-24 José Fonsecapipebuffer: Allow asymmetric guard sizes for under...
2009-02-24 José Fonsecautil: Don't use 0-sized arrays.
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-24 José Fonsecapipebuffer: Remove unused var.
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-20 José Fonsecautil: Use a checkboard pattern instead of asserting...
2009-02-20 Keith Whitwellutil/debug: need to fflush(stderr) on windows
2009-02-20 José Fonsecautil: Also output messages to stderr on windows.
2009-02-20 José Fonsecautil: Stack backtracing facilities.
2009-02-20 Jakob Bornecrantzgallium: Improve recursive makefiles
2009-02-20 Jakob Bornecrantzgallium: Improve makefiles for libraries
2009-02-19 José Fonsecautil: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to...
2009-02-18 José Fonsecapipebuffer: Dump debugging info for fenced buffer list.
2009-02-18 José Fonsecapipebuffer: Don't retry to alloc memory block on mm.
2009-02-17 Keith Whitwelldraw: Reuse xmm registers.
2009-02-14 Jakob Bornecrantzdraw: Fix segfault if rast is null
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-19 José Fonsecautil: Use right include.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-18 José Fonsecautil: (Re)enable memory debugging for all windows platf...
2009-02-18 Keith Whitwelldraw: Reuse xmm registers.
2009-02-16 Alan Hourihanegallium: fix glean's vertProg1
2009-02-17 Keith Whitwelldraw: second argument to unmap is max, not count
2009-02-17 Keith Whitwelldraw: add map/unmap directives for swtnl driver interface
2009-02-12 Michel Dänzergallium: Fix a couple of potential NULL pointer derefer...
2009-02-12 Michel DänzerCosmetic: Rename struct pipe_transfer pointers from...
2009-02-12 Keith Whitwelltgsi: keep immediate file info uptodate
2009-02-11 Brian Paulgallium: const-correctness for u_linear.c functions
2009-02-11 Brian Paulgallium: silence warnings about void ptr arithmetic
2009-02-11 José Fonsecadraw: Cap max vertices instead of failing assert.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 José Fonsecapipebuffer: Drop reliance on pipe_winsys.
2009-02-10 Michal Krolgallivm: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroldraw: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Kroltgsi: Fix build -- rename Size to NrTokens.
2009-02-09 José Fonsecaindices: Fix typo.
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-05 Michel Dänzergallium: No longer allow CPU mapping surfaces directly.
2009-02-05 Keith Whitwellindices: quad fixes
2009-02-05 Keith Whitwellgallium: add new aux lib for index list translations
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-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-02-01 José Fonsecautil: List new file in sconscript.
2009-02-01 José Fonsecapipebuffer: Drop (most of) pipe winsys stuff.
2009-01-31 Zack Rusingallium: initialize simple screen in drivers
2009-01-30 Zack Rusingallium: add a convience wrapper for simple screens
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é Fonsecautil: Define ffs for MinGW.
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 José Fonsecapipebuffer: Consider 0 as no alignment needed.
2009-01-30 Zack Rusingallium: give the screen priority when it comes to...
2009-01-29 José Fonsecapipebuffer: Ondemand buffer manager.
2009-01-29 José Fonsecapipebuffer: Implement proper buffer validation.
2009-01-28 José Fonsecapipebuffer: More assertions.
2009-01-28 José Fonsecapipebuffer: Fix alignment assertion.
2009-01-28 José Fonsecapipebuffer: Export the pipe buffer winsys hooks.
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize on stride instead of pitch in...
2009-01-27 Keith Whitwelltgsi: silence some warnings
2009-01-27 Keith Whitwelldraw: silence some warnings
2009-01-27 Keith Whitwelldraw: queiten compiler warnings
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-20 José Fonsecagallium: Remove the standalone surfaces.
2009-01-19 Keith Whitwellutil: add reduced prim helper
2009-01-19 Brian Paultgsi: change an if to an else-if, added const qual...
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-17 Keith Whitwelldebug: add noprefix version of debug_dump_enum
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 José Fonsecagallium: Disable memory debugging for Windows OGL.
2009-01-12 Michel Dänzergallivm: Make sure the bitcode buffer is followed by...
2009-01-12 Michel Dänzergallivm: Print error message from ParseBitcodeFile...
2009-01-12 Michel Dänzergallivm: Adapt to header file move in LLVM 2.4.
2009-01-11 Brian Paulcell: datatype clean-ups in SPE rtasm
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-10 Brian Paulgallium: use tgsi_dump_instruction() instead of ppc_com...
2009-01-10 Brian Paulgallium: remove unused struct type
2009-01-10 Brian Paulgallium: fix register clobber bug in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: emit comments in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: code to dump/debug PPC code (disabled)
2009-01-10 Brian Paulgallium: added comment/annotation support to PPC rtasm
2009-01-10 Brian Paulgallium: s/false/FALSE/
2009-01-09 José Fonsecadraw: Add missing include.
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 José Fonsecadraw: Predeclare struct.
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-06 Brian Paulgallium: added centroid/invarient fields to declarations
2009-01-06 Brian Paultgsi: add tgsi_declaration fields for centroid sampling...
next