- c0b4257 [965] Move to using shared texture management code. by Eric Anholt · 17 years ago
- 659baa3 [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer. by Eric Anholt · 17 years ago
- 3fe9d5c [intel] Merge intel_buffer_objects to shared. by Eric Anholt · 17 years ago
- f5b3cd4 [965] Use shared intel_regions.c. by Eric Anholt · 17 years ago
- 5e3ef62 [intel] Fix uninitialized data in screen-region buffer objects. by Eric Anholt · 17 years ago
- 55539f6 [intel] Remove excessive validation debugging. by Eric Anholt · 17 years ago
- b8b4952 [intel] Initialize debug flag for dri_bufmgrs by Eric Anholt · 17 years ago
- c5456a6 [intel] Remove useless intel_region_idle. by Eric Anholt · 17 years ago
- 84a0760 [intel] warnings cleanup by Eric Anholt · 17 years ago
- 507d43f fix polygon cull regression by Brian · 17 years ago
- a5eb9e7 Build rain demo (Gonzo <andreas.wendleder@gmail.com>) by Brian · 17 years ago
- 6f7d353 [intel] Remove the relocation buffer lists and just cache one per buffer. by Eric Anholt · 17 years ago
- 38bad76 [965] Replace the state cache suballocator with direct dri_bufmgr use. by Eric Anholt · 17 years ago
- 0037ad4 [intel] Remove broken mutex protection from dri_bufmgrs. by Eric Anholt · 17 years ago
- dbfe05c [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic. by Eric Anholt · 17 years ago
- 9f7d6b7 [intel] assert that buffers are not mapped at last unreference. by Eric Anholt · 17 years ago
- 37406c2 [intel] Assert against conflicting relocation emits in bufmgr_fake.c by Eric Anholt · 17 years ago
- 5ad2602 [965] Bug #13600: Fix assertion failure with SRGB textures. by Eric Anholt · 17 years ago
- 7c71ef3 [intel] Move bufmgr back to context instead of screen, fixing glthreads. by Eric Anholt · 17 years ago
- 00e10a1 Block in kernel waiting for fence by Keith Packard · 17 years ago
- aeca22f Use previous buffer offsets to compute proposed relocations by Keith Packard · 17 years ago
- 46c4056 add simple test for two-sided stencil functionality by Roland Scheidegger · 17 years ago
- 8dc1884 make sure state token values are fully initialized by Roland Scheidegger · 17 years ago
- ffee86f [965] Hook up DEBUG_BUFMGR output for bufmgr_fake. by Eric Anholt · 17 years ago
- e3a6e60 [965] Convert the driver to dri_bufmgr interface and enable TTM. by Eric Anholt · 17 years ago
- 3ecdae8 [965] Remove dead code in upload_wm_surfaces. by Eric Anholt · 17 years ago
- e34a183 [965] Move brw_surface_state stack allocation into the function using it. by Eric Anholt · 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