summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-03-05intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt
2009-03-05i965: Add a note about why the _NEW_STENCIL is required in draw_buffers.Eric Anholt
2009-03-05intel: Remove a gratuitous MI_FLUSH after clearing with a blit.Eric Anholt
2009-03-05i965: Remove dead flushing code.Eric Anholt
2009-03-05i965: comments and formatting fixesBrian Paul
2009-03-05i965: fix emit_math1() function used for scalar instructionsBrian Paul
2009-03-05mesa: added some assertionsBrian Paul
2009-03-05mesa: when printing src regs, use |reg| for absolute valueBrian Paul
2009-03-05i965: fix screen depth test in intel_validate_framebuffer)_Brian Paul
2009-03-05i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison
2009-03-04mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul
2009-03-04mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul
2009-03-04mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul
2009-03-04mesa: _mesa_get_x86_features() only needs to do its thing onceBrian Paul
2009-03-05mesa: Add x86/common_x86.c to libmesagallium.aJakob Bornecrantz
2009-03-04mesa: move sse.h and 3dnow.h #includesBrian Paul
2009-03-04mesa: remove unneeded x86.h headerBrian Paul
2009-03-04mesa: make _mesa_init_x86_transform_asm() staticBrian Paul
2009-03-04mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul
2009-03-04mesa: rename x86.c -> x86_xform.cBrian Paul
2009-03-04mesa: refactor x86 codeBrian Paul
2009-03-04mesa: Follow ARB_map_buffer_range more stricly.José Fonseca
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca
2009-03-04vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell
2009-03-04mesa: Clear cache->trans after destroying the transfer.José Fonseca
2009-03-04mesa: Clear cache->trans after destroying the transfer.José Fonseca
2009-03-04Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell
2009-03-04vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca
2009-03-04vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is activeKeith Whitwell
2009-03-04mesa: include mfeatures.hBrian Paul
2009-03-04mesa: Implement and use FlushMappedBufferRange.José Fonseca
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03mesa: include main/dd.h in t_vb_points.c and t_vp_build.cBrian Paul
2009-03-03gallium: remove old state tracker renderbuffer attachment assertionBrian Paul
2009-03-03xlib: code to force fixed function -> shader translation (for debug, disabled)Brian Paul
2009-03-03mesa: fix sw fallback state validation bugBrian Paul
2009-03-03mesa: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03vbo: missing line from previous commitKeith Whitwell
2009-03-03mesa/st: implement MapBufferRange callbackKeith Whitwell
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell
2009-03-03mesa: add MapBufferRange driver callbacksKeith Whitwell
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2009-03-02mesa: save some useful VBO debug/dump code (disabled)Brian Paul
2009-03-02mesa: more tex image debug/dumping codeBrian Paul
2009-03-02mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul
2009-03-02mesa: move call to update_texture_compare_function()Brian Paul