r600g: fix "Fixed-Point Data Conversions"
[mesa.git] / src / gallium / drivers / llvmpipe /
2011-05-12 Matt Turnerutil_logbase2 takes and returns unsigned, not int
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
2011-04-28 Brian Paulllvmpipe: move active_query assignment
2011-04-28 Brian Paulllvmpipe: move active_query assignment in lp_setup_begi...
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-04-07 Brian Pauldocs: replace llvmpipe/README with docs/llvmpipe.html
2011-04-07 Brian Paulllvmpipe: document issue with LLVM 2.8 and earlier...
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-13 José Fonsecagallivm: Use LLVM MC disassembler, instead of udis86.
2011-03-12 Marek Olšákllvmpipe: fix warning: ‘t0’ may be used uninitialized...
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-02-28 Dave Airliergtc: llvmpipe/softpipe refuse RGTC until u_format...
2011-02-26 Alan HourihaneCheck for out of memory when creating fence
2011-02-19 José Fonsecascons: Add aliases for the llvmpipe unit tests.
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-11 José Fonsecallvmpipe: Use u_math's round.
2011-01-31 Brian Paulllvmpipe: fix incorrect array index in image dump code
2011-01-20 Brian Paulllvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_...
2011-01-18 Brian Paulllvmpipe: make sure binning is active when we begin...
2011-01-17 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_scene_queue.h.
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_perf.h.
2011-01-04 Vinson Leellvmpipe: Include missing headers in lp_bld_depth.h
2011-01-04 Vinson Leellvmpipe: Include p_compiler.h in lp_bld_alpha.h.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-22 Vinson Leellvmpipe: Remove unnecessary headers.
2010-12-09 José Fonsecallvmpipe: Plug fence leaks.
2010-12-09 Brian Paulllvmpipe: enable instanced drawing cap
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-12-03 Brian Paulmesa: consolidate some compiler -D flags
2010-12-03 Brian Paulllvmpipe: fix broken stencil writemask
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-12-01 Chia-I Wullvmpipe: Fix build errors on x86.
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Keith Whitwellllvmpipe: shortcircuit some calls to set_scene_state
2010-11-30 Keith Whitwellllvmpipe: remove misleading debug string
2010-11-30 Keith Whitwellllvmpipe: raise dirty flag on transfers to bound constbuf
2010-11-23 Vinson Leellvmpipe: Remove unnecessary headers.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Keith Whitwellllvmpipe: twoside for specular color also
2010-11-19 Keith Whitwellllvmpipe: fix up twoside after recent changes
2010-11-19 Hui Qi Tayllvmpipe: fix such that offset/twoside function only...
2010-11-15 Hui Qi Tayllvmpipe: clean up polygon offset function in lp setup...
2010-11-05 Brian Paulllvmpipe: added some debug assertions, but disabled
2010-11-04 Hui Qi Tayllvmpipe: added llvm offset setup code
2010-11-02 Brian Paulllvmpipe: add a cast
2010-11-02 Brian Paulllvmpipe: assign context's frag shader pointer before...
2010-11-02 Keith Whitwellllvmpipe: guard against NULL task->query pointer
2010-11-02 Keith Whitwellllvmpipe: avoid generating tri_16 for tris which extend...
2010-11-01 Hui Qi Tayllvmpipe: Moved draw pipeline twoside function to llvm...
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-22 Keith Whitwellllvmpipe: turn off draw offset/twoside when we can...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulllvmpipe: enable primitive restart
2010-10-21 Vinson Leellvmpipe: Remove unnecessary header.
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
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-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 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 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-15 Jakob Bornecrantzllvmpipe: Move makefile include to before targets
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-14 Brian Paulllvmpipe: code to dump bytecode to file (disabled)
2010-10-14 Keith Whitwellllvmpipe: don't try to emit non-existent color outputs
2010-10-13 José Fonsecallvmpipe: Generalize the x8z24 fast path to all depth...
2010-10-13 José Fonsecallvmpipe: Unbreak Z32_FLOAT.
next