summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | st/mesa: Validate the state in st_readpixels.Chia-I Wu2010-03-131-0/+3
| | * | 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/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu2010-03-131-1/+2
| | * | 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/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu2010-03-121-3/+9
| | * | 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-1211-11/+861
| | * | 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
| * | | llvmpipe: updated status in README fileBrian Paul2010-03-151-6/+13
| * | | progs/objviewer: remove debug codeBrian Paul2010-03-151-2/+2
| * | | gallivm: fix typo/bug in lp_build_sgn()Brian Paul2010-03-151-1/+1
| * | | gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector()Brian Paul2010-03-151-72/+83
| * | | gallivm: asst clean-ups, comments, etc.Brian Paul2010-03-151-54/+60
| * | | gallivm: implement minification/magnification selectionBrian Paul2010-03-151-51/+137
| * | | gallivm: fix incorrect clamp in lp_build_linear_mip_levels()Brian Paul2010-03-151-1/+1
| * | | gallivm: fix incorrect floor(), itrunc()Brian Paul2010-03-151-2/+5
| * | | nv40: remove leftover nv40_transfer.c from unification into nvfxLuca Barbieri2010-03-151-181/+0
* | | | cso: Do not hold references to bound textures.Keith Whitwell2010-03-151-22/+8
* | | | st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol2010-03-151-1/+1
* | | | st/mesa: Pass in correct sampler view object to blitter.Michal Krol2010-03-151-1/+1
* | | | util: Fix nil pointer reference.Michal Krol2010-03-151-5/+5
* | | | gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-154-11/+36
* | | | st/mesa: Cache FBO texture's sampler view object.Michal Krol2010-03-154-0/+31
* | | | nvfx: fix up after mergeKeith Whitwell2010-03-151-9/+7
* | | | r300g: fix up after mergeKeith Whitwell2010-03-155-24/+25
* | | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-15150-10110/+6852
|\| | |
| * | | r300g: rebuild screen/winsys interfaceDave Airlie2010-03-1523-279/+1465
| * | | nv50: reset vbo_fifo before each validateBen Skeggs2010-03-151-0/+1
| * | | nvfx: remove src_native_swz, which was a no-opLuca Barbieri2010-03-152-88/+0
| * | | nvfx: clean up shader headerLuca Barbieri2010-03-154-103/+92
| * | | nvfx: draw: make swtnl draw_elements actually work.Luca Barbieri2010-03-151-1/+1