summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-07glx: Set an all NULL vtable for dummyContextKristian Høgsberg
2010-09-07glx: Fix compilation with out xf86vidmodeKristian Høgsberg
2010-09-07glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg
2010-09-07Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer
2010-09-07i965: Don't bother with RNDZ for f2i.Eric Anholt
2010-09-07i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments.Eric Anholt
2010-09-07i965: Add assertion for another requirement about types.Eric Anholt
2010-09-07i965: Align the start of attribute interp coefficients in FS to use PLN.Eric Anholt
2010-09-07i965: Just assert when we flagged a compile error in the FS for now.Eric Anholt
2010-09-07i965: Clean up fs_reg setup by using a helper for constructors.Eric Anholt
2010-09-07i965: When using the new FS backend, don't validate the Mesa IR version.Eric Anholt
2010-09-07i965: Add a bit of validation for some ISA restrictions in the docs.Eric Anholt
2010-09-07i965: set the source width/stride when handling reladdr dests in the VS.Eric Anholt
2010-09-07Make XF86VIDMODE extension optionalJon TURNEY
2010-09-07glx: Drop unused dri2proto.h includeKristian Høgsberg
2010-09-07glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg
2010-09-07Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY
2010-09-07dri: Make it a little clearer that we're not dereferencing a NULL pointernobled
2010-09-07dri: Use the right type for the API tokennobled
2010-09-07libgl-xlib: Fix --enable-gallium-llvm build.Chia-I Wu
2010-09-07llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu
2010-09-07glx: Only clear the stored context tag when the context has been unboundJon TURNEY
2010-09-07llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca
2010-09-07llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca
2010-09-07llvmpipe: move more coef setup into lp_setup_coef.cKeith Whitwell
2010-09-07llvmpipe: declare fence handle structKeith Whitwell
2010-09-07llvmpipe: rasterization debugging helpersKeith Whitwell
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell
2010-09-07llvmpipe: rearrange queriesKeith Whitwell
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell
2010-09-07llvmpipe: clean up deferred zstencil clearsKeith Whitwell
2010-09-07llvmpipe: rework fences and queriesKeith Whitwell
2010-09-07llvmpipe: move whole-tile emit into a functionKeith Whitwell
2010-09-07llvmpipe: put fs variant dumping in a functionKeith Whitwell
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck
2010-09-07nouveau: restore nouveau_class.h for nv04-nv20Luca Barbieri
2010-09-06nvfx: fix return in vp mainLuca Barbieri
2010-09-06mesa: Define C99's __func__ macro on MSVC.José Fonseca
2010-09-06r600g: add error print for no literals for r700s as wellDave Airlie
2010-09-06r600g: fixup r700 assembler for clamp/relative addressingDave Airlie
2010-09-06r600g: add script to generate header file with offsets into state objects.Dave Airlie
2010-09-06r600g: fix up surface referencesDave Airlie
2010-09-06r600g: search for sampler views in context on removal.Dave Airlie
2010-09-06r600g: add missing printf operandDave Airlie
2010-09-05nvfx: support nv30 simulation on nv40Luca Barbieri
2010-09-05radeon: Add radeon_buffer_objects.c.Henri Verbeet
2010-09-05r200: Add radeon_buffer_objects.c.Henri Verbeet
2010-09-05radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet
2010-09-05mesa: don't smash the stack in _mesa_find_used_registersLuca Barbieri
2010-09-05mesa: don't expose unsupported GL_ARB_geometry_shader4 for nowLuca Barbieri