summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson
2010-03-12gallivm: cube map sampling works nowBrian Paul
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol
2010-03-12cso: Add entry points for vertex/fragment sampler views.Michal Krol
2010-03-12st/xorg: context transfersKeith Whitwell
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák
2010-03-12r300g: Properly clamp index limits.Corbin Simpson
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-12st/glx: Add xm_st.c to SConscript.Chia-I Wu
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu
2010-03-12st/glx: Fix an infinite recursion in flush_front.Chia-I Wu
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-12winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-12st/vega: Implement st_api.h.Chia-I Wu
2010-03-12gallium: Add st_api.h.Chia-I Wu
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul
2010-03-11softpipe: further tighen up sample_cube()Brian Paul
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul
2010-03-11gallivm: enable 3D texture samplingBrian Paul
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11llvmpipe: fix comment typoBrian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul
2010-03-11gallivm: fix some bugs on the 1D texture pathsBrian Paul
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger
2010-03-11nv50: take format from sampler view, not the referenced textureChristoph Bumiller
2010-03-11nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca