Merge commit 'origin/gallium-0.1'
[mesa.git] / src /
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Tom Fogalmesa: fix _glxapi_get_proc_address() for mangled names
2009-02-23 Joel Bosveldgallium: Install winsys/drm to DESTDIR rather than /
2009-02-23 Tomas Wilhelmssonmesa: fixes for building on Haiku
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 José Fonsecamesa: Fix windows build.
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 Paulmesa: remove unneeded #include
2009-02-22 Brian Paulmesa: #include, misc clean-ups
2009-02-22 Brian Paulmesa: remove unneeded #includes
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-22 Brian Paulmesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx...
2009-02-22 Brian Paulmesa: assorted clean-ups, var renaming, etc.
2009-02-22 Brian Paulmesa: simplify texture combine state copying in _mesa_c...
2009-02-22 Brian Paulmesa: remove redundant assertions (same asserts in...
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-22 Dave Airlietexmem: fix typo from brianp's changes.
2009-02-21 Brian Paulglapi: update find_entry() for mangled names
2009-02-21 Tom Fogalmesa: added extern qualifier
2009-02-21 Brian Paulmesa: use enums for TEXTURE_x_INDEX values
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-21 Brian Paulmesa: use an array for default texture objects
2009-02-21 Brian Paulmesa: re-org texgen state
2009-02-21 Kristian Høgsbergintel: Fix intelSetTexBuffer miptree leak.
2009-02-21 Eric Anholtintel: tell libdrm whether we want a cpu-ready or gpu...
2009-02-21 Eric Anholti965: Fix render target read domains.
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-20 Brian Pauli965: use the new prog_instruction::TexShadow field
2009-02-20 Brian Pauli965: check depth_mode in translate_tex_format() for...
2009-02-20 Brian Paulglsl: use new IR opcodes for TEX instructions with...
2009-02-20 Brian Paulmesa: add TexShadow field to prog_instruction
2009-02-20 Brian Pauli965: separate emit_op() and emit_tex_op() functions
2009-02-20 Brian Paulmesa: freshen-up comments, move some fields in prog_ins...
2009-02-20 Brian Pauli965: update comment, use const qualifier
2009-02-20 Brian Pauli965: var renaming, clean-up
2009-02-20 Brian Pauli965: added comment
2009-02-20 Brian Paulintel: fix datatype typo, s/GLboolean/GLuint/
2009-02-20 Brian Pauli965: additional debug output
2009-02-20 Brian Paulglsl: rename GLSL texture assembly instructions to...
2009-02-20 Brian Paulglsl: fix vec4_texp_rect IR code (need projective version)
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 Brian Paulmesa: support GL_EXT_stencil_two_side in gallium/mesa...
2009-02-19 Brian Paulmesa: fix/update/restore comments related to two-sided...
2009-02-19 Brian Paulmesa: initialize ctx->Stencil._BackFace = 1
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 Alan Hourihaneegl: glx updates for FBconfigs
2009-02-19 Alan Hourihaneegl: if a surface type isn't defined let's default...
2009-02-19 Alan Hourihaneegl: error checking
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-19 Brian Paulmesa: convert VERT_RESULT_* from #defines to enum,...
2009-02-19 Brian Paulglsl: asst improvements, clean-ups in set_program_uniform()
2009-02-19 Brian Paulglsl: fix inequality in set_program_uniform()
2009-02-18 Michel Dänzergallium/winsys/egl_xlib: Fix build after introduction...
2009-02-18 Joakim Sindholtr300-gallium: implement simple pipe_transfer Basically...
next