llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when -mssse3...
[mesa.git] / src / gallium / drivers /
2010-07-16 José Fonsecallvmpipe: Describe _mm_shuffle_epi8() with gcc extended...
2010-07-16 José Fonsecallvmpipe: Only use -mssse3 on gcc 4.3+
2010-07-16 Vinson Leei965g: Remove dead initialization in precalc_tex.
2010-07-16 Marek Olšákr300g: rebuild winsys and command submission to support...
2010-07-15 Brian Paulllvmpipe: implement instanced drawing functions
2010-07-15 Brian Paulsoftpipe: re-order drawing functions to get rid of...
2010-07-15 José Fonsecallvmpipe: Remove redundant statement.
2010-07-14 Brian Paulllvmpipe: delete lp_test_*.o files with make clean
2010-07-14 José Fonsecallvmpipe: Remove redundant alignments.
2010-07-14 Chris Lillvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Roland Scheideggerllvmpipe: fix comment typo
2010-07-13 Roland Scheideggerllvmpipe: move rasterizer to screen instead of setup...
2010-07-13 José Fonsecallvmpipe: Align texture data to the cache line.
2010-07-13 Keith Whitwellllvmpipe: eliminate the set_state rasterizer command
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-07-13 Keith Whitwellllvmpipe: move fences from per-bin to per-thread
2010-07-13 José Fonsecallvmpipe: Always swizzle/unswizzle whole tiles.
2010-07-13 Jakob Bornecrantzllvmpipe: Ignores!
2010-07-13 Marek Olšákr300g: do not advertise half_float_vertex on rv3x0
2010-07-12 Marek Olšákr300g: extend and clean up debug logging
2010-07-12 Marek Olšákr300g/swtcl: do not emit texcoords if they are also...
2010-07-12 Marek Olšákr300g: rework the draw_rectangle hook
2010-07-12 Maciej CencoraMerge branch 'master' of git://anongit.freedesktop...
2010-07-12 Vinson Leer300g: Remove unnecessary header.
2010-07-12 José Fonsecallvmpipe: Re-enable threading on windows.
2010-07-12 nobledos, rbug: remove PIPE_THREAD_HAVE_CONDVAR
2010-07-12 Marek Olšákr300g: implement fast color clear
2010-07-12 Marek Olšákr300g: clear and copy a resource with a rectangular...
2010-07-12 Marek Olšákr300g: do not use immediate mode if there is a VBO...
2010-07-11 Marek Olšákr300g: ugly fix of a hardlock in the cubestorm xscreensaver
2010-07-09 Marek Olšákr300g: allow the GTT domain for samplers
2010-07-09 Marek Olšákr300g/swtcl: fix out-of-bounds write
2010-07-08 Marek Olšákr300g: fix texturing with negative lod bias
2010-07-08 Marek Olšákr300g: store/return the stride for winsys_handle in...
2010-07-08 Marek Olšákr300g: fix transfering compressed textures
2010-07-08 Marek Olšákr300g: add a function for marking framebuffer atoms...
2010-07-08 Marek Olšákr300g: minor fixups
2010-07-07 Vinson Leellvmpipe: Don't build lp_test_round when using MSVC.
2010-07-06 Vinson Leellvmpipe: Add lp_test_round to SCons build.
2010-07-06 Brian Paulllvmpipe: add test program for round(), trunc(), floor...
2010-07-06 Zack Rusinllvmpipe: disconnect vertex texture sampling from the...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-07-06 Tom Stellardr300/compiler: Implement KILP opcode.
2010-07-06 Alan Hourihanellvmpipe: ensure all bins are reset avoids memory corru...
2010-07-05 Roland Scheideggerllvmpipe: wait for queries being finished when asked...
2010-07-04 Vinson Leei915g: Remove unnecessary header.
2010-07-04 Jakob Bornecrantzi915g: Minor cleanups
2010-07-04 Jakob Bornecrantzi915g: Make batchbuffer flush function not be inline
2010-07-04 Jakob Bornecrantzi915g: Rename texture state to map state
2010-07-04 Jakob Bornecrantzi915g: Move fragment state to its own file
2010-07-04 Jakob Bornecrantzi915g: Move static state to its own file
2010-07-04 Jakob Bornecrantzi915g: Don't dirty dynamic state if it hasn't changed
2010-07-04 Jakob Bornecrantzi915g: Don't flush after blit
2010-07-04 Jakob Bornecrantzi915g: Don't flush empty batchbuffers
2010-07-03 Marek Olšákr300g: fix warnings
2010-07-03 Tom Stellardr300/compiler: Use hardware flow control instructions...
2010-07-03 Tom Stellardr300g: Fix typo in r300_reg.h
2010-07-02 José Fonsecagallivm: Support multiple pixels in lp_build_fetch_rgba...
2010-07-02 Brian Paulsoftpipe: fix incorrect blend func index passed to...
2010-07-02 Brian Paulsoftpipe: better assertions
2010-07-02 José Fonsecagallivm: Fix 4 x unorm8 -> 4 x float conversion.
2010-07-02 Dave Airlier600: use gallium list macros instead of making our...
2010-07-01 Brian Paulllvmpipe: silence pointer type warnings
2010-07-01 José Fonsecagallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
2010-07-01 José Fonsecagallivm: Allow to conversions to/from registers of...
2010-07-01 José Fonsecallvmpipe: Remove lp_build_swizzle2_aos().
2010-06-30 Brian Paulllvmpipe: another null pointer check
2010-06-30 Brian Paulllvmpipe: use dummy tile when out of memory
2010-06-30 Brian Paulllvmpipe: added new lp_memory.[ch] files
2010-06-30 José Fonsecallvmpipe: Add a new scene state to describe scenes...
2010-06-30 José Fonsecallvmpipe: Don't reset the bin when there's a zsbuf...
2010-06-29 Marek Olšákr300g: add workaround for multiple contexts
2010-06-29 Marek Olšákr300g: move one flush from winsys to the context
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 Marek Olšákutil: reference surfaces and sampler views in blitter...
2010-06-28 Jakob Bornecrantzglhd: Build with scons
2010-06-28 Jakob Bornecrantzglhd: Re-integrate with the debug system
2010-06-28 Jakob Bornecrantzglhd: Remove leftover file
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-27 Marek Olšákr300g: fix a compile error on non-debug builds
2010-06-27 Marek Olšákr300g: separate the hyperz state and pipelined FB regs...
2010-06-27 Marek Olšákr300g: release referenced objects in destroy_context
2010-06-27 Marek Olšákr300g: reference surfaces in set_framebuffer_state
2010-06-27 Marek Olšákr300g: group debug messages
2010-06-27 Marek Olšákr300g: turn rasterizer state into a command buffer
2010-06-27 Marek Olšákr300g: move emission of the MSPOS regs into the framebu...
2010-06-27 Marek Olšákr300g: turn invariant state into a command buffer
2010-06-27 Marek Olšákr300g: initialize some crucial state in the first CS
2010-06-26 Marek Olšákr300g: introduce VAP invariant state
2010-06-26 Marek Olšákr300g: immediate mode cleanup
2010-06-26 Marek Olšákr300g: update my notes about fastfill and zbuffer compr...
2010-06-26 Marek Olšákr300g: enum r300_blitter_op is a bitmask
2010-06-25 Brian Paulsoftpipe: rename a var
2010-06-25 Brian Paulllvmpipe: fix comment typo
next