summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-20nv50: fix occlusion queriesBen Skeggs
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-19mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-19mesa: initialize ctx->Stencil._BackFace = 1Brian Paul
2009-02-14draw: Fix segfault if rast is nullJakob Bornecrantz
2009-02-19gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer
2009-02-19wgl: debug_printf in the main entry/exit pointsJosé Fonseca
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-19wgl: Call pipe_screen::destroy on exit.José Fonseca
2009-02-19egl: glx updates for FBconfigsAlan Hourihane
2009-02-19egl: if a surface type isn't defined let's default to EGL_WINDOW_BITAlan Hourihane
2009-02-19egl: error checkingAlan Hourihane
2009-02-19wgl: Use a separate .DEF for MinGWJosé Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-02-19gdi: Update for texture/surface interface changes.José Fonseca
2009-02-19util: Use right include.José Fonseca
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul
2009-02-18cell: updates for new pipe_transfer changesBrian Paul
2009-02-18cell: update vbuf code to catch up to recent changesBrian Paul
2009-02-18cell: remove unused varBrian Paul
2009-02-18cell: start adding new cell_transfer types/codeBrian Paul
2009-02-18cell: remove old surface_map codeBrian Paul
2009-02-18mesa: convert VERT_RESULT_* from #defines to enum, like the othersBrian Paul
2009-02-18glsl: asst improvements, clean-ups in set_program_uniform()Brian Paul
2009-02-18glsl: fix inequality in set_program_uniform()Brian Paul
2009-02-18gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer.Michel Dänzer
2009-02-18r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt
2009-02-18glsl: fix link failure for variable-indexed varying output arraysBrian Paul
2009-02-18swrast: Set vp_override flag during DrawPixelsNicolai Haehnle
2009-02-18mesa: improved error msgBrian Paul
2009-02-18mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul
2009-02-18glsl: fix a swizzle-related regressionBrian Paul
2009-02-18gallium: Fix up trace driver for introduction of struct pipe_transfer.Michel Dänzer
2009-02-18gallium: Add pipe_transfer_reference().Michel Dänzer
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-18Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-02-18r300-gallium: Factor out common functionality in vbuf emit.Corbin Simpson
2009-02-18i915simple: Minimal fixup for introduction of struct pipe_transfer.Michel Dänzer
2009-02-17draw: Reuse xmm registers.Keith Whitwell
2009-02-16gallium: fix mergeKeith Whitwell
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-16mesa: remove old commentsBrian Paul
2009-02-16i965: tell GLSL compiler to emit code using condition codesBrian Paul
2009-02-16nouveau: oops :-)Patrice Mandin
2009-02-16glsl: silence some uninit var warningsBrian Paul
2009-02-16cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul
2009-02-16r300-gallium: Add verbosity level to debugging.Corbin Simpson
2009-02-16r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.Corbin Simpson
2009-02-16r300-gallium: Set up draw rasterizer.Corbin Simpson