summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-10i965: use new cast wrappersBrian Paul
2009-03-10i965: added cast wrappers, commentsBrian Paul
2009-03-10i965: asst. code clean-ups, commentsBrian Paul
2009-03-10i965: fix typos in commentsBrian Paul
2009-03-10glsl: remove _slang_attach_storage() functionBrian Paul
2009-03-10glsl: some clean-ups, remove old assertions, add new assertionsBrian Paul
2009-03-10glsl: remove stray/unneeded totalSize assignmentBrian Paul
2009-03-10mesa: fix dumb sizeof() vs. strlen() mix-upBrian Paul
2009-03-10glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/Brian Paul
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
2009-03-10trivial: add a logic op testKeith Whitwell
2009-03-10vpglsl: add simple mov.glslKeith Whitwell
2009-03-10tgsi: Untabify.Michal Krol
2009-03-10tgsi: Implement CLAMP opcode.Michal Krol
2009-03-10tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol
2009-03-10tgsi: ARL and FLOOR opcodes have the same implementation.Michal Krol
2009-03-10tgsi: ARL is a vector instruction.Michal Krol
2009-03-10tgsi: Note that LOG and EXP are approximations.Michal Krol
2009-03-10tgsi: Document EXT_vertex_shader instruction set operations.Michal Krol
2009-03-10radeon-gallium: Unbreak non-RADEON_SOFTPIPE.Corbin Simpson
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson
2009-03-10radeon-gallium: Unbreak RADEON_SOFTPIPE.Corbin Simpson
2009-03-10r300-gallium: Unbreak fallback in surface_fill.Corbin Simpson
2009-03-10r300-gallium: Fix a handful of compiler warnings.Corbin Simpson
2009-03-10r300-gallium: First stab at texture support.Corbin Simpson
2009-03-10r300-gallium: Moar fixes in the register file.Corbin Simpson
2009-03-09xmesa: set back-buffer's drawable fieldBrian Paul
2009-03-09vpglsl: build with scons and glewKeith Whitwell
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul
2009-03-09i965: fix cube map lock-up / corruptionBrian Paul
2009-03-09scons: Also link in additional LLVM components.Michel Dänzer
2009-03-09linux-llvm config: Linking with required llvm libsKamalneet Singh
2009-03-09scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer
2009-03-09st: silence warningBrian Paul
2009-03-09st: remove unused DrawPixels codeBrian Paul
2009-03-09st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul
2009-03-09mesa: reorder register file enumsBrian Paul
2009-03-09trivial: add tri-stipple to SConscriptKeith Whitwell
2009-03-09st: also check for a8 texture support in bitmap codeKeith Whitwell
2009-03-09fix typo in fragment pipe alu define, should fix dot3_rgb tex combineRoland Scheidegger
2009-03-09vbo: yet tighter still usage of FLUSH_NEED_CURRENTKeith Whitwell
2009-03-09fp: enable a second texture unit and add a kil test for itKeith Whitwell
2009-03-09Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer
2009-03-09vbo: stricter checks on Driver.NeedFlushKeith Whitwell
2009-03-09gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer
2009-03-09tgsi: Implement CND, CND0 opcodes.Michal Krol
2009-03-09tgsi: Remove redundant micro_ge() -- use micro_le().Michal Krol
2009-03-09tgsi: Document ATI_fragment_shader instruction set operations.Michal Krol
2009-03-08r300-gallium: Unbreak trivial/point.Corbin Simpson
2009-03-08tgsi: Document NV_vertex_program instruction set operations.Michal Krol