mesa.git
2009-08-03 Pauli Nieminenxdemo/glxswapcontrol: Move get_framge_usage after the...
2009-08-03 Pauli Nieminenxdemos/glxcontexts: Don't leak visual info when choosin...
2009-08-03 Brian Paulst/mesa: we don't support GL_NV_point_sprite (see comment)
2009-07-30 Brian Paulmesa: move misplaced return statement
2009-07-30 Brian Paulmesa: add missing return after catching program error
2009-07-29 Keith Whitwellmesa/st: short-circuit glFinish calls on WIN32 only
2009-07-29 Keith Whitwellmesa/st: recognize no-op scissor state when checking...
2009-07-29 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRISW)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI2)
2009-07-28 RALOVICH, Kristófglx: properly release DRI configs
2009-07-28 RALOVICH, Kristófglx: cache DRI configs in __GLXscreenConfigsRec
2009-07-28 Vinson Leeprogs/trivial: add missing files to Makefile, .gitignore
2009-07-27 Brian Paulintel: Fix leak of DRI option info due to using the...
2009-07-27 Brian Paulintel: Clean up leak of driver context structure on...
2009-07-27 Brian Paulst/mesa: silence warning
2009-07-27 Brian Paulmesa: separate some finite/pragma Watcom stuff
2009-07-27 Brian Paulsoftpipe: include sp_winsys.h to silence function proto...
2009-07-27 Brian Paulintel: Use _mesa_warning() to report GEM warnings
2009-07-27 Karl Schultzwindows: updated VC8 project files
2009-07-27 Brian Pauldocs: 7.5 tarball md5sums
2009-07-26 José Fonsecautil: fix typo.
2009-07-24 Brian Paulmesa: include glew headers in MesaDemos tarballs
2009-07-22 Brian Pauldocs: initial release notes for 7.5.1
2009-07-22 Brian Paulmesa: bump version to 7.5.1
2009-07-22 Brian Paulmesa: include GLEW sources in MesaDemos tarball
2009-07-21 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-17 Brian Paulprogs/util: remove extfuncs.h (we use GLEW instead)
2009-07-17 Brian Paulprogs/glsl: finish conversion to GLEW
2009-07-17 Brian Paulmesa: set version to 7.5
2009-07-17 Brian Paulmesa: set version to 7.5
2009-07-17 Brian Pauldocs: set date for 7.5 release
2009-07-17 Brian Pauldocs: news entry for 7.5 release
2009-07-17 Brian Pauldocs: update links to Gallium wiki page on freedesktop.org
2009-07-16 José Fonsecapython/retrace: Process the call no passed to --to...
2009-07-16 José Fonsecapython/retrace: Dump the surface copy contents.
2009-07-16 José Fonsecapython/retrace: Flush stdout before calling the pipe...
2009-07-16 José Fonsecamesa: Fix logbase2.
2009-07-16 José Fonsecapython: Hack to prevent segmentation faults when python...
2009-07-16 José Fonsecawgl: Expose pipe_screen/pipe_context via an extension.
2009-07-16 José Fonsecapython: Obtain pipe_screen/pipe_context from the system...
2009-07-15 Luca Barbierisoftpipe: limit blend results to [0,1]
2009-07-15 Brian PaulFix state flag dependencies for fixed function fragment...
2009-07-15 José Fonsecapython/retrace: Interpret surface_copy.
2009-07-15 José Fonsecapython/samples: Use PIPE_FORMAT_Z16_UNORM instead of...
2009-07-15 Keith Whitwellmesa: recognize and eliminate repeated error messages
2009-07-15 Keith Whitwellmesa: split out errorstring switch from _mesa_error
2009-07-15 Keith Whitwellmesa: remove dead code in _mesa_error
2009-07-15 Keith Whitwellmesa: don't call getenv every time _mesa_error is called
2009-07-14 Brian Paulmesa: fix texture border color code for glPopAttrib()
2009-07-14 Jakob Bornecrantzprogs/tests: Use compressed texture in mipmap_comp_tests
2009-07-14 Jakob Bornecrantzprogs/tests: Tests more views in mipmap_comp_tests
2009-07-14 Jakob Bornecrantzprogs/tests: Add yet another mipmap test
2009-07-14 Brian Paulmesa: regenerated enums.c file
2009-07-14 José Fonsecascons: Monkey patch os.spawnve on Windows to become...
2009-07-14 José Fonsecamesa: Report the true face number when flushing.
2009-07-13 Peteri Andrasr128: fix two-sided lighting segfault seen in GLUT...
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-11 Zack Rusingallium: compare the actual register, not all the inputs
2009-07-10 Brian Paultgsi: update some assertions
2009-07-10 Brian Paultgsi: tgsi: add semantic_names[] string for TGSI_SEMANT...
2009-07-10 Brian Paultgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
2009-07-10 Brian Paulst/mesa: implement indirect addressing for destination...
2009-07-10 Brian Paultgis: implement indirect addressing for destination...
2009-07-10 Brian Paulvbo: fix vbo/dlist memory leak
2009-07-10 Brian Pauldemos: set 4th component of texcoord to 1.0
2009-07-10 Michel DänzerRemove stale reference to non-Gallium nouveau driver...
2009-07-09 Ian Romanickmesa: From float type modifier from values to large...
2009-07-09 Brian Pauldocs: document gl_TextureMatrix[i][j] array indexing...
2009-07-09 Brian Paulglsl: do const parameter optimization for array element...
2009-07-09 Brian Paulglsl: fix incorrect indexing for gl_TextureMatrix[i][j]
2009-07-08 Brian Pauldocs: document glMaterial/glShadeModel display list...
2009-07-07 Brian Paulmesa: only use fallback texture when using shaders...
2009-07-07 Zack Rusingallium: fixup register indexes for fog/frontface/point...
2009-07-07 Michel Dänzergallium: Fixes for clobbering stencil values in combine...
2009-07-07 Michel DänzerGLX/DRI1: Mark GLX visuals with depth != screen depth...
2009-07-07 Michel Dänzergallium: Only set FRONT_STATUS_COPY_OF_BACK if there...
2009-07-07 Zack Rusingallium: more fog extraction fixes
2009-07-06 Ian Romanickdemos: Fix vsync checking in glxgears
2009-07-06 José Fonsecawgl: Make the stw_framebuffer destructions threadsafe.
2009-07-06 José Fonsecawgl: Check for multiple threads before GET_CURRENT_CONTEXT.
2009-07-06 José Fonsecawgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE...
2009-07-04 Roland Scheideggeri965: fix fetching constants from constant buffer in...
2009-07-04 Eric Anholti965: Remove bad constant buffer constant-reg-already...
2009-07-03 Michel Dänzerintel: Also update stencil bits in intel_update_wrapper().
2009-07-03 Keith Whitwellprogs: revert damage to progs/SConscript from recent...
2009-07-03 Keith Whitwellmesa/shaders: fix gl_NormalMatrix state parameters
2009-07-03 Keith Whitwellst/wgl: don't advertise WGL_EXT_swap_interval string
2009-07-03 José Fonsecawgl: Lookup framebuffers by HWND whenever possible.
2009-07-02 José Fonsecamesa: Assume depth textures have a single level unless...
2009-07-02 Keith Whitwellmesa: s/TRUE/GL_TRUE
2009-07-02 Keith Whitwellglapi: ensure _mesa_lookup_prim_by_nr() is not clobbere...
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-07-02 Keith Whitwellmesa: ensure UsesFogFragCoord value is set for non...
2009-06-30 Keith Whitwellmesa/vbo: fix compile and replay of nodes ending in...
2009-06-30 Keith Whitwellmesa/dlist: fixes and improvements for material caching
2009-06-30 Keith Whitwellprogs/trivial: add dlist-mat-tri.c
next