summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-09rbug: Extend context info and block opsJakob Bornecrantz
2009-06-09intel: remove extra \n from warning stringBrian Paul
2009-06-09mesa: reorder fields, update comments for gl_buffer_objectBrian Paul
2009-06-09glsl: Expand nested preprocessor macros.Michal Krol
2009-06-08r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson
2009-06-08r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson
2009-06-08r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson
2009-06-08glsl: Fix preprocessor define argument parsing for dead sections.Michal Krol
2009-06-08glsl: preprocessor debug code (disabled)Brian Paul
2009-06-08softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul
2009-06-08mesa: new MESA_EXTENSION_OVERRIDE env varBrian Paul
2009-06-08mesa: EXT_vertex_array_bgra fixesMaciej Cencora
2009-06-08trace/rbug: Sleep on windows when blockedJakob Bornecrantz
2009-06-08llvm: fix compile on gcc 4.4Dave Airlie
2009-06-07nouveau: forgotten makefile...Ben Skeggs
2009-06-06nv50: fix multi-texturingBen Skeggs
2009-06-06nv50: support non-normalized texture coordsBen Skeggs
2009-06-05r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson
2009-06-05r300-gallium: Emit UCP.Corbin Simpson
2009-06-05r300-gallium: Improve vs emit.Corbin Simpson
2009-06-05nv50: use larger tile sizesBen Skeggs
2009-06-05nv50: use nouveau_bo for query buffersBen Skeggs
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs
2009-06-05util: Fix winsock include.Michal Krol
2009-06-05r300-gallium: Mute some debug info.Corbin Simpson
2009-06-04r300-gallium: vs: Fix negation calculation.Corbin Simpson
2009-06-04r300-gallium: Fix pasta.Corbin Simpson
2009-06-04r300-gallium: Improve vs debug more.Corbin Simpson
2009-06-04r300-gallium: vs: Add negation, SUB.Corbin Simpson
2009-06-04r300: Moar vs debug.Corbin Simpson
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nv04: remove u_simple_screen usageBen Skeggs
2009-06-05nv10: remove u_simple_screen usageBen Skeggs
2009-06-05nv20: remove u_simple_screen usageBen Skeggs
2009-06-05nv30: remove u_simple_screen usageBen Skeggs
2009-06-05nv40: remove u_simple_screen usageBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson
2009-06-05trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz
2009-06-05gallium: Make pipe thread say if it has condvars or notJakob Bornecrantz
2009-06-04trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz
2009-06-04rbug: Update rbug protocol with new context callsJakob Bornecrantz
2009-06-04mesa: call _mesa_ funcs, not gl funcs for debuggingBrian Paul
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul