Merge commit 'origin/draw-vbuf-interface'
[mesa.git] / src / gallium /
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 José Fonsecawgl: Report memory leaks.
2009-02-18 Keith Whitwelldraw: Reuse xmm registers.
2009-02-18 Corbin Simpsonr300-gallium: Properly init shader state.
2009-02-18 Corbin Simpsonr300-gallium: Consolidate state updates.
2009-02-17 Brian Paulsoftpipe: some improvements to texture tile cache
2009-02-16 Alan Hourihanegallium: fix glean's vertProg1
2009-02-16 Patrice Mandinnouveau: oops :-)
2009-02-16 Brian Paulcell: use some SPU intrinsics to get slightly better...
2009-02-16 Corbin Simpsonr300-gallium: Add verbosity level to debugging.
2009-02-16 Corbin Simpsonr300-gallium: Fix BEGIN_CS and END_CS counting and...
2009-02-16 Corbin Simpsonr300-gallium: Set up draw rasterizer.
2009-02-16 Corbin Simpsonr300-gallium: Ooops, forgot to apply this stash.
2009-02-16 Corbin Simpsonr300-gallium: Include-guard r300_emit.h
2009-02-16 Corbin Simpsonr300-gallium: Add draw_arrays and friends.
2009-02-16 Corbin Simpsonr300-gallium: Add SC_CLIP_RULE to clear.
2009-02-15 Brian Paulcell: minor Makefile clean-up
2009-02-15 Brian Paulcell: new/tighter code for computing fragment program...
2009-02-15 Brian Paulcell: combine eval_z(), eval_w() functions
2009-02-15 Corbin Simpsonr300-gallium: Fix scissors.
2009-02-15 Corbin Simpsonr300-gallium: Grab bag of goodies.
2009-02-15 Corbin Simpsonr300-gallium: Clean up some clear registers.
2009-02-15 Corbin Simpsonr300-gallium: Use fui instead of a roll-my-own.
2009-02-14 Corbin Simpsonradeon-gallium: Clean out extensions explicitly enabled...
2009-02-14 Corbin Simpsonr300-gallium: Update r300_screen comments and add a...
2009-02-14 Corbin Simpsonr300-gallium: Enable all four colorbuffer render targets.
2009-02-14 Corbin Simpsonr300-gallium: Add Z/stencil buffer format emit.
2009-02-14 Corbin Simpsonr300-gallium: Emit Z/stencil buffer offset.
2009-02-14 Corbin Simpsonr300-gallium: Add derived state for vertex formats.
2009-02-18 Corbin Simpsonr300-gallium: Add draw_arrays for swtcl_emit.
2009-02-18 Corbin Simpsonr300-gallium: Properly init shader state.
2009-02-18 Corbin Simpsonr300-gallium: Consolidate state updates.
2009-02-18 Corbin Simpsonr300-gallium: Hook up new swtcl vbuf stage.
2009-02-18 Corbin Simpsonr300-gallium: Turn swtcl_emit into a vbuf_render stage.
2009-02-18 Corbin Simpsonr300-gallium: Update r300_reg from classic Mesa.
2009-02-17 Jakob Bornecrantznv20: Use the new draw vbuf interface
2009-02-17 Jakob Bornecrantznv10: Use the new draw vbuf internface
2009-02-17 Jakob Bornecrantznv04: Use the new draw vbuf interface
2009-02-13 Corbin Simpsonr300-gallium: Various thingies.
2009-02-13 Jakob Bornecrantzi915: Use the new draw vbuf interface
2009-02-17 Keith Whitwelldraw: second argument to unmap is max, not count
2009-02-17 Keith Whitwellsoftpipe: update to new draw interfaces
2009-02-17 Keith Whitwelldraw: add map/unmap directives for swtnl driver interface
2009-02-12 Jakob Bornecrantzegl: Doesn't depend on xorg or pixman
2009-02-13 Corbin Simpsonr300-gallium: Take care of various bad dereferences...
2009-02-13 Corbin Simpsonr300-gallium: Fix linker error a few linker warnings.
2009-02-13 Corbin Simpsonr300-gallium: Fix build errors.
2009-02-13 Joakim Sindholtr300-gallium: fix OUT_CS_ONE_REG and use where applicable
2009-02-13 Corbin Simpsonr300-gallium: r300 passthrough shader, static shader...
2009-02-13 Corbin Simpsonr300-gallium: Add r300 passthrough shader.
2009-02-13 Joakim Sindholtr300: minor fixes and clear up some surface_fill
2009-02-13 Corbin Simpsonr300-gallium: Add r500 passthrough shader assembly.
2009-02-13 Corbin Simpsonr300-gallium: Fix typo in texture buffer size request.
2009-02-13 Jakob Bornecrantzintel: Only build winsys with built state trackers
2009-02-12 Benjamin Closegalium: Makefile fixes: -Werror=implicit-function-decla...
2009-02-12 Jakob Bornecrantzintel: Make gem export the drm_api_hocks
2009-02-12 Jakob Bornecrantzintel: Remove the old depricated dri1 winsys
2009-02-12 Jakob Bornecrantzintel: Remove the ttm backend
2009-02-11 Jakob Bornecrantzegl: Use only libdrm structs for kms
2009-02-12 Keith Whitwelltgsi: keep immediate file info uptodate
2009-02-12 José Fonsecascons: Build xlib state tracker regardless of DRI settings.
2009-02-12 Brian Paulsoftpipe: asst clean-ups, const correctness, comments
2009-02-12 Brian Paulsoftpipe: remove unneeded #include
2009-02-12 Brian Paulsoftpipe: asst comments, clean-ups
2009-02-12 Brian Paulsoftpipe: remove some old polygon stipple stuff and...
2009-02-12 Briansoftpipe: updated comments
2009-02-12 Briansoftpipe: rename PRIM_x to QUAD_PRIM_x
2009-02-12 Briansoftpipe: rename sp_headers.h to sp_quad.h
2009-02-12 Briansoftpipe: rename single-include preprocessor symbol...
2009-02-12 Briansoftpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
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 Dan NicholsonAdd external pixman CFLAGS after all internal include...
2009-02-11 Younes Mantonnouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn...
2009-02-11 José Fonsecadraw: Cap max vertices instead of failing assert.
2009-02-11 José Fonsecawgl: Add a few more stubs.
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 Younes Mantonnouveau: nv40 swizzled mipmap fixes.
2009-02-10 Patrice Mandinnouveau: nv30: fix miptree organization to have swizzle...
2009-02-10 Patrice Mandinnouveau: revert all my changes here, not the right way
2009-02-10 Patrice Mandinnouveau: stop with 0 dimension
2009-02-10 Patrice Mandinnouveau: we already have the right src offset
2009-02-10 Patrice Mandinnouveau: do not forget to half dimension.
2009-02-10 Patrice Mandinnouveau: revert most parts of recent mipmap+swizzle...
2009-02-10 Keith Whitwellwgl: return before locking if stw_icd is NULL
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Keith Whitwellwgl: mutex-protect the shared stw_icd struct
2009-02-10 Patrice Mandinnouveau: dst offset is correct
2009-02-10 José Fonsecapipebuffer: Drop reliance on pipe_winsys.
2009-02-10 Patrice Mandinnouveau: recalc sub width and height for each mipmap...
2009-02-10 Jakob Bornecrantzmesa: Build both software rasterizers for debug
2009-02-10 Jakob Bornecrantzgallium: Don't rebuild common drm code
2009-02-10 Jakob Bornecrantzgallium: Install DRI drivers into lib/gallium
2009-02-10 Jakob Bornecrantzgallium: Introduce new subdirs build variables
2009-02-10 Michal Krolnv40: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv30: Fix build -- rename Size to NrTokens.
2009-02-10 Michal Krolnv20: Fix build -- rename Size to NrTokens.
next