summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-06i965g: Match pitch modification on get buffer as wellJakob Bornecrantz
2009-11-06ARB prog parser: Regenerate parser from previous commits.Ian Romanick
2009-11-06ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick
2009-11-06ARB prog parser: Release strings returned from the lexer that don't need to b...Ian Romanick
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick
2009-11-06i965g: First clear!Jakob Bornecrantz
2009-11-06i965g: get rid of cc key, simplify state uploadKeith Whitwell
2009-11-06i965g: trivial/clear can now send stuff to hardwareJakob Bornecrantz
2009-11-06i965g: Fix texture blanket functionJakob Bornecrantz
2009-11-06i965g: Add functions needed by the winsysJakob Bornecrantz
2009-11-06i965g: Winsys whitespaceJakob Bornecrantz
2009-11-06i965g: Build winsys againJakob Bornecrantz
2009-11-06i965g: Header whitespaceJakob Bornecrantz
2009-11-06i965g: get brw_state_debug.c buildingKeith Whitwell
2009-11-06llvmpipe: Fix build with llvm 2.6.José Fonseca
2009-11-06intel: call intel_check_front_buffer_rendering() in intelClear()Brian Paul
2009-11-06i965g: propogate index size stateKeith Whitwell
2009-11-06i965g: remove references to brw_surface_bo()Keith Whitwell
2009-11-06i965g: plumb through fb_write target and eot dataKeith Whitwell
2009-11-06i965g: propogate nr_cbufs into wm prog keyKeith Whitwell
2009-11-06mesa: Export S3_s3tc as well.José Fonseca
2009-11-06mesa: Translate MAP_UNSYNCHRONIZED_BIT.José Fonseca
2009-11-06gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca
2009-11-06i965g: init saturate field in fp dst_reg helperKeith Whitwell
2009-11-06i965g: add dumping for our new pass_fp outputKeith Whitwell
2009-11-06i965g: disassemble each instruction as generatedKeith Whitwell
2009-11-06i965g: hardwire linear interpolation for nowKeith Whitwell
2009-11-06i965g: fix some reloc countsKeith Whitwell
2009-11-06i965g: don't set up vs stack register for non-branching shadersKeith Whitwell
2009-11-06i965g: add DEBUG_MIN_URB flagKeith Whitwell
2009-11-06i965g: tgsi outputs cannot be used as source regsKeith Whitwell
2009-11-06i965g: use curr.vertex_element state directlyKeith Whitwell
2009-11-06i965g: don't emit line stipple packet if stipple disabledKeith Whitwell
2009-11-06i965g: populate brw_context chipset idKeith Whitwell
2009-11-06i965g: make sure blend color packet header is initializedKeith Whitwell
2009-11-06i965g: remove/disable inactive state atomsKeith Whitwell
2009-11-06i965g: populate wm reloc array earlierKeith Whitwell
2009-11-06i965g: point_rast_rule comment no longer appliesKeith Whitwell
2009-11-06i965g: scissor off by oneKeith Whitwell
2009-11-06i965g: restore code to populate the relocation backgroundKeith Whitwell
2009-11-06st/xorg: unify vertex buffer handlingZack Rusin
2009-11-05st/es: Add OpenGL ES state trackers.Chia-I Wu
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
2009-11-05mesa/es: Add OpenGL ES overlay.Chia-I Wu
2009-11-05mesa/es: Add OpenGL ES XMLs.Chia-I Wu
2009-11-05mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again.Chia-I Wu
2009-11-05glapi: Include headers with directory prefixes.Chia-I Wu
2009-11-05glapi: Avoid hardcoded category names in remap helper script.Chia-I Wu
2009-11-05glapi: Add is_abi() to test if a function is in the ABI.Chia-I Wu
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu