summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-08-29llvmpipe: remove backwards dependency from tilecache to llvmpipeKeith Whitwell
2009-08-29llvmpipe: Rename preprocessor symbols too.José Fonseca
2009-08-29llvmpipe: Pixel packing/unpacking and loop code generators.José Fonseca
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca
2009-08-28i915g: Add cursor case for scanout layoutJakob Bornecrantz
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-27r300g: Correct scissor setting, subtract 1 from window's width and heightCooper Yuan
2009-08-26nv04: Handle more Z formats.Younes Manton
2009-08-24r300g: Set the vector address in the input memory for bypass_vs_clip_and_view...Cooper Yuan
2009-08-20nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller
2009-08-20nv50: set vertex buffer limitsChristoph Bumiller
2009-08-20nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-18r300g: Force off ZTOP optimizations for now.Corbin Simpson
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
2009-08-18r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-17nv50: fix stencil stateChristoph Bumiller
2009-08-15nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis
2009-08-15nv50: align registers used with TEX to 4Christoph Bumiller
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller
2009-08-14nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller
2009-08-14nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller
2009-08-11gallium/trace: remove stray semicolonsBrian Paul
2009-08-11gallium/identity: remove stray semicolonsBrian Paul
2009-08-12i915g: Check relocs as wellJakob Bornecrantz
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-08-11r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer
2009-08-11r300g: Emit relocations for pitch registers.Michel Dänzer
2009-08-11r300g: a typo of debug messageCooper Yuan
2009-08-07r300g: Knock out another fragment of invariant state.Corbin Simpson
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-07r300g: Remove r300_constant_buffer::user_count.Corbin Simpson
2009-08-08i915g: Don't forget x/y coords in transfersJakob Bornecrantz
2009-08-06identity: Use the correct textureJakob Bornecrantz
2009-08-06i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz
2009-08-05i915g: Treat primary textures as scanout buffersJakob Bornecrantz
2009-08-05trace: Use correct texture in drm_api wrapperJakob Bornecrantz
2009-08-05softpipe: Also defere primary textures to backendJakob Bornecrantz
2009-08-04r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer
2009-08-02Merge commit 'nha/r300-compiler-gallium'Corbin Simpson
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol