summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* r300/compiler: r500 hw support for break and continue in loops.Tom Stellard2010-08-031-2/+7
* r300g: disable multisample visuals until the state tracker bits catch up.Dave Airlie2010-08-041-0/+3
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* r600g: add polygon offset supportJerome Glisse2010-08-033-7/+62
* r600g: flush and resubmit if we reach limitJerome Glisse2010-08-034-37/+13
* r600g: fix color target maskJerome Glisse2010-08-031-2/+1
* gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin2010-08-031-0/+1
* gallium/util: add extra primitives to the trimmerZack Rusin2010-08-031-0/+13
* r600g: fix stencilJerome Glisse2010-08-032-8/+7
* r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse2010-08-035-113/+207
* r300g: handle polygon offset correctlyMarek Olšák2010-08-031-5/+5
* r600g: split alu block to conform to limit + RCP opcodeJerome Glisse2010-08-022-2/+4
* r600g: add autogenerated reg definition + debug print cleanupJerome Glisse2010-08-026-173/+194
* r300g: fix hardlock when using more than one stuffed sprite coordsMarek Olšák2010-08-022-19/+21
* util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol2010-08-021-3/+12
* r600g: add stencil op/func translationDave Airlie2010-08-022-3/+66
* r600g: initial alpha test stateDave Airlie2010-08-021-5/+13
* r600g: add initial blend state.Dave Airlie2010-08-025-20/+262
* r600g: set correct tex coord type for rect textures.Dave Airlie2010-08-021-4/+6
* r600g: make r600_db_format static.Dave Airlie2010-08-021-1/+1
* draw: fix warning in sse code.Dave Airlie2010-08-021-0/+1
* r300g: fix microtiling on RS6xxMarek Olšák2010-08-011-4/+18
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* r600g: Remove unnecessary header.Vinson Lee2010-07-311-1/+0
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* r600g: add KIL opcode supportJerome Glisse2010-07-301-1/+25
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-307-29/+78
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-3013-229/+23
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-306-130/+49
* llvmpipe: Silence unused value warning.Vinson Lee2010-07-301-0/+1
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-302-0/+2
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-304-0/+13
* r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse2010-07-301-8/+9
* util: more helpers for old draw codeKeith Whitwell2010-07-302-25/+141
* llvmpipe: fix on-debug build breakageBrian Paul2010-07-291-1/+1
* llvmpipe: added some jit debug codeBrian Paul2010-07-292-0/+40
* draw: do bounds checking of array elements (debug only)Brian Paul2010-07-291-9/+26
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-2916-27/+117
* draw: add vertex buffer offset in draw_print_arrays()Brian Paul2010-07-291-0/+1