Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / gallium / drivers /
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Vinson Leellvmpipe: Initialize variable.
2010-10-19 Vinson Leellvmpipe: Initialize state variable in debug_bin function.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-18 José Fonsecallvmpipe: Don't test rounding of x.5 numbers.
2010-10-18 Brian Paulllvmpipe: remove lp_setup_coef*.c files from Makefile
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Dave Airlier600g: fix transfer function for tiling.
2010-10-18 Dave Airlier600g: attempt to cleanup depth blit
2010-10-18 Dave Airlier600g: depth needs to bound to ds
2010-10-18 Dave Airlier600g: fix typo in tiling setup cb code.
2010-10-18 Dave Airlier600g: do proper tracking of views/samplers.
2010-10-18 Keith Whitwellllvmpipe: remove unused arg from jit_setup_tri function
2010-10-18 Keith Whitwellllvmpipe: remove unused file
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: fail cleanly on malloc failure in lp_setup_al...
2010-10-18 Keith Whitwellllvmpipe: remove setup fallback path
2010-10-17 Dave Airlier600g: set tiling bits in hw state
2010-10-17 Dave Airlier600g: get tiling info from kernel
2010-10-17 Dave Airlier600g: add defines for tiling
2010-10-17 Dave Airlier600g: switch to a common formats.h file since they...
2010-10-17 Vinson Leellvmpipe: Return non-zero exit code for lp_test_round...
2010-10-17 José Fonsecallvmpipe: Initialize bld ctx via lp_build_context_init...
2010-10-17 José Fonsecallvmpipe: Fix bad refactoring.
2010-10-17 José Fonsecallvmpipe: Ensure z_shift and z_width is initialized.
2010-10-17 José Fonsecallvmpipe: Fix depth-stencil regression.
2010-10-17 Dave Airlier600g: add evergreen ARL support.
2010-10-15 Jakob Bornecrantzllvmpipe: Move makefile include to before targets
2010-10-15 Xavier Chantrynv50: apply layout_mask to tile_flags
2010-10-15 Keith Whitwellllvmpipe: validate color outputs against key->nr_cbufs
2010-10-15 Keith Whitwellllvmpipe: check shader outputs are non-null before...
2010-10-15 Keith Whitwellllvmpipe: fix non-sse build after recent changes
2010-10-15 Keith Whitwellllvmpipe: use aligned loads/stores for plane values
2010-10-15 Keith Whitwellllvmpipe: do plane calculations with intrinsics
2010-10-15 Keith Whitwellgallium: move some intrinsics helpers to u_sse.h
2010-10-15 Keith Whitwellllvmpipe: don't store plane.ei value in binned data
2010-10-15 Keith Whitwellllvmpipe: slightly shrink the size of a binned triangle
2010-10-15 Keith Whitwellllvmpipe: don't pass frontfacing as a float
2010-10-15 Keith Whitwellllvmpipe: reintroduce SET_STATE binner command
2010-10-15 Dave Airlier600g: evergreen interpolation support.
2010-10-14 Brian Paulllvmpipe: code to dump bytecode to file (disabled)
2010-10-14 Dave Airlier300g: clean up warning due to unknown cap.
2010-10-14 Keith Whitwellr600g: handle absolute modifier in shader translator
2010-10-14 Keith Whitwellr600g: emit hardware linewidth
2010-10-14 Keith Whitwellllvmpipe: don't try to emit non-existent color outputs
2010-10-14 Dave Airlier600g: select linear interpolate if tgsi input requests it
2010-10-14 Dave Airlier600g: fixup typo in macro name
2010-10-14 Dave Airlier600g: fixup pos/face ena/address properly
2010-10-14 Dave Airlier600g: only pick centroid coordinate when asked.
2010-10-13 Fredrik Höglundr600g: Fix texture sampling with swizzled coords
2010-10-13 Dave Airlier600g: drop unused context members
2010-10-13 José Fonsecallvmpipe: Generalize the x8z24 fast path to all depth...
2010-10-13 José Fonsecallvmpipe: Unbreak Z32_FLOAT.
2010-10-13 Dave Airlier600g: fix stencil export for evergreen harder
2010-10-13 Stephan Schmidr600g: fix relative addressing when splitting constant...
2010-10-13 Dave Airlier600g: add missing eg reg definition
2010-10-13 Dave Airlier600g: evergreen add stencil export bit
2010-10-13 Dave Airlier600g: use blitter for hw copy region
2010-10-13 Dave Airlier600g: drop all use of unsigned long
2010-10-13 Dave Airlier600g: fix transfer stride.
2010-10-13 Dave Airlier600g: remove bpt and start using pitch_in_bytes/pixels.
2010-10-13 Dave Airlier600g: rename pitch in texture to pitch_in_bytes
2010-10-13 Dave Airlier600g: use common texture object create function
2010-10-13 Dave Airlier600g: split out miptree setup like r300g
2010-10-13 Dave Airlier600g: add copy into tiled texture
2010-10-13 Dave Airlier600g: the vs/ps const arrays weren't actually being...
2010-10-13 Dave Airlier600g: reduce size of context structure.
2010-10-13 Dave Airlier600g: store samplers/views across blit when we need...
2010-10-13 Dave Airlier600g: fix scissor/cliprect confusion
2010-10-13 Dave Airlier600g: fix depth0 setting
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-12 Dave Airlier600g: add shader stencil export support.
2010-10-12 Dave Airlier600g: add support for S8, X24S8 and S8X24 sampler...
2010-10-12 Dave Airliesoftpipe: add support for shader stencil export capability
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-12 Keith Whitwellllvmpipe: make sure intrinsics code is guarded with...
2010-10-12 José Fonsecallmvpipe: improve mm_mullo_epi32
2010-10-12 Keith WhitwellRevert "llvmpipe: try to keep plane c values small"
2010-10-12 Keith Whitwellr600g: add missing file to sconscript
2010-10-12 Keith Whitwellgallium: move sse intrinsics debug helpers to u_sse.h
2010-10-12 José Fonsecallvmpipe: Fix MSVC build.
2010-10-12 Keith Whitwellllvmpipe: fix typo in last commit
2010-10-12 Keith Whitwellllvmpipe: try to keep plane c values small
2010-10-12 Keith Whitwellllvmpipe: add debug helpers for epi32 etc
2010-10-12 Keith Whitwellllvmpipe: try to do more of rast_tri_3_16 with intrinsics
2010-10-12 José Fonsecallvmpipe: Do not dispose the execution engine.
2010-10-12 Francisco Jereznouveau: Get larger push buffers.
2010-10-11 Dave Airlier600g: fix typo in vertex sampling on r600
2010-10-11 José Fonsecallvmpipe: Use lp_tgsi_info.
2010-10-11 José Fonsecallvmpipe: Remove outdated comment about stencil testing.
2010-10-11 Dave Airlier600g: don't run with scissors.
2010-10-11 Dave Airlier600g: add TXL opcode support.
2010-10-11 Dave Airlier600g: enable vertex samplers.
2010-10-11 Dave Airlier600g: evergreen has no request size bit in texture...
2010-10-11 Dave Airlier600g: fix input/output Z export mixup for evergreen.
2010-10-09 José Fonsecagallivm: Cleanup the rest of the flow module.
2010-10-09 José Fonsecagallivm: Remove support for Phi generation.
2010-10-09 José Fonsecagallivm: Don't generate Phis for execution mask.
2010-10-09 José Fonsecallvmpipe: Fix MSVC build. Enable the new SSE2 code...
2010-10-09 Keith Whitwellllvmpipe: simplified SSE2 swz/unswz routines
next