softpipe: minor code simplification for face/zslice offset calculation
[mesa.git] / src / gallium /
2009-02-25 Brian Paulsoftpipe: minor code simplification for face/zslice...
2009-02-25 Brian Paulcell: overhaul cell teximage code
2009-02-25 Brian Paulcell: don't need tex transfer for drawing surfaces
2009-02-25 Jakob Bornecrantzintel: Adopt to the new drm_api.h
2009-02-25 Jakob Bornecrantzi915: Enable winsys to get buffer from texture
2009-02-25 Jakob Bornecrantzst/drm: Bring drm_api.h up to date with latest changes
2009-02-25 Jakob Bornecrantzi915: Fix some warnings
2009-02-25 Jakob Bornecrantzi915: Clean up i915_winsys.h a bit
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 Brian Paulsoftpipe: minor code movement in softpipe_get_tex_trans...
2009-02-24 Brian Paulcell: added null ptr check in xm_flush_frontbuffer()
2009-02-24 Keith Whitwellst/wgl: silence some debug
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-24 José Fonsecapipebuffer: Remove unused var.
2009-02-23 Alan Hourihanegallium: add winsys interface for viewport changes...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Joel Bosveldgallium: Install winsys/drm to DESTDIR rather than /
2009-02-23 Corbin Simpsonr300-gallium: Fix pasto and debug messages.
2009-02-23 Corbin Simpsonr300-gallium: Cleanup some state emit, move vertex...
2009-02-23 José Fonsecagallium: Define PIPE_PRIM_MAX.
2009-02-23 Corbin Simpsonr300-gallium: Fix a handful of compile warnings.
2009-02-23 Corbin Simpsonr300-gallium: Decode passthrough shader for r300.
2009-02-23 Corbin Simpsonr300-gallium: Finish VAP/VF setup.
2009-02-23 Corbin Simpsonr300-gallium: Fix BEGIN_CS size.
2009-02-23 José Fonsecawgl: Enable the use of Win32 threads.
2009-02-23 Joakim Sindholtr300-gallium: Add pipe_format translators and apply...
2009-02-23 Joakim Sindholtr300-gallium: Add all supported 2d texture formats
2009-02-23 Joakim Sindholtr300-gallium: correct buffer stride calculation
2009-02-22 Brian Paulgallium: remove dependency on main/glheader.h in glxapi.c
2009-02-22 Ben Skeggsnv50: delay uploads until transfer object is destroyed
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-20 José Fonsecapython: More efficient blits from surfaces.
2009-02-20 José Fonsecautil: Use a checkboard pattern instead of asserting...
2009-02-20 José Fonsecapython/interpreter: Don't do unnecessary updates.
2009-02-20 José Fonsecapython/retrace: Verbosity level.
2009-02-20 José Fonsecapython/retrace: Cope with python 2.4.x
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é Fonsecapython: Pass a zero offset to util_draw_vertex_buffer.
2009-02-20 José Fonsecawgl: Prevent null pointer reference.
2009-02-20 José Fonsecautil: Stack backtracing facilities.
2009-02-20 Jakob Bornecrantzgallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/
2009-02-20 Jakob Bornecrantzgallium: Improve recursive makefiles
2009-02-20 Jakob Bornecrantzgallium: Improve winsys dri template Makefile
2009-02-20 Jakob Bornecrantzintel: Use new makefile template for drm gem
2009-02-20 Jakob Bornecrantznouveau: Use new makefile template for drm common
2009-02-20 Jakob Bornecrantzgallium: Improve makefiles for libraries
2009-02-19 Ben Skeggsnouveau: reenable all the non-nv50 pipe drivers
2009-02-19 Ben Skeggsnv50: remove unused variable
2009-02-19 Ben Skeggsnv50: fix occlusion queries
2009-02-19 Ben Skeggsnv50: rework for texture_transfer changes
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 Michel Dänzergallium/winsys/xlib: Fix build with USE_XSHM undefined.
2009-02-19 José Fonsecawgl: debug_printf in the main entry/exit points
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-19 José Fonsecawgl: Call pipe_screen::destroy on exit.
2009-02-19 José Fonsecawgl: Use a separate .DEF for MinGW
2009-02-19 José Fonsecawgl: Share more code between icd and standalone driver.
2009-02-19 José Fonsecagdi: Update for texture/surface interface changes.
2009-02-19 José Fonsecautil: Use right include.
2009-02-19 Brian Paulcell: patch up cell_texture.c so it compiles
2009-02-19 Brian Paulcell: updates for new pipe_transfer changes
2009-02-19 Brian Paulcell: update vbuf code to catch up to recent changes
2009-02-19 Brian Paulcell: remove unused var
2009-02-19 Brian Paulcell: start adding new cell_transfer types/code
2009-02-19 Brian Paulcell: remove old surface_map code
2009-02-18 Michel Dänzergallium/winsys/egl_xlib: Fix build after introduction...
2009-02-18 Joakim Sindholtr300-gallium: implement simple pipe_transfer Basically...
2009-02-18 Michel Dänzergallium: Fix up trace driver for introduction of struct...
2009-02-18 Michel Dänzergallium: Add pipe_transfer_reference().
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-18 Corbin Simpsonr300-gallium: Factor out common functionality in vbuf...
2009-02-18 Michel Dänzeri915simple: Minimal fixup for introduction of struct...
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
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.
next