r600g: fix warning introduced by last commit.
[mesa.git] / src / gallium / drivers / llvmpipe /
2010-06-30 José Fonsecallvmpipe: Don't reset the bin when there's a zsbuf...
2010-06-29 Brian Paulllvmpipe: don't crash/assert on out of memory
2010-06-29 Brian Paulllvmpipe: restore call to lp_setup_update_state()
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-28 José Fonsecallvmpipe: set WRITE_ALL only a per-tile basis in lp_res...
2010-06-28 José Fonsecallvmpipe: Actually flush in lp_resource_copy()
2010-06-28 José Fonsecallvmpipe: Ensure outdated framebuffer state is not...
2010-06-25 Brian Paulllvmpipe: fix comment typo
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-23 Vinson Leellvmpipe: Remove unnecessary header.
2010-06-22 Jakob Bornecrantzllvmpipe: Ignores
2010-06-22 Zack Rusinllvmpipe: make geometry shaders and stream output work
2010-06-21 José Fonsecallvmpipe: s/lpfs/shader/
2010-06-18 José Fonsecallvmpipe: Fix pointer dereference after free.
2010-06-18 Roland Scheideggerllvmpipe: limit the number of fragment shader variants...
2010-06-09 Roland Scheideggerllvmpipe: fix copy & paste bug in clear logic
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-08 Jakob Bornecrantzllvmpipe: Add geom shader file to make build
2010-06-07 Vinson Leellvmpipe: Remove unnecessary header.
2010-06-07 Roland Scheideggerllvmpipe: use util_clear_render_target/depth_stencil...
2010-06-07 Keith Whitwellllvmpipe: hook up basic gs and multiple constant buffer...
2010-06-05 Roland ScheideggerRevert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"
2010-06-05 Roland Scheideggerllvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query
2010-06-05 José Fonsecallvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.
2010-06-04 Brian Paulllvmpipe: new -s option to run single test
2010-06-04 José Fonsecallvmpipe: Do unswizzling in parallel when flushing...
2010-06-04 Vinson Leellvmpipe: Fix uninitialized variable on non-debug builds.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 José Fonsecallvmpipe: Number shaders/variants for more reproducible...
2010-06-03 Joakim Sindholtgallium: silence all debug_named_value related warnings
2010-06-02 José Fonsecallvmpipe: Fix bad logic.
2010-06-02 Vinson Leellvmpipe: Remove unnecessary header.
2010-06-02 José Fonsecallvmpipe: Fix typo in assert.
2010-06-02 José Fonsecallvmpipe: Per quad interpolation.
2010-06-02 José Fonsecallvmpipe: Minor cleanup to the interpolator.
2010-06-02 José Fonsecallvmpipe: Centralize all position interpolation in...
2010-06-01 José Fonsecallvmpipe: Obey color interpolation.
2010-06-01 José Fonsecallvmpipe: Use struct lp_shader_input in the interpolator.
2010-06-01 José Fonsecallvmpipe: Don't waste time interpolating unused input...
2010-05-31 José Fonsecallvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.
2010-05-30 José Fonsecallvmpipe: Remove unused framebuffer stuff from the...
2010-05-30 José Fonsecallvmpipe: Don't force a linear to tiled conversion...
2010-05-30 José Fonsecallvmpipe: Call llvmpipe_set_texture_tile_layout only...
2010-05-30 José Fonsecallvmpipe: Use pointer_to_func() instead of custom wrappers.
2010-05-30 José Fonsecallvmpipe: Pass the fs variant to the rasterizer.
2010-05-28 Roland Scheideggerllvmpipe: adapt to clear interface changes
2010-05-28 Brian Paulllvmpipe: add PIPE_BUFFER to assertion
2010-05-28 Brian Paulllvmpipe: add out of memory checking to triangle setup...
2010-05-27 Brian Paulllvmpipe: s/bool/boolean/
2010-05-27 Brian Paulllvmpipe: s/bool/boolean
2010-05-27 José Fonsecallvmpipe: Refer to my personal udis86 repository.
2010-05-25 José Fonsecallvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE...
2010-05-24 José Fonsecallvmpipe: Also test compressed formats in lp_test_format()
2010-05-24 José Fonsecallvmpipe: Fix lp_test_format on 32bit OSes.
2010-05-24 José Fonsecallvmpipe: Delete extraneous arugment too.
2010-05-24 José Fonsecallvmpipe: Remove unused sincos_test_case struct.
2010-05-24 Qicheng Christopher Lillvmpipe: Unit test for sin/cos that compares against...
2010-05-22 José Fonsecallvmpipe: Fill in slice_stride.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Brian Paulllvmpipe: more tweaks to dump_fs_variant_key()
2010-05-20 Brian Paulllvmpipe: use util_dump_logicop()
2010-05-20 Brian Paulllvmpipe: put variant print/debug code into separate...
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-17 Roland Scheideggerllvmpipe: adapt to interface changes
2010-05-17 Brian Paulllvmpipe: fix front/back tri culling mix-up
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-13 Brian Paulllvmpipe: silence casting warnings
2010-05-13 Brian Paulllvmpipe: silence cast warnings in test programs
2010-05-13 José Fonsecallvmpipe: Update instructions for MSVC builds.
2010-05-12 José Fonsecallvmpipe: Dump fs key's stencil state.
2010-05-12 José Fonsecallvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.
2010-05-12 Brian Paulllvmpipe: s/bool/boolean/ in test progs
2010-05-12 Brian Paulgallivm/llvmpipe: add const qualifiers
2010-05-12 José Fonsecallvmpipe: Handle PIPE_CAP_GUARD_*.
2010-05-12 José Fonsecallvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
2010-05-12 José Fonsecallvmpipe: Move the opaque flag computation into the...
2010-05-12 José Fonsecallvmpipe: Advertise (gallivm's) shader limits.
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-11 Brian Paulllvmpipe: fix texture image size calculation
2010-05-11 Brian Paulllvmpipe: add a simple resource tracking/debug feature
2010-05-11 Brian Paulllvmpipe: remove trailing whitespace, rewrap comment
2010-05-11 José Fonsecascons: Export shouldn't be part of the if stanza.
2010-05-10 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
2010-05-10 Brian Paulllvmpipe: fix up indexing of blend/colormask state...
2010-05-10 Brian Paulllvmpipe: update image dump/debug code
2010-05-10 Brian Paulllvmpipe: add, update, rewrap comments
2010-05-10 Brian Paulgallivm/llvmpipe: move an old comment to a better location
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-08 José Fonsecallvmpipe: Cover more formats in unit test.
2010-05-08 José Fonsecallvmpipe: Match p_screen.h's function prototype.
2010-05-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-05-06 Török Edwingallivm: Require SSE2 for draw_llvm/llvmpipe due to...
2010-05-06 José Fonsecallvmpipe: Fix fence wait.
2010-05-06 Qicheng Christopher Lillvmpipe: implement occlusion query
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulllvmpipe: update driver's provoking vertex code
2010-05-05 Brian Paulllvmpipe: added a new assertion as a hint to Coverity
next