mesa: use enums for TEXTURE_x_INDEX values
[mesa.git] / src / gallium /
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
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é 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-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-17 Keith Whitwelldraw: Reuse xmm registers.
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.
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 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-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 Michel Dänzergallium: Fix a couple of potential NULL pointer derefer...
2009-02-12 Michel Dänzergallium/winsys/xlib: Use XShmPutImage when possible.
2009-02-12 Michel Dänzersoftpipe: Unbreak keeping track of cached surface.
2009-02-12 Michel Dänzergallium/winsys/xlib: Fix stride calculations.
2009-02-12 Michel DänzerCosmetic: Rename struct pipe_transfer pointers from...
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.
next