summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-03-21st/vega: clean up reference to pipe_textureKeith Whitwell1-1/+1
2010-03-21st/python: begin conversion to pipe_resources, much more to doKeith Whitwell3-26/+22
2010-03-21st/xorg: update for pipe_resourcesKeith Whitwell10-120/+117
2010-03-21st/dri: update for pipe_resourcesKeith Whitwell6-21/+21
2010-03-21st/egl: update for pipe_resourcesKeith Whitwell9-47/+47
2010-03-21st/vega: fix up after mergeKeith Whitwell4-6/+6
2010-03-21Merge commit 'origin/master' into gallium-resourcesKeith Whitwell27-1051/+1599
2010-03-21Merge remote branch 'origin/gallium-st-api-dri'Chia-I Wu13-905/+1345
2010-03-20st/dri: fix bug in make_currentgallium-st-api-driGeorge Sapountzis1-1/+1
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis1-1/+1
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger13-146/+253
2010-03-19es: added -I$(TOP)/include pathBrian Paul1-0/+1
2010-03-18gallium: update new merges to pipe_resourceKeith Whitwell1-11/+11
2010-03-18vg: update new merges to pipe_resourceKeith Whitwell1-4/+4
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu10-558/+393
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu5-0/+505
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu5-14/+8
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu3-66/+64
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu5-319/+336
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu9-82/+173
2010-03-17Merge commit 'origin/master' into gallium-resourcesKeith Whitwell6-23/+78
2010-03-16st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger6-23/+78
2010-03-16Merge branch 'gallium-sampler-view' into gallium-resourcesKeith Whitwell26-789/+1512
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell26-789/+1512
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu26-788/+1511
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie1-1/+1
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+2
2010-03-14Merge commit 'origin/master' into gallium-resourcesKeith Whitwell1-1/+2
2010-03-14st/vega: convert to pipe_resourceKeith Whitwell18-180/+151
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-13gallium: Respect user's CFLAGS for including X headersDan Nicholson1-1/+2
2010-03-13wip2Keith Whitwell10-17/+17
2010-03-13Merge branch 'gallium-sampler-view' into gallium-resourcesKeith Whitwell4-18/+52
2010-03-13wipKeith Whitwell1-6/+11
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell17-257/+162
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca1-1/+2
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/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu4-19/+9
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-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu1-7/+15
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2-21/+0
2010-03-12Merge branch '7.8'Michel Dänzer2-50/+53
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer1-49/+52
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-03-12st/xorg: context transfersKeith Whitwell3-42/+42