gallium: separate out floating-point CAPs into its own enum
[mesa.git] / src / gallium / drivers / llvmpipe /
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-14 José Fonsecallvmpipe: Silent warnings about undeclared llvmpipe_che...
2011-11-14 José Fonsecallvmpipe: Remove unused variables.
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-11-14 Dave Airliellvmpipe: fix unswizzle of packed float types.
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-11-10 Dave Airliellvmpipe: add NV_conditional_render support.
2011-11-06 Dave Airliellvmpipe: enable RGTC after u_format fix.
2011-11-01 José Fonsecallvmpipe: Re-advertise support for stencil formats...
2011-11-01 José Fonsecallvmpipe: Use -1 instead of ~0 for "no slot".
2011-10-30 Chia-I Wullvmpipe: fix a crash in non-SSE path
2011-10-26 Dave Airliellvmpipe: llvmpipe doesn't support pure integers yet.
2011-10-23 Brian Paulllvmpipe: point out that there's two stencil writemasks
2011-10-23 Brian Paulllvmpipe: compare front_facing to NULL to improve reada...
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-11 Brian Paulllvmpipe: don't support rendering to sRGB surfaces
2011-10-08 Dave Airliegallium: add initial pure integer support (v2)
2011-10-05 José Fonsecallvmpipe: Fix the 4 planes (lines) case properly.
2011-10-05 José Fonsecallvmpipe: Ensure the 16x16 special rasterization path...
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-29 José Fonsecallvmpipe: Convert some of the null checks back to asserts.
2011-09-29 José Fonsecallvmpipe: Also reset the state in lp_scene_bin_reset
2011-09-29 José Fonsecallvmpipe: Prevent segfault during fs variant cache...
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-25 José Fonsecallvmpipe: Always use memory allocation macros.
2011-09-22 Keith Whitwellutil: add u_bit_scan helper
2011-09-21 Brian Paulllvmpipe: silence a pointer type warning
2011-09-19 Nicholas MiellUpdate llvmpipe's gitignore
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-14 José Fonsecallvmpipe: Remove dead lp_tile_shuffle_mask.py script.
2011-09-09 Brian Paulllvmpipe: add some null pointer checks
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulllvmpipe: add more restrict keywords
2011-08-18 José Fonsecallvmpipe: Don't build lp_test_arit on MSVC.
2011-08-18 José Fonsecallvmpipe: snprintf->util_snprintf.
2011-08-18 José Fonsecallvmpipe: Add u_math.h include.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-23 José Fonsecallvmpipe: Unit tests for arithmetic functions.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-19 Brian Paulllvmpipe: include LLVM version number in name string
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-14 Adam Jacksonllvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-06 Stéphane Marchesinllvmpipe: use $(CXX) instead of g++ for linking.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-12 Matt Turnerutil_logbase2 takes and returns unsigned, not int
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-28 Brian Paulllvmpipe: move active_query assignment
2011-04-28 Brian Paulllvmpipe: move active_query assignment in lp_setup_begi...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Vinson Leellvmpipe: Remove unnecessary headers.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-09 José Fonsecallvmpipe: Plug fence leaks.
next