summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-14util: get clip_tile working againKeith Whitwell1-9/+10
2010-03-14softpipe: use u_transfer helpersKeith Whitwell1-2/+6
2010-03-14util: helpers for inline transfersKeith Whitwell3-1/+125
2010-03-14util: fix typo calculating transfer boxKeith Whitwell1-1/+1
2010-03-14st/vega: convert to pipe_resourceKeith Whitwell18-180/+151
2010-03-14gallium: begin converting drivers to pipe_resourceKeith Whitwell32-332/+186
2010-03-14gallium: work in progress on layering resources on top of old texturesKeith Whitwell9-25/+822
2010-03-13heaps of wipKeith Whitwell56-1174/+457
2010-03-13wip2Keith Whitwell76-549/+420
2010-03-13Merge branch 'gallium-sampler-view' into gallium-resourcesKeith Whitwell84-685/+1904
2010-03-13wipKeith Whitwell30-586/+619
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell233-2327/+3256
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca5-30/+40
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca9-82/+82
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry2-3/+0
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca1-1/+2
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu1-7/+15
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson1-3/+3
2010-03-12Revert "st/mesa: Always recalculate invalid index bounds."Corbin Simpson1-3/+3
2010-03-12gallivm: cube map sampling works nowBrian Paul1-22/+154
2010-03-12gallivm: fix bugs in nested if/then/else codegenBrian Paul1-9/+17
2010-03-12gallivm: support non-vector float in lp_build_sgn()Brian Paul1-6/+21
2010-03-12i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy().Eric Anholt1-7/+19
2010-03-12i965: Clarify that DELTAXY always occurs for both X and Y.Eric Anholt1-14/+13
2010-03-12i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt1-5/+2
2010-03-12i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt1-3/+2
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt4-0/+123
2010-03-12i965: When doing a swizzled kill pixel, don't do redundant channel compares.Eric Anholt1-4/+12
2010-03-12i965: Use the SEL instruction to implement MIN and MAX.Eric Anholt1-11/+3
2010-03-12svga: Fix up for context transfers.Michel Dänzer1-0/+2
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2-21/+0
2010-03-12glx/single2.c: Don't call __builtin_expect on non-gnu compilersAlan Coopersmith1-0/+3
2010-03-12Merge branch '7.8'Michel Dänzer31-145/+111
2010-03-12vmwgfx/dri: Fix SCons build.Michel Dänzer1-0/+1
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer1-49/+52
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher10-22/+30
2010-03-12dri/r700: include shader/programopt.h instead of programopt.c.Luc Verhaegen1-1/+1
2010-03-12Grammar and spelling fixesJeff Smith24-27/+27
2010-03-12cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol2-98/+0
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol8-47/+119
2010-03-12cso: Add entry points for vertex/fragment sampler views.Michal Krol2-15/+167
2010-03-12st/xorg: context transfersKeith Whitwell3-42/+42
2010-03-12gallium: fix BGRA vertex color swizzlesMarek Olšák3-7/+7
2010-03-12st/mesa: Always recalculate invalid index bounds.Corbin Simpson1-3/+3
2010-03-12st/mesa: Update debug infos.Corbin Simpson1-2/+9
2010-03-12r300g: Properly clamp index limits.Corbin Simpson2-2/+2
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell79-690/+803
2010-03-11radeon: Fix memory leaks from early return.Vinson Lee1-0/+2
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-11gallivm: checkpoint WIP cubemap codeBrian Paul1-1/+90