llvmpipe: Always use floating-point operators for floating-point types
[mesa.git] / src / gallium /
2010-08-10 nobledllvmpipe: Always use floating-point operators for float...
2010-08-09 José Fonsecagallivm: More type checks.
2010-08-09 José Fonsecagallivm: Don't call LLVMBuildFNeg on llvm-2.6.
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-08-09 José Fonsecautil: Move _mm_shuffle_epi8() to u_sse.h.
2010-08-09 Jerome Glisser600g: fix r600 context structure, avoid segfault when...
2010-08-09 Marek Olšákr300g: do not print shader compiler errors by default
2010-08-09 Marek Olšákr600g: fix some warnings
2010-08-09 Marek Olšákr600g: fill out some missing caps and sort them
2010-08-09 Dave Airlier300g: fix hiz/zmask offset emissions.
2010-08-09 Luca Barbierinouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED...
2010-08-08 Marek Olšákr300g: remove a flush
2010-08-08 José Fonsecagallivm: Fix more integer operations.
2010-08-08 nobledgallivm: Use the correct context for integers
2010-08-08 Marek Olšákr300g: flush zmasks of zbuffers we are going to use...
2010-08-08 Marek Olšákr300g: do not allocate a zmask block for 3D textures...
2010-08-08 Marek Olšákr300g: generalize the way we ask for hyperz
2010-08-08 José Fonsecagallivm: Add type checks for the basic operations.
2010-08-08 José Fonsecadraw: Remove unused variable.
2010-08-08 nobleddraw: Use the correct type for integers
2010-08-08 Dave Airlier300g: take hiz/zmask offsets into a/c when clearing.
2010-08-07 Marek Olšákr300g: fix cbzb clears when hyperz is off
2010-08-06 Maarten Maathuisnouveau: fix potential NULL-ptr dereference in nouveau_...
2010-08-06 Jerome Glisser600g: add PA_CL_CLIP_CNTL definition
2010-08-06 Jerome Glisser600g: fix rendering, only enable target we write too
2010-08-06 Jerome Glisser600g: really fix multi target support
2010-08-06 Brian Paulgallium: remove stray semicolons
2010-08-06 Jerome Glisser600g: finish multi target rendering support
2010-08-06 Vinson Leetargets/egl: Fix build by including missing headers.
2010-08-06 Chia-I Wudraw: Add an assertion to varray's version of trim().
2010-08-06 Chia-I Wudraw: Fix draw_pt_split_prim for primitives with adjacency.
2010-08-06 Chia-I Wudraw: Assert that only the first vetex may have flags...
2010-08-06 Jerome Glisser600g: fix color format, indentation, defines
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
2010-08-06 Chia-I Wudraw: Avoid mixed declarations and code.
2010-08-06 Vinson Leer300g: Remove unnecessary headers.
2010-08-06 Dave Airlier600g: start to fix up multiple targets.
2010-08-06 Chia-I Wudraw: Remove unnecessary vertex flag ANDs.
2010-08-06 Chia-I Wudraw: Mask out vertex flags in GS and stream output.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
2010-08-06 Chia-I Wudraw: Add draw_decompose_tmp.h.
2010-08-06 Dave Airlier600g: add SRGB support.
2010-08-06 Dave Airlier600g: fixup z format translations.
2010-08-06 Dave Airlier600g: fix targetmask to work correctly.
2010-08-06 Dave Airlier600g: improve supported format selection.
2010-08-06 Dave Airlier600g: add bo wait after map.
2010-08-06 Marek Olšákr300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM...
2010-08-06 Jakob Bornecrantztgsi: Fix typo, so we follow what is in the comments
2010-08-06 Jakob Bornecrantztgsi: Add option to stop the sanity checker from printing
2010-08-06 Jakob Bornecrantzutil: Add option to not dump cpu caps
2010-08-06 Jakob Bornecrantzllvmpipe: Only get no rast option once
2010-08-06 Jakob Bornecrantzgallivm: Only get debug option once
2010-08-05 Luca Barbierinvfx: fix nv30 vertex program scalar opcodes
2010-08-05 Luca Barbierinvfx: shut up unknown cap 64 warning
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-05 Joakim Sindholttargets/egl: fix build
2010-08-05 Marek Olšákr300g: fix fb_state atom size
2010-08-05 Marek Olšákr300g: debug_print on startup whether we can use hyper-z
2010-08-05 Dave Airlier300g: always emit hyperz state atom.
2010-08-05 Dave Airlier300g: disable hiz on rv530 for now.
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-08-05 Keith Whitwelldocs: clarify point sprite discussion
2010-08-04 Jerome Glisser600g: force flush on map as temporary fix to readpixel
2010-08-04 Jerome Glisser600g: always perform texture perspective divide +...
2010-08-04 Vinson Leedraw: Fix return type of draw_translate_vinfo_size.
2010-08-04 Chia-I Wudraw: Fix the edge flags of flatshade_first polygons.
2010-08-04 Tom Stellardr300/compiler: r500 hw support for break and continue...
2010-08-03 Dave Airlier300g: disable multisample visuals until the state...
2010-08-03 Brian Pauldraw: check for instance divisors in vcache_check_run()
2010-08-03 Brian Paulgallium/translate: make generic_run() and generic_run_e...
2010-08-03 Brian Pauldraw: added a comment
2010-08-03 Brian Pauldraw: use instance divisor in draw_print_arrays()
2010-08-03 Brian Pauldraw: add assertion, rearrange debug code
2010-08-03 Marek Olšákst/dri: fix crash when dri2_drawable_get_buffers fails
2010-08-03 Jerome Glisser600g: add polygon offset support
2010-08-03 Jerome Glisser600g: flush and resubmit if we reach limit
2010-08-03 Jerome Glisser600g: fix color target mask
2010-08-03 Zack Rusingallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCY
2010-08-03 Zack Rusingallium/util: add extra primitives to the trimmer
2010-08-03 Jerome Glisser600g: fix stencil
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-03 Marek Olšákr300g: handle polygon offset correctly
2010-08-02 Jerome Glisser600g: split alu block to conform to limit + RCP opcode
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
2010-08-02 Marek Olšákr300g: fix hardlock when using more than one stuffed...
2010-08-02 Michal Krolutil: Fix unpacking of R8G8Bx_SNORM format.
2010-08-02 Dave Airlier600g: add stencil op/func translation
2010-08-02 Dave Airlier600g: initial alpha test state
2010-08-02 Dave Airlier600g: add initial blend state.
2010-08-02 Dave Airlier600g: set correct tex coord type for rect textures.
2010-08-02 Dave Airlier600g: make r600_db_format static.
2010-08-01 Dave Airliedraw: fix warning in sse code.
2010-08-01 Marek Olšákr300g: fix microtiling on RS6xx
2010-08-01 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Chia-I Wuegl: Add checks for EGL_MESA_screen_surface.
2010-07-31 Vinson Leest/dri: Remove unnecessary headers.
next