summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2010-07-30st/dri: move backend hooks to appropriate objectGeorge Sapountzis
2010-07-30st/dri: drop dri1_helperGeorge Sapountzis
2010-07-30st/dri: mv driDriverAPI to backendsGeorge Sapountzis
2010-07-30llvmpipe: Silence unused value warning.Vinson Lee
2010-07-30draw: actually a noop, rather than not implementedZack Rusin
2010-07-30tgsi: remove incorrect assertionBrian Paul
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse
2010-07-30util: more helpers for old draw codeKeith Whitwell
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul
2010-07-29llvmpipe: added some jit debug codeBrian Paul
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul