mesa.git
2010-02-10 Michal Krolglsl/pp: Fix ifdef directive for extension names.
2010-02-10 Brian Paulglsl: GLSL extensions have the GL_ prefix
2010-02-10 Zack Rusinst/xorg: fix a silly offset bug in xv
2010-02-10 Kristian Høgsbergr600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename
2010-02-10 José Fonsecallvmpipe: Fix null pointer dereference when no depth...
2010-02-10 José Fonsecallvmpipe: Leave depth buffer in swizzled format.
2010-02-10 Vinson Leeglu/sgi: Initialize member of class Uarray.
2010-02-10 Vinson Leellvmpipe: Remove unnecessary headers.
2010-02-10 Zack Rusinscons: export drawllvm after actually checking that...
2010-02-10 Kristian Høgsbergegl_dri2: Only allocate config if we're going to keep it
2010-02-10 Kristian Høgsbergegl_dri2: Initialize config attributes with visual...
2010-02-10 Kristian Høgsbergeglinfo: Also print visual type, assuming X visual...
2010-02-10 Kristian Høgsbergegl_dri2: Allow pbuffer and pixmap surfaces for all...
2010-02-10 Pauli Nieminenradeon: Fix printf formatings to match te values.
2010-02-10 Pauli Nieminenradeon: Define EXT_framebuffer_object constants to...
2010-02-10 Brian Paulmesa: move all limit/constant assertions into check_con...
2010-02-09 Francisco JerezDrop incorrectly revived files during the 'gallium...
2010-02-09 Corbin Simpsonr300g: One less assert.
2010-02-09 Corbin Simpsonr300g: Don't write non-existent bit on non-r500.
2010-02-09 Corbin Simpsonr300g: Correct colorbuffer measurements.
2010-02-09 Corbin Simpsonr300g: Be ever-so-slightly more useful on bad shaders.
2010-02-09 Kristian Høgsbergconfigure.ac: Enable egl demos when --enable-egl is...
2010-02-09 Kristian Høgsbergxeglgears: Add test case for eglBindTexImage()
2010-02-09 Kristian Høgsbergegl_dri2: Implement eglBindTexImage()
2010-02-09 Kristian Høgsbergdri_interface: Introduce DRI tokens for the texBuffer...
2010-02-09 Kristian Høgsbergegl_dri2: Use a helper function for looking up and...
2010-02-09 Brian Paulgallium/auxiliary: add -D__STDC_CONSTANT_MACROS
2010-02-09 Brian Paulllvmpipe: remove .s rule (already in Makefile.template)
2010-02-09 Brian Paulllvmpipe: lp_tile_surface.c isn't committed yet
2010-02-09 Pauli Nieminenradeon: Add some debug output for fbo support
2010-02-09 Pauli Nieminenr200: Fix UMS notto emit stp.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Brian Pauldocs: fix typo: s/osdemo/osdemos/
2010-02-09 Chris Ligallium: Adding the %.s rule to generate asm code
2010-02-09 Chris Ligallium: Using the proper pattern rules for Makefile...
2010-02-09 Chris Lillvmpipe: Make llvm unit test depend on libllvmpipe.a
2010-02-08 Roland Scheideggerst/mesa: fix wrong initialization of MaxPointSize
2010-02-06 Jakob Bornecrantzvmware/core: Support drm interface version 1.0.0
2010-02-06 Jakob Bornecrantzvmware/core: Use correct flags in scanout code
2010-02-06 Jakob Bornecrantzvmware/core: Handle new scanout field
2010-02-06 Jakob Bornecrantzvmware/core: Update header to latest version
2010-02-06 Jakob Bornecrantzvmware/core: Remove old ioctl structs not used
2010-02-09 Michal Krolllvmpipe: Remove reference to prefilter field.
2010-02-09 Kristian Høgsbergglx: Fix TOP setting in src/glx Makefile
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx
2010-02-09 Kristian Høgsbergegl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY
2010-02-09 Brian Paulfix bug in perspective corrected interpolants for lines
2010-02-09 Brian Paulprogs/tests: add line drawing option to cylwrap.c
2010-02-09 Brian Paulprogs/tests: add x/y rotation to cylwrap.c
2010-02-09 Brian Paulst/mesa: remove special-case cyl-wrap code
2010-02-09 Michal Krolsoftpipe: Properly implement cylindrical wrapping.
2010-02-09 Michal KrolRevert "softpipe: Implement cylindrical wrapping for...
2010-02-09 Brian Paulprogs/tests: new test program for exercising cylindrica...
2010-02-09 Brian Paulst/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
2010-02-09 Brian Paulmesa: add back-door support for cylindrical texture...
2010-02-09 Michal Krolgallium: Remove prefilter member from pipe_sampler_stat...
2010-02-09 Michal Kroldocs: Document TGSI Declaration token.
2010-02-09 Michal Krolsoftpipe: Implement cylindrical wrapping for linear...
2010-02-09 Michal Kroltgsi: Gather cylindrical wrap info in tgsi_shader_info...
2010-02-09 Michal Kroltgsi: Add ureg_DECL_fs_input_cyl().
2010-02-09 Michal Krolgallium: Add cylindrical wrap info to TGSI declaration.
2010-02-09 Michal Kroltgsi: Remove tgsi_dump_c.[ch].
2010-02-09 Michal Krolmesa: Enable true refcounting for NullBufferObj.
2010-02-09 Michal Krolmesa: Protect buffer objects reference counting with...
2010-02-09 José Fonsecamesa: Ensure object refcount is null when destroying...
2010-02-09 José Fonsecamesa: Fix null buffer object reference counting.
2010-02-09 José Fonsecamesa: Always do proper ref counting of shared state.
2010-02-09 José Fonsecasvga: Actually call fence_reference in texture downloads.
2010-02-09 Vinson Leeprogs/xdemos: Silence uninitialized variable warning.
2010-02-09 Vinson Leer300g: Fix off-by-one errors in array bounds assertions.
2010-02-09 Zack Rusinscons: don't assume llvm is always present
2010-02-09 Zack Rusinllvmpipe: switch to using dynamic stack allocation...
2010-02-09 Vinson Leeidentity: Remove unnecessary header.
2010-02-09 Vinson Leesoftpipe: Remove unnecessary headers.
2010-02-09 Brian Paulgallivm: added lp_bld_misc.cpp to sources list
2010-02-09 Brian Paulllvmpipe: include gallivm/lp_bld_misc.h
2010-02-09 Brian Paulgallivm: added gallivm/lp_bld_misc.cpp to Makefile
2010-02-09 Brian Paulllvmpipe: remove files moved to gallivm/ from llvmpipe...
2010-02-09 Brian Paulllvmpipe: s/textured/texture/
2010-02-08 Brian Paulllvmpipe: added counters for color tile clear, load...
2010-02-08 Brian Paulllvmpipe: use new os time functions
2010-02-08 Francisco Jerezglx: Fix SwapBuffers regression introduced by 01923fb72d.
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...
2010-02-08 Corbin Simpsonradeong: Provide drm_api::destroy hook.
2010-02-08 Corbin Simpsonradeong: Always return something for create_screen.
2010-02-08 Keith Whitwellst/dri: fix compile breakage
2010-02-08 Keith Whitwellegl: re-fix context_create typo
2010-02-08 Keith Whitwellsvga: remove dead debug sleep
2010-02-08 Keith Whitwellgallium: remove softpipe references in other drivers
2010-02-08 Keith Whitwelldrm/radeon: remove softpipe references
2010-02-08 Marc Dietrichcell: fix the usual cell breakage
2010-02-08 Keith Whitwellgallium: squash-merge of gallium screen context
2010-02-08 Keith Whitwellglx: permit building with older protocol headers
2010-02-08 Joakim Sindholtprogs/demos: update .gitignore
2010-02-08 Vinson Leeprogs/xdemos: Silence uninitialized variable warning.
2010-02-08 Dave Airlieradeon: fix UMS since stp addition.
2010-02-07 Pauli Nieminenmesa: Fix mesa_next_pow_two to return same value if...
2010-02-07 Pauli Nieminenr200: Fix LOD min/max emit.
2010-02-07 Pauli Nieminenr100/r200/r300/r600: Set MaxCombinedTextureImageunits.
2010-02-07 Pauli Nieminenr200: Fix lod bias correction.
next