i965g: Move bootstrap code to targets
[mesa.git] / src / gallium / drivers /
2010-06-23 Jakob Bornecrantzi965g: Move bootstrap code to targets
2010-06-23 Jakob Bornecrantzi965g: Moved pci_id to winsys struct
2010-06-06 Jakob Bornecrantzr300g: Move bootstrap code to targets
2010-06-06 Jakob Bornecrantzi915g: Move bootstrap code to targets
2010-06-06 Jakob Bornecrantzsvga: Move bootstrap code to targets
2010-06-07 Keith Whitwellsoftpipe: remove assert on setting constbufs greater...
2010-06-07 Keith Whitwellllvmpipe: hook up basic gs and multiple constant buffer...
2010-06-07 Keith Whitwellcell/spu: divorce from tgsi_exec.h
2010-06-07 Marek Olšákr300g: fix 24-bit depth texturing
2010-06-06 Jerome Glisser600g: add shader literal constant support
2010-06-06 Marek Olšákr300g: workaround index bias on chipsets that do not...
2010-06-05 Joakim Sindholtgallium: always build drivers/sw
2010-06-05 Jerome Glisser600g: split instruction into scalar
2010-06-05 Roland ScheideggerRevert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"
2010-06-05 Roland Scheideggeri915g: fix bug in ds clear logic (still disabled)
2010-06-05 Roland Scheideggerllvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query
2010-06-05 José Fonsecallvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.
2010-06-05 Dave Airliemesa/st: add support for EXT_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 Marek Olšákr600g: implement clear_{render_target, depth_stencil...
2010-06-04 Marek Olšákr600g: make blit functions static (private)
2010-06-04 Marek Olšákr600g: use cast wrappers
2010-06-04 Vinson Leer600g: Move declaration before code.
2010-06-04 Vinson Leenv50: Remove unnecessary header.
2010-06-04 Vinson Leesvga: Remove unnecessary header.
2010-06-04 Vinson Leellvmpipe: Fix uninitialized variable on non-debug builds.
2010-06-03 Bas Nieuwenhuizenr600g: added code for depthtesting
2010-06-03 Roland Scheideggerr600g: adapt to interface changes
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-06-03 José Fonsecallvmpipe: Number shaders/variants for more reproducible...
2010-06-03 Joakim Sindholtr300g: use util/u_debug
2010-06-03 Joakim Sindholtgallium: silence all debug_named_value related warnings
2010-06-03 Vinson Leescons: Handle Python OSError exception when missing...
2010-06-03 Marek Olšákr300g: set the minimum texture stride to 64 bytes on...
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-02 Marek Olšákr300g: use the stored GEM domain in add_buffer/write_reloc
2010-06-02 Marek Olšákr300g: store the GEM domain in buffer and texture structs
2010-06-02 Marek Olšákr300g: use r300_buffer_domain everywhere
2010-06-02 Marek Olšákr300g: blit directly to/from GTT when transfering textures
2010-06-02 Marek Olšákr300g: let the driver determine the GEM domain for...
2010-06-02 Marek Olšákr300g: make texture transfers more pipelined
2010-06-02 Marek Olšákr300g: better describe another flush and move it closer...
2010-06-02 Marek Olšákr300g: remove one flush
2010-06-01 José Fonsecallvmpipe: Obey color interpolation.
2010-06-01 José Fonsecallvmpipe: Use struct lp_shader_input in the interpolator.
2010-05-31 Thomas Hellstromsvga: Add a winsys callback to get the svga_winsys_context
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-31 Marek Olšákr300g: set correct pitch in libdrm
2010-05-31 Marek Olšákr300g: remove texture usage transfer flag
2010-05-31 Marek Olšákr600g: remove unused struct r600_state
2010-05-30 Vinson Leer600g: Remove unnecessary headers.
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-29 Marek Olšákr600g: fix gallium function parameters
2010-05-29 Marek Olšákr600g: make a local copy of viewport state
2010-05-29 Jakob Bornecrantzi915g: Move pci id to winsys struct
2010-05-28 Roland Scheideggerllvmpipe: adapt to clear interface changes
2010-05-28 Roland Scheideggeri965g: adapt to clear interface changes
2010-05-28 Roland Scheideggeri915g: adapt to clear interface changes
2010-05-28 Roland Scheideggerr300g: adapt to clear interface changes
2010-05-28 Roland Scheideggernv50: adapt to clear interface changes
2010-05-28 Roland Scheideggernvfx: adapt to clear interface changes
2010-05-28 Roland Scheideggersvga: adapt to clear interface changes
2010-05-28 Roland Scheideggersoftpipe: adapt to clear interface changes
2010-05-28 Roland Scheideggerrbug: adapt to clear interface changes
2010-05-28 Roland Scheideggertrace: adapt to clear interface changes
2010-05-28 Roland Scheideggeridentity: adapt to clear interface changes
2010-05-28 Roland Scheideggerfo: adapt to clear interface changes
2010-05-28 Roland Scheideggercell: adapt to clear interface changes
2010-05-28 Brian Paulllvmpipe: add PIPE_BUFFER to assertion
2010-05-28 Brian Paulsoftpipe: add PIPE_BUFFER to assertion
2010-05-28 Brian Paulllvmpipe: add out of memory checking to triangle setup...
2010-05-28 Marek Olšákr300g: remove unnecessary breaks
2010-05-28 Marek Olšákr300g: report vertex format support in is_format_supported
2010-05-28 Marek Olšákr300g/swtcl: fix WPOS
2010-05-28 Marek Olšákr300g/swtcl: avoid an infinite loop if an occl. query...
2010-05-27 Jerome Glisser600g: disable rendering
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Jerome Glisser600g: fix driver + shader compiler backend change
2010-05-27 Jakob Bornecrantzr600g: Integrate into build
2010-05-27 Jakob Bornecrantzr600g: Fix buffer offsets
2010-05-27 Marek Olšákr600g: adapt to latest interfaces changes
2010-05-27 Jerome Glisser600g: Initial import
2010-05-27 Brian Paulllvmpipe: s/bool/boolean/
2010-05-27 Brian Paulllvmpipe: s/bool/boolean
2010-05-27 Marek Olšákr300g/swtcl: fix secondary color and back-face color...
2010-05-27 José Fonsecallvmpipe: Refer to my personal udis86 repository.
2010-05-26 Marek Olšákr300g: decouple drawing code and two-sided stencil...
2010-05-26 Marek Olšákr300g/swtcl: handle large index count properly
next