llvmpipe: wait for queries being finished when asked for it or before deletion
[mesa.git] / src / gallium / drivers /
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
2010-06-25 Brian Paulsoftpipe: fix comment typo
2010-06-24 Marek Olšákr300g: a couple more chipsets do not have HiZ RAM
2010-06-24 Corbin Simpsonglhd: Add test for logicop enable.
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-24 Marek Olšákr300g: remove an XXX comment
2010-06-24 Marek Olšákr300g: move AA registers into the new AA state
2010-06-24 Marek Olšákr300g: separate the cache flush from the framebuffer...
2010-06-24 Marek Olšákr300g: reorder and cleanup register writes everywhere
2010-06-24 Marek Olšákr300g: add "has HiZ" flag, add ZMask regs
2010-06-24 Jakob Bornecrantznouveau: Remove reference to drm_api
2010-06-24 Jakob Bornecrantzgallium: Remove drm_api and all references to it
2010-06-24 Jakob Bornecrantzr600g: Move bootstrap code to target
2010-06-23 Vinson Leellvmpipe: Remove unnecessary header.
2010-06-23 Corbin Simpsonglhd: Simple rasterizer checks.
2010-06-23 Corbin Simpsonid, glhd: Unbreak texturing.
2010-06-23 Corbin Simpsonglhd: Use an environment variable (GALAHAD) to enable...
2010-06-23 Corbin Simpsonid, glhd: Fix malloc/calloc of struct.
2010-06-23 Corbin Simpsonglhd: Add query protection.
2010-06-23 Corbin Simpsonglhd: Grab framebuffer state checks from r300g.
2010-06-23 Corbin Simpsonglhd: Grab resource_copy_region from r300g.
2010-06-23 Corbin Simpsonglhd: Grab is_format_supported warning from r300g.
2010-06-23 Corbin Simpsonglhd: Add glhd_warn for unconditional stderr output.
2010-06-23 Corbin Simpsonid, glhd: Fix segfault with misreferenced pipe member.
2010-06-23 Corbin Simpsontargets, radeong: Add Galahad.
2010-06-23 Corbin Simpsongallium/drivers: Create Galahad from identity.
2010-06-23 Jakob Bornecrantzi965g: Move bootstrap code to targets
2010-06-23 Jakob Bornecrantzi965g: Moved pci_id to winsys struct
2010-06-22 Marek Olšákr300g: attempt to fix texture corruption on RV505
2010-06-22 Marek Olšákr300g: index buffer range checking
2010-06-22 Jakob Bornecrantzi915g: Revert debug hunks from last commit
2010-06-22 Jakob Bornecrantzi915g: Reduce state emission by using a index bias
2010-06-22 Jakob Bornecrantzi915g: Drop fifo code in vbuf
2010-06-22 Jakob Bornecrantzi915g: Change state code in vbuf code
2010-06-22 Jakob Bornecrantzi915g: Rework debug print code
2010-06-22 Jakob Bornecrantzi915g: Switch to state atoms
2010-06-22 Jakob Bornecrantzi915g: i915_state_sampler.c code style
2010-06-22 Jakob Bornecrantzi915g: i915_state_immediate.c code style
2010-06-22 Jakob Bornecrantzi915g: i915_state_dynamic.c code style
2010-06-22 Jakob Bornecrantzllvmpipe: Ignores
2010-06-22 Zack Rusinllvmpipe: make geometry shaders and stream output work
2010-06-22 Zack Rusingallium: add a timestamp disjoint query
2010-06-22 Zack Rusingallium: add a new query
2010-06-22 Marek Olšákr300g: optimize the immediate mode emission path a bit
2010-06-22 Marek Olšákr300g: do not emit ZTOP every draw call
2010-06-21 Marek Olšákr300g: fix crash when destroying the context on r3xx...
next