summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-05tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz
2010-08-05util: Add option to not dump cpu capsJakob Bornecrantz
2010-08-05llvmpipe: Only get no rast option onceJakob Bornecrantz
2010-08-05gallivm: Only get debug option onceJakob Bornecrantz
2010-08-06nvfx: fix nv30 vertex program scalar opcodesLuca Barbieri
2010-08-06nvfx: shut up unknown cap 64 warningLuca Barbieri
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse
2010-08-05targets/egl: fix buildJoakim Sindholt
2010-08-05r300g: fix fb_state atom sizeMarek Olšák
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák
2010-08-05r300g: always emit hyperz state atom.Dave Airlie
2010-08-05r300g: disable hiz on rv530 for now.Dave Airlie
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-08-05docs: clarify point sprite discussionKeith Whitwell
2010-08-04r600g: force flush on map as temporary fix to readpixelJerome Glisse
2010-08-04r600g: always perform texture perspective divide + fix blendingJerome Glisse
2010-08-04draw: Fix return type of draw_translate_vinfo_size.Vinson Lee
2010-08-04draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard
2010-08-04r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie
2010-08-03draw: check for instance divisors in vcache_check_run()Brian Paul
2010-08-03gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul
2010-08-03draw: added a commentBrian Paul
2010-08-03draw: use instance divisor in draw_print_arrays()Brian Paul
2010-08-03draw: add assertion, rearrange debug codeBrian Paul
2010-08-04st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák
2010-08-03r600g: add polygon offset supportJerome Glisse
2010-08-03r600g: flush and resubmit if we reach limitJerome Glisse
2010-08-03r600g: fix color target maskJerome Glisse
2010-08-03gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin
2010-08-03gallium/util: add extra primitives to the trimmerZack Rusin
2010-08-03r600g: fix stencilJerome Glisse
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse
2010-08-03r300g: handle polygon offset correctlyMarek Olšák
2010-08-02r600g: split alu block to conform to limit + RCP opcodeJerome Glisse
2010-08-02r600g: add autogenerated reg definition + debug print cleanupJerome Glisse
2010-08-02r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák
2010-08-02util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol
2010-08-02r600g: add stencil op/func translationDave Airlie
2010-08-02r600g: initial alpha test stateDave Airlie
2010-08-02r600g: add initial blend state.Dave Airlie
2010-08-02r600g: set correct tex coord type for rect textures.Dave Airlie
2010-08-02r600g: make r600_db_format static.Dave Airlie
2010-08-02draw: fix warning in sse code.Dave Airlie
2010-08-01r300g: fix microtiling on RS6xxMarek Olšák
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu
2010-07-31st/dri: Remove unnecessary headers.Vinson Lee
2010-07-30r600g: add KIL opcode supportJerome Glisse