- 23656c4 autoconf: Optional debug build with --enable-debug by Dan Nicholson · 17 years ago
- 41b0070 autoconf: More informative errors when pkg-config macros undefined by Dan Nicholson · 17 years ago
- aab38cf autoconf: Replace configs/current symlink from configure by Dan Nicholson · 17 years ago
- 7817557 autoconf: Replace install-sh with symlink to minstall by Dan Nicholson · 17 years ago
- 79ad458 autoconf: Clearer help text for the enable/disable options by Dan Nicholson · 17 years ago
- a76e245 autoconf: Since default DRI drivers to build with master by Dan Nicholson · 17 years ago
- 70d0c83 autoconf: glut doesn't need Xt by Dan Nicholson · 17 years ago
- 9cad8e3 autoconf: Output summary information from configure by Dan Nicholson · 17 years ago
- af3d2f2 autoconf: Configurable DRI drivers by Dan Nicholson · 17 years ago
- 8858633 autoconf: Allow static library builds by Dan Nicholson · 17 years ago
- 8e4d147 autoconf: Configurable demos directories by Dan Nicholson · 17 years ago
- 6689f9e autoconf: Configure the osmesa channel size for OSMesa16 and OSMesa32 by Dan Nicholson · 17 years ago
- 979ff51 autoconf: Add support for osmesa-only builds by Dan Nicholson · 17 years ago
- 44d9914 autoconf: Add support for shared DRI build on linux and freebsd by Dan Nicholson · 17 years ago
- 7279623 autoconf: Include necessary files for the tarballs by Dan Nicholson · 17 years ago
- dca1b79 autoconf: Initial support for an autoconf configuration by Dan Nicholson · 17 years ago
- d5cee90 autoconf: Add support files required for autoconf use by Dan Nicholson · 17 years ago
- f1efacb Make osdemos linking like other programs by Dan Nicholson · 17 years ago
- 6aaf9bd configs: Fix linking with static libGL and --as-needed by Dan Nicholson · 17 years ago
- e2ca788 i915: fix the error in the previos commit. by Xiang, Haihao · 17 years ago
- c1a3ac0 i915: Check the program size when uploading a program. fix bug 13494 by Xiang, Haihao · 17 years ago
- 62f6e55 Minor followup fixes for the previous commit. by Michel Dänzer · 17 years ago
- 17afc80 Always call dlopen in DriverOpen. by George Nassas · 17 years ago
- 125bd4c Revert "[965] Add missing flagging of new stage programs for updating stage state." by Eric Anholt · 17 years ago
- a4642f3 [965] Add missing flagging of new stage programs for updating stage state. by Eric Anholt · 17 years ago
- 259eacf Fix endianness bug in _mesa_texstore_argb8888() by Brian · 17 years ago
- 2407e48 Don't Swap buffer if a DRIDrawable is entirely obscured by another window. by Xiang, Haihao · 17 years ago
- 5b91ee2 Undo changes made to the toyball shaders in commit d19d0596daf004b56d80f78fa1a329b43c2ebf94 by Brian · 17 years ago
- 02afd45 fix span->facing computation and gl_FrontFacing initialization by Brian · 17 years ago
- 2ee7035 Fix gl_FrontFacing compilation problem by Brian · 17 years ago
- df198d2 added culling/wireframe options by Brian · 17 years ago
- fc7ddea Use -Bsymbolic for linking all shared objects. by Michel Dänzer · 17 years ago
- 3a90679 [965] Change constant buffer from state structs to plain batch emission. by Eric Anholt · 17 years ago
- 454043c fix DD_TRI_LIGHT_TWOSIDE bug (#13368) by Brian · 17 years ago
- 2dc85e8 Fix the library name in glw.pc by Dan Nicholson · 17 years ago
- ce98779 glut doesn't need -lXt by Brian · 17 years ago
- b1416c2 added missing quote char by Brian · 17 years ago
- 2af613e i915: Fix up state changes for i8xx. by Michel Dänzer · 17 years ago
- 556cf9a [intel] Move batch bo_unmap from TTM code to shared, and add more asserts. by Eric Anholt · 17 years ago
- d388cad [intel] Add failure path printfs to relocation code and some comments. by Eric Anholt · 17 years ago
- 700468b [intel] Simplify TTM relocation code by passing around bufmgr struct. by Eric Anholt · 17 years ago
- ddd92ee [intel] Fix the type and naming of the flags/mask args to TTM functions. by Eric Anholt · 17 years ago
- 6f8dee0 [intel] intel_bufmgr_ttm style sanity by Eric Anholt · 17 years ago
- b0b882b fix-build: remove ctx->_Facing assignment by Brian · 17 years ago
- fcd7c37 fix broken two-sided stencil by Brian · 17 years ago
- 44c8dac better front-plane clip test by Brian · 17 years ago
- a11b6f0 Updates of some OpenVMS makefiles. by joukj · 17 years ago
- 86f3135 Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa by joukj · 17 years ago
- d2540e6 i965: if source depth to render target is set, it should be handled in fb_write. by Xiang, Haihao · 17 years ago
- 6bc1d38 i965: use uncompressed instruction to ensure only by Xiang, Haihao · 17 years ago
- 1df7a82 [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake. by Eric Anholt · 17 years ago
- 61fbc81 New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb_program.c by Brian · 17 years ago
- a2ab143 cleanups, comments by Brian · 17 years ago
- a7e1b44 Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c by Brian · 17 years ago
- dc88a96 r200: Fix texture format regression on big endian systems. by Michel Dänzer · 17 years ago
- d8fcb50 i965: update RefCount when using Vertex/Fragment program. by Xiang, Haihao · 17 years ago
- 16099c1 remove drawable from hash table when window is deleted (see bug 13091) by WuNian · 17 years ago
- 5c64e68 use DEFAULT_SOFTWARE_DEPTH_BITS by Delle · 17 years ago
- 27028fc minor additions to avoid FAQs by Brian · 17 years ago
- 5ef3a2c document GLSL float f/F suffix bug by Brian · 17 years ago
- 4fe3bf2 set fp->UsesKill when emitting OPCODE_KIL by Brian · 17 years ago
- 92e4090 add a few more logicop modes, simplify code by Brian · 17 years ago
- 74cd0b4 improve 24-bit Z to 32-bit Z conversion by Brian · 17 years ago
- 46e03d5 i965: The jump instruction count is added by Xiang, Haihao · 17 years ago
- a8fee3a i915: Catch cases where not all state is emitted for a new batchbuffer. by Keith Whitwell · 17 years ago
- 63e6bfe i915: Some additional blit fixes and assertions. by Michel Dänzer · 17 years ago
- 4210862 libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. by Michel Dänzer · 17 years ago
- 7dd5ced intel: Fix relative symlinks. by Michel Dänzer · 17 years ago
- be1fa5b better test of point attenuation by Brian · 17 years ago
- 88b067c #define GL_GLEXT_PROTOTYPES to silence warning by Brian · 17 years ago
- 999b556 Consolidate texture fetch code and use partial derivatives when possible. by Brian · 17 years ago
- ba16243 Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variable array indexes. by Brian · 17 years ago
- c14d969 need to check border width in sample_linear_2d() - fixes failed assertion in texwrap.c test by Brian · 17 years ago
- 0fd679a Consolidate point size computation, clamping in get_size(). by Brian · 17 years ago
- ccb1c9d Print point/line size range limits by Brian · 17 years ago
- 3d51c79 fix z buffer read/write issue with rv100-like chips and old ddx by Roland Scheidegger · 17 years ago
- 93c98a4 [965] Replace 965 texture format code with common code. by Eric Anholt · 17 years ago
- e962997 [965] Remove dead exec vfmt code which was replaced by generic vbo code. by Eric Anholt · 17 years ago
- 827e72d clamp lambda to Min/MaxLod by Brian · 17 years ago
- 3821d15 [965] Add INTEL_DEBUG=fall debugging output. by Eric Anholt · 17 years ago
- 27674c4 [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915. by Eric Anholt · 17 years ago
- 87373e3 fix some texture format assertions, etc by Brian · 17 years ago
- 22a374f fix out-of-bounds array index (ix=-1) by Brian · 17 years ago
- f00a649 [intel] Add 965 support to shared intel_blit.c by Eric Anholt · 17 years ago
- 9b461d4 [i915] Pass static region names in so debugging says more than "static region". by Eric Anholt · 17 years ago
- 5ef6803 [intel] Move additional code to be shared from intel_context.h to intel/. by Eric Anholt · 17 years ago
- 5cdf397 [intel] Move intel_tex.h into place, forgotten in the previous commit. by Eric Anholt · 17 years ago
- 8775bf4 [965] Add batchbuffer decode for several more packets. by Eric Anholt · 17 years ago
- a664138 [intel] Fix typos in intel_chipset.h macros. by Eric Anholt · 17 years ago
- 3bd07ba [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them. by Eric Anholt · 17 years ago
- f7e0513 [i915] Reenable batchbuffer debug under INTEL_DEBUG=bat. by Eric Anholt · 17 years ago
- 152aa63 [intel] Add some doxygen notes on what the bufmgr_fake block members mean. by Eric Anholt · 17 years ago
- c29e9e5 [intel] Add a simple relocation cache to the fake buffer manager. by Eric Anholt · 17 years ago
- 4bc625e [intel] Assert against 0-sized buffers in dri_bufmgr_fake.c. by Eric Anholt · 17 years ago
- 00eb563 [intel] Add support for multiple levels of relocation in bufmgr_fake. by Eric Anholt · 17 years ago
- df3c530 [i915] Push locking in intelClearWithTris down inside meta_draw_poly. by Eric Anholt · 17 years ago
- 8211b20 added z/s keys to reset/step rotation by Brian · 17 years ago
- fb69fe5 Only emit texcoords for enabled units. Enable/disable units with 0..7 keys. by Brian · 17 years ago
- 96ba38a fix bogus assumption if ddx has set up surface reg for z buffer by Roland Scheidegger · 17 years ago
- dab7c81 fix position invariant vertex programs for sw-tnl by Roland Scheidegger · 17 years ago