g3dvl: Add Nouveau winsys, libdriclient.
[mesa.git] / src / gallium / drivers /
2008-07-21 Ben Skeggsnv50: add NV86 and NV94 to list of "supported" chips
2008-07-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-07-12 Patrice Mandinnv30: no npot textures
2008-07-12 Patrice Mandinnv30: update caps
2008-07-12 Patrice Mandinnv30: do not shift texture format
2008-07-12 Patrice Mandinnv30: Emit vertex buffer objects using state objects
2008-07-12 Patrice Mandinnv30: Move edgeflag stuff
2008-07-12 Patrice Mandinnv30: Reorder, remove useless stuff
2008-07-12 Patrice Mandinnv30: Rename state emission func
2008-07-12 Patrice Mandinnv30: was setting wrong register
2008-07-12 Patrice Mandinnv30: does not have vp_attrib/result
2008-07-11 Patrice Mandinnv30: Change comment about slowdown
2008-07-11 Patrice Mandinnv30: Emit fragment program using state objects
2008-07-11 Patrice Mandinnv30: Emit vertex program using state objects
2008-07-11 Patrice Mandinnv30: Move constant buffers out of vert/frag prog struc...
2008-07-11 Patrice Mandinnv30: Emit fragtex state using state objects
2008-07-11 Patrice Mandinnv30: split fragprog_upload from fragprog_bind
2008-07-11 Patrice Mandinnv30: split fragprog_prepare from fragprog_translate
2008-07-11 Patrice Mandinnv30: Update miptree to match latest changes
2008-07-11 Ben Skeggsnv50: obey do_flip in surface_copy()
2008-07-11 Ben Skeggsnv50: quick hack to get textures untiled on map, and...
2008-07-11 Ben Skeggsnv50: demagic tex filter / wrap mode
2008-07-11 Ben Skeggsnv50: add some texture formats
2008-07-11 Ben Skeggsnv50: split tic construction out into own file
2008-07-11 Ben Skeggsnv50: add license headers to .c files
2008-07-10 Ben Skeggsnv50: enable GART usage for vertex buffers
2008-07-10 Ben Skeggsnv50: get clear-scissor working
2008-07-10 Ben Skeggsnouveau: update to latest object header
2008-07-10 Ben Skeggsnv50: more "abuse" by using libc malloc etc..
2008-07-10 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-09 Patrice Mandinnv30: min/max lod are used for mipmap, there is just...
2008-07-09 Patrice Mandinnv30: Update defines from nouveau_class.h
2008-07-09 Patrice Mandinnv30: Update defines from nouveau_class.h
2008-07-09 Patrice Mandinnv30: update nouveau_class.h
2008-07-08 Stephane Marchesinnv10: use the gallium alloc/free wrappers.
2008-07-08 Stephane Marchesinnv04: use FREE/MALLOC like a good gallium boy should.
2008-07-08 Stephane MarchesinMerge branch 'gallium-0.1' of git+ssh://marcheu@git...
2008-07-08 Stephane Marchesinnv30: use native instructions.
2008-07-08 Ben Skeggsnv50: make use of nouveau drm 0.0.11 to get 3d going
2008-07-07 Stephane Marchesinnv10: there are no 3D textures.
2008-07-07 Stephane Marchesinnv04: use BEGIN_RING_NI
2008-07-07 Stephane Marchesinnv04.
2008-07-04 José Fonsecasoftpipe: Prevent NULL ptr derreference on takedown.
2008-07-04 José Fonsecasoftpipe: Compute block size for display targets.
2008-07-04 Jakob Bornecrantzi915: Added debug filling code of texture, not active
2008-07-04 Patrice Mandinnv30: Emit sampler state using state objects
2008-07-04 José Fonsecapsb: Fill all texture fields when creating texture...
2008-07-04 José Fonsecasoftpipe: Implement texture blankets.
2008-07-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into gallium-0.1
2008-07-03 Patrice Mandinnv30: Reemit state when changing context
2008-07-03 Patrice Mandinnv30: Emit viewport state using state objects
2008-07-03 Patrice Mandinnv30: Emit polygon stipple state using state objects
2008-07-03 Patrice Mandinnv30: Emit scissor state using state objects
2008-07-03 Patrice Mandinnv30: Emit depth/stencil/alpha state using state objects
2008-07-03 Patrice Mandinnv30: Emit rasterizer state using state objects
2008-07-03 Patrice Mandinnv30: Emit blend state using state objects
2008-07-03 Patrice Mandinnv30: Emit blend color state using state objects
2008-07-03 Patrice Mandinnv30: Emit framebuffer state using state objects
2008-07-03 Brian Paulgallium: nr_attrs was off by one, updated comments...
2008-06-29 Ben Skeggsnv50: fixes after rebase + commits note on the code...
2008-06-29 Ben Skeggsnv50: reverse stencil sides, header is wrong
2008-06-29 Ben Skeggsnv50: fix line stipple
2008-06-29 Ben Skeggsnv50: don't multiply polygon offset units by 2.0 like...
2008-06-29 Ben Skeggsnv50: maybe some scissor fixes..
2008-06-29 Ben Skeggsnv50: vpt translate/scale backwards
2008-06-29 Ben Skeggsnv50: whoops
2008-06-29 Ben Skeggsnv50: rework miptree/texture/texsurf code a bit
2008-06-29 Ben Skeggsnv50: turn on depth test/write again, not 100% but...
2008-06-29 Ben Skeggsnv50: maintain pipe surface status field
2008-06-29 Ben Skeggsnv50: remove some debug
2008-06-29 Ben Skeggsnv50: simplify emit_interp a bit
2008-06-29 Ben Skeggsnv50: make sure static buffers (constbuf, tex control...
2008-06-29 Ben Skeggsnv50: R32_FLOAT vbo format
2008-06-29 Ben Skeggsnv50: move surface_map/unmap into nv50_surface.c
2008-06-29 Ben Skeggsnv50: some people are just born stupid.. really..
2008-06-29 Ben Skeggsnv50: make TEX a halfie
2008-06-29 Ben Skeggsnv50: get tri-scissor-tri working
2008-06-29 Ben Skeggsnv50: separate state validation and upload, similar...
2008-06-29 Ben Skeggsnv50: fix blend colour
2008-06-29 Ben Skeggsnv50: use stateobjs for sampler/image_control uploads
2008-06-29 Ben Skeggsnv50: hack of a TEX opcode
2008-06-29 Ben Skeggsnv50: hacks for stuff I don't really get yet
2008-06-29 Ben Skeggsnv50: abuse constbuf upload for program upload
2008-06-29 Ben Skeggsnv50: a couple more bits'n'pieces
2008-06-29 Ben Skeggsnv50: disable inline IMMD for now, IMMD+pred == BANG!
2008-06-29 Ben Skeggsnv50: simplify interp crap a bit...
2008-06-29 Ben Skeggsnv50: do tsc/tic upload + stub out shader TEX stuff
2008-06-29 Ben Skeggsnv50: disable ztest for now - it doesn't work still
2008-06-29 Ben Skeggsnv50: flag to indicate to winsys we want a surface...
2008-06-29 Ben Skeggsnv50: comment on a so-far unseen bug
2008-06-29 Ben Skeggsnv50: another vbo format
2008-06-29 Ben Skeggsnv50: fix blend cso
2008-06-29 Ben Skeggsnv50: valgrind complaint
2008-06-29 Ben Skeggsnv50: draw_elements() - inline only for the moment
2008-06-29 Ben Skeggsnv50: support a couple more common VBO formats
2008-06-29 Ben Skeggsnv50: remove some cruft, don't upload program unless...
2008-06-29 Ben Skeggsnv50: more efficient const upload + fixes (fp/* works...
2008-06-29 Ben Skeggsnv50: use constbuf segment 0 for everything - I can...
2008-06-29 Ben Skeggsnv50: allow relocating a shader's constants at upload...
next