summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu2010-03-185-319/+336
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-189-82/+173
* gallivm/llvmpipe: basic stencil testing worksBrian Paul2010-03-172-26/+140
* llvmpipe: remove incorrect depth test checkBrian Paul2010-03-171-4/+1
* gallivm: added lp_build_andc()Brian Paul2010-03-172-0/+15
* llvmpipe: silence some pointer/casting warningsBrian Paul2010-03-171-3/+21
* gallivm/llvmpipe: more asst changes for stencil testingBrian Paul2010-03-173-63/+69
* gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2010-03-175-7/+20
* llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul2010-03-173-32/+57
* llvmpipe: added stencil ref values to jit context stateBrian Paul2010-03-175-19/+48
* llvmpipe: break linesBrian Paul2010-03-171-1/+2
* cell: add missing semicolonBrian Paul2010-03-161-1/+1
* nv50: support more formats in surface_copy,fillChristoph Bumiller2010-03-161-1/+30
* gallium: add target-helpers/wrap_screen.c to C_SOURCESBrian Paul2010-03-161-2/+3
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-166-23/+78
* libgl-xlib: Use a simple GALLIUM_DRIVER env var to select the pipe driver.José Fonseca2010-03-161-2/+16
* gallium: Silence warning.José Fonseca2010-03-161-0/+1
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-164-18/+21
* gallium/docs: Create a separate section for Sampler Views.Michal Krol2010-03-161-17/+35
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1685-1063/+3089
|\
| * i965g: Fix use of an uninitialized variable.Chia-I Wu2010-03-161-1/+1
| * Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-1628-789/+1926
| |\
| | * st/glx: Fix glXCopySubBufferMESA.Chia-I Wu2010-03-141-1/+1
| | * st/glx: Sync the back buffer to the front buffer.Chia-I Wu2010-03-141-4/+22
| | * st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-144-6/+53
| | * st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2010-03-142-58/+73
| | * st/glx: Fix framebuffer validation.Chia-I Wu2010-03-131-24/+29
| | * st/glx: Correctly set buffer_mask of a visual.Chia-I Wu2010-03-131-3/+3
| | * st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-135-20/+11
| | * st/egl: Fix eglCopyBuffers.Chia-I Wu2010-03-132-13/+22
| | * st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu2010-03-131-0/+6
| | * st/glx: Add xm_st.c to SConscript.Chia-I Wu2010-03-121-0/+1
| | * st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu2010-03-121-13/+9
| | * st/glx: Fix an infinite recursion in flush_front.Chia-I Wu2010-03-121-1/+1
| | * st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-165/+470
| | * st/egl: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-576/+474
| | * winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu2010-03-124-2/+19
| | * st/mesa: Implement st_api.h.Chia-I Wu2010-03-122-2/+1
| | * st/vega: Implement st_api.h.Chia-I Wu2010-03-127-4/+427
| | * gallium: Add st_api.h.Chia-I Wu2010-03-121-0/+407
| * | nv50: fix texturing from >=4GiB markBen Skeggs2010-03-161-1/+2
| * | llvmpipe: Fix rebase typoJakob Bornecrantz2010-03-161-4/+0
| * | winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-1618-10/+685
| * | i965g: Fix after context transfersJakob Bornecrantz2010-03-161-0/+1
| * | gallivm: checkpoint: stencil test codeBrian Paul2010-03-151-1/+105
| * | gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-1514-94/+92
| * | gallivm: fix up some #includesBrian Paul2010-03-152-2/+2
| * | gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-1524-27/+27
| * | libgl-xlib: Obey GALLIUM_SOFTPIPE define.José Fonseca2010-03-151-0/+2
| * | gallium: fix frontbuffer rendering with r300gDave Airlie2010-03-161-1/+1