nvfx: fix/workaround nv3x hwtnl issues
[mesa.git] / src / gallium / drivers /
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_clear.c
2010-03-15 Luca Barbierinvfx: add nvfx directory to build system
2010-03-15 Luca Barbierinv30, nv40: add is_nv4x member to context and screen...
2010-03-15 Luca Barbierinv30, nv40: unify all structures and headers, except...
2010-03-15 Luca Barbierinouveau: s/rankine/eng3d/g; s/curie/eng3d/g
2010-03-15 Luca Barbierinv30: remove unused on_hw field and constant fp_reg_con...
2010-03-15 Luca Barbierinv40: use NV34TCL_ constants where available
2010-03-14 Vinson Leer300g: Remove unnecessary headers.
2010-03-14 Vinson Leetrace: Remove unnecessary headers.
2010-03-14 Vinson Leesvga: Remove unnecessary header.
2010-03-14 Marek Olšákr300g: remove pipe_context from r300_screen
2010-03-14 Vinson Leesoftpipe: Remove unnecessary header.
2010-03-13 Marek Olšákr300g: add high quality anisotropic filtering for R5xx...
2010-03-13 Marek Olšákr300g: fix anisotropic filtering, fix macrotiling
2010-03-13 Marek Olšákr300g: refrain from using immediate mode if it causes...
2010-03-13 Marek Olšákr300g: fix up function names
2010-03-13 José Fonsecallvmpipe: Ensure the context is flushed before modifyin...
2010-03-13 José Fonsecallvmpipe: Don't use texture transfer internally.
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 José Fonsecallvmpipe: Obey rasterization rules.
2010-03-13 José Fonsecallvmpipe: setup_context -> lp_setup_context
2010-03-13 Xavier Chantrynv50: fixup after gallium-context-transfers merge
2010-03-13 Corbin Simpsonr300g: Forcibly sanitize max index.
2010-03-12 Michel Dänzersvga: Fix up for context transfers.
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Corbin Simpsonr300g: Properly clamp index limits.
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Vinson Leellvmpipe: Remove unnecessary header.
2010-03-11 Brian Paulsoftpipe: further tighen up sample_cube()
2010-03-11 Brian Paulsoftpipe: tighten up the code in sample_cube()
2010-03-11 Brian Paulgallivm/llvmpipe: replace 'int stride' with 'int row_st...
2010-03-11 Brian Paulllvmpipe: fix comment typo
2010-03-11 Brian Paulgallivm/llvmpipe: include os_llvm.h instead of llvm...
2010-03-11 Roland Scheideggercell: adapt to context texture transfers (untested)
2010-03-11 Christoph Bumillernv50: take format from sampler view, not the referenced...
2010-03-11 Christoph Bumillernv50: put correct value into the TIC MAX_LEVEL field
2010-03-11 Christoph Bumillernv50: fix damage from merging master into sampler-view
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Brian Paulsvga: use memset() to initialize u to avoid warnings
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Michal Krolgallium: Check for OOM condition when creating a sample...
2010-03-11 Michal Krolgallium: Use last_level for pipe_sampler_view instead...
2010-03-11 José Fonsecasoftpipe: Dummy fence functions.
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Brian Paulllvmpipe: fix loop over mipmap levels
2010-03-10 Brian Paulsoftpipe: fix memcpy params to avoid static analysis...
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Roland Scheideggercell: handle NULL cso vertex_elements state object...
2010-03-10 Michal Krolgallium: pipe_get_tile_swizzle() accepts format parameter.
2010-03-10 Chia-I Wui915g: Prevent NULL dereference.
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Michal Krolsvga: Disable debug message.
2010-03-10 Michal Krolsvga: Check if vertex elements has been bound before...
2010-03-10 José Fonsecasoftpipe: Prevent NULL dereference.
2010-03-10 José Fonsecatrace: Make tr_public.h c++ friendly.
2010-03-10 Keith Whitwelltrace: include tr_public.h
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-10 José Fonsecallvmpipe: Cope with null Vertex element cso.
2010-03-10 Ben Skeggsnouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZED
2010-03-10 Ben Skeggsnv50: inline nv50_state_flush_notify()
2010-03-10 Ben Skeggsnv50: remove nv50_context.state.instbuf
2010-03-10 Ben Skeggsnv50: remove unnecessary macro
2010-03-10 Ben Skeggsnv50: move nv50_prim() into a header file rather than...
2010-03-10 Ben Skeggsnv50: add option to force immediate-mode submission...
2010-03-10 Ben Skeggsnv50: re-add immediate mode vertex submission paths
2010-03-10 Ben Skeggsnv50: when doing inline indices, split elt lists so...
2010-03-10 Ben Skeggsnv50: reimplement draw_elements_instance(), use for...
2010-03-10 Ben Skeggsnv50: reimplement draw_arrays_instanced(), do draw_arra...
2010-03-10 Ben Skeggsnv50: rip out inline push draw paths temporarily
2010-03-10 Ben Skeggsnv50: make use of scissor enable/disable method
2010-03-10 Ben Skeggsnv50: move magic 0x142c stuff to after state emission
2010-03-10 Ben Skeggsnv50: avoid unnecessary vp/gp/fp state changes
2010-03-10 Ben Skeggsnv50: remove pre_pipebuffer_map hack....
2010-03-10 Ben Skeggsnv50: remove horrific abuse of nouveau_channel.flush_notify
2010-03-10 Ben Skeggsnv50: always emit dummy relocs for all still-referenced...
2010-03-10 Ben Skeggsnv50: ensure enough room for state changes in current...
2010-03-10 Ben Skeggsnv50: rework state emission
2010-03-10 Ben Skeggsnv50: use relocs rather than re-uploading TIC all the...
2010-03-10 Corbin Simpsonr300g: Reorder regs, save one dword.
2010-03-09 Keith Whitwellsvga: Don't do culling while the software pipeline...
2010-03-09 Marek Olšákr300g: kill pf_component_count
2010-03-09 Keith Whitwelltargets/libgl-xlib: add code to inject trace and identi...
2010-03-09 Keith Whitwellws/xlib: remove self-knowledge about users of xlib...
2010-03-09 Corbin Simpsonr300g: Precalculate and CSO-bind PSC state.
2010-03-09 Corbin Simpsonr300g: Cleanup old PSC code a bit.
2010-03-09 Roland Scheideggeridentity: fix copy & paste error
2010-03-09 Roland Scheideggerr300g: fix gallium-vertexlementcso merge damage
2010-03-09 Brian Paulcell: fix up assorted compilation problems
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith Whitwellsoftpipe: silence warning
2010-03-09 Keith Whitwellcell: untwiddle surface contents in flush_frontbuffer()
2010-03-09 Roland Scheideggergallium: don't use flexible array members in drivers...
2010-03-09 David Heidelbergernv30: fix typo
2010-03-09 Keith Whitwellcell: attempt conversion to sw_winsys
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Keith WhitwellSquashed commit of gallium-no-texture-blanket
2010-03-09 Marek Olšákr300g: remove hacks from translate_vertex_data_swizzle
2010-03-09 Marek Olšáksoftpipe: quads never provoke the first vertex
next