summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-15st/mesa: Update the comments in st_manager.c.gallium-st-apiChia-I Wu1-4/+7
2010-03-14st/glx: Fix glXCopySubBufferMESA.Chia-I Wu1-1/+1
2010-03-14st/glx: Sync the back buffer to the front buffer.Chia-I Wu1-4/+22
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu4-6/+53
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2-58/+73
2010-03-14st/mesa: Fix handling of FBO.Chia-I Wu1-16/+24
2010-03-13st/mesa: Validate the state in st_readpixels.Chia-I Wu1-0/+3
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu1-24/+29
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu1-3/+3
2010-03-13st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu1-1/+2
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu5-20/+11
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu2-13/+22
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu1-0/+6
2010-03-12st/glx: Add xm_st.c to SConscript.Chia-I Wu1-0/+1
2010-03-12st/mesa: Check the format before adding depth/stencil buffers.Chia-I Wu1-3/+9
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu1-13/+9
2010-03-12st/glx: Fix an infinite recursion in flush_front.Chia-I Wu1-1/+1
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu6-165/+470
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu6-576/+474
2010-03-12winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu4-2/+19
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu11-11/+861
2010-03-12st/vega: Implement st_api.h.Chia-I Wu7-4/+427
2010-03-12gallium: Add st_api.h.Chia-I Wu1-0/+407
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul1-1/+90
2010-03-11gallivm: added lp_build_sum_vector()Brian Paul2-0/+35
2010-03-11softpipe: further tighen up sample_cube()Brian Paul1-45/+21
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul1-62/+38
2010-03-11gallivm: enable 3D texture samplingBrian Paul1-0/+5
2010-03-11progs/demos: added 'f' key to toggle filtering mode in stex3d.cBrian Paul1-4/+11
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul6-20/+54
2010-03-11llvmpipe: fix comment typoBrian Paul1-1/+1
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul26-27/+28
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul1-0/+47
2010-03-11r200: support additional blit formatsAlex Deucher2-18/+138
2010-03-11gallivm: fix some bugs on the 1D texture pathsBrian Paul1-8/+11
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger2-5/+4
2010-03-11windows: Add new file to project file.Karl Schultz1-0/+4
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul1-0/+1
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul1-2/+6
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul1-3/+5
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul1-1/+3
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca1-4/+11
2010-03-11gallivm: Handle scalar types in lp_build_*_type.José Fonseca1-2/+11
2010-03-11mesa/es: Validate the state in st_DrawTex.Chia-I Wu1-0/+2
2010-03-11mesa/es: Fix GL_OES_draw_texture support.Chia-I Wu1-0/+11
2010-03-11softpipe: Dummy fence functions.José Fonseca5-0/+114
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák2-99/+12
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer6-21/+58
2010-03-11winsys/xlib: Fix memory leak.Vinson Lee1-1/+1
2010-03-11progs/fpglsl: Fix GLSL compilation failures on Mac OS X.Vinson Lee2-2/+2