radeon: remove unused texmem
[mesa.git] / src /
2009-02-06 Dave Airlieradeon: remove unused texmem
2009-02-05 Dave Airlier300: fix some autostate batch setups
2009-02-04 Dave Airlieradeon/r200 remove more unused code
2009-02-04 Dave Airlieradeon: make compile again.
2009-02-04 Dave Airlier300: fix up CS for modesetting - gears under kms works
2009-02-04 Dave Airlieradeon: make generate_mipmap static
2009-02-04 Dave Airlier300: fix swtcl
2009-02-04 Dave Airlier200: fixup DMA region stuff
2009-02-04 Dave Airlieradeon: call getpagesize once and store in a static
2009-02-04 Dave Airlier300: make dma buffer reuse much more sensible
2009-02-04 Dave Airlieradeon: add support for stencil buffers + misc debug...
2009-02-04 Dave Airlier200: move to new mipmap interface
2009-02-04 Dave Airlieradeon: only do the fb read if we are mapping a VRAM...
2009-02-04 Dave Airlieradeon_cs: move to inline cs_write_dword
2009-02-03 Dave Airlieradeon: add a reference to the static buffers so they...
2009-02-02 Dave Airlier300: fixup mipmap + texsubimage issues
2009-02-02 Dave Airlieradeon_bo: align size of bo to page size.
2009-02-02 Dave Airlieradeon: this code forgot to add dPriv x/y back to spans
2009-02-02 Dave Airlier300: rename validate textures to validate buffers
2009-01-30 Dave Airlier200/r300: swtcl fixups to use old dma buffers on top...
2009-01-30 Dave Airlier200/r300: add aperture space checks
2009-01-30 Dave Airlier200: fix swtcl - slow but works
2009-01-29 Dave AirlieWIP comit
2009-01-29 Dave Airlier200: bring back single dma flush
2009-01-29 Dave Airlieradeon: remove even more common code
2009-01-29 Dave Airlieradeon/r200/r300: bring back old style DMA buffer on...
2009-01-29 Dave Airlier200: start work on userspace clear for r200
2009-01-29 Dave Airlier200: unref swtcl buffer correctly
2009-01-29 Dave Airlier300: fix some whitespace
2009-01-29 Dave Airlier200: re-write state handlers for new CS mechanism
2009-01-29 Dave Airlier200: avoid setting variable on kernel mm setup
2009-01-29 Dave Airlieradeon: add repeated register packet one
2009-01-22 Dave Airlier200: fix up swtcl/tcl flushes
2009-01-22 Dave Airlieradeon: plug memory leak running gears
2009-01-22 Dave Airlieradeon: remove some debugging
2009-01-22 Dave Airlieradeon: better free of array
2009-01-22 Dave Airlieradeon: free all relocs in array
2009-01-22 Dave Airlieradeon: check relocs before deref
2009-01-22 Dave Airlieradeon: fix relocs even more
2009-01-22 Dave Airlieradeon: fix reloc free harder
2009-01-22 Dave Airlieradeon: free indices caught with valgrind
2009-01-22 Dave Airlieradeon: cleanup bo unref codepath in pending code
2009-01-22 Dave Airlieradeon: fix counting for cfree handles in an inline
2009-01-22 Dave Airlieradeon: add r100/r200 workarounds for legacy aging
2009-01-22 Dave Airlier200: disable some debug
2009-01-22 Dave Airlier200: emit elts into a separate ELT bo
2009-01-21 Dave Airlier200r300: start merging span code
2009-01-21 Dave Airlier200: remove indexed verts
2009-01-21 Dave Airlieradeon: fix 1D textures
2009-01-21 Dave Airlier200: fix cubemaps
2009-01-21 Dave Airlier200/r300: port r200 texture handling to common code
2009-01-21 Dave Airlier300/radeon: move face_for_target
2009-01-20 Dave Airlier300: start migrating common functions into common...
2009-01-20 Dave Airlier300: move to common texture_image object
2009-01-20 Dave Airlieradeon/r200/r300: start to move to common miptree/texobj
2009-01-20 Dave Airlier200: make tri render on my r200.
2009-01-20 Dave Airlier200: tri runs without crashing - doesn't draw anything
2009-01-20 Dave Airlier200: clear is working at least - not much else
2009-01-15 Dave Airlier300: move some more function to generic
2009-01-15 Dave Airlieradeon/r200/r300: start to make cmd buf useful
2009-01-15 Dave Airlier100/r200: move to new atom style emission
2009-01-14 Dave Airlieradeon: get ctx right in copybuffer
2009-01-14 Dave Airlier200: add missing symbols
2009-01-14 Dave Airlieradeon/r200/r300: make legacy emit non-r300 specific
2009-01-14 Dave Airlieradeon: move debug symbol add DRI2
2009-01-14 Dave Airlier300: start moving new r300 cmdbuf into common code
2009-01-14 Dave Airlieradeon/r200/r300: consolidate swap buffers
2009-01-14 Dave Airlieradeon: remove old lock code
2009-01-14 Dave Airlieradeon/r200/r300: consolidate the buffer copy/flip...
2009-01-14 Dave Airlieradeon/r200/r300: attempt to move lock to common code
2009-01-14 Dave Airlieradeon/r200/r300: initial attempt to convert to common...
2009-01-13 Dave Airlieradeon/r200: move more stuff closer together in context
2009-01-13 Dave Airlieradeon/r200: move state atom to common header
2009-01-13 Dave Airlieradeon/r200: start splitting out commonalities into...
2009-01-13 Dave Airlieradeon: use bo_wait to wait for all buffers to be rende...
2009-01-10 Kristian HøgsbergBump dri2proto requirement to 1.99.3, drop CopyRegion...
2009-01-10 Dave Airlieradeon/r300: add code to setup r300 vs r500 using pci...
2008-12-22 Dave Airlier300: disable settexoffset extension on r300
2008-12-22 Dave Airlieradeon: fix library name for consistency
2008-12-22 Dave Airlieradeon: remove start/end offset + cleanup some whitespace
2008-12-22 Dave Airlieradeon: fixup r500 FP emission for new CS
2008-12-20 Dave Airlieradeno: hopefully make r200/radeon build
2008-12-01 Dave Airlieradeon: make DRI1 one work with new CS mechanism
2008-11-16 Jerome Glisseradeon: cs add print cs callback
2008-11-16 Jerome Glisseradeon: fix pointer dangling
2008-11-15 Jerome Glisseradeon: update to libdrm-radeon API changes
2008-11-14 Jerome Glisseradeon: dri2 don't forget to free buffer
2008-11-14 Jerome Glisser300: release bo from pixmap
2008-11-14 Jerome Glisser300: convert to new relocations format (see libdrm...
2008-11-14 Jerome Glisser300: SetTex extension support
2008-11-14 Jerome Glisser300: cs + DRI2 support
2008-11-14 Jerome Glisser300: bo and cs abstraction.
2008-11-14 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2008-11-14 Brian Paulmesa: revamp GLSL instruction emit code
2008-11-14 Brian Paulmesa: make writemask_string() non-static
2008-11-14 Brian Paulmesa: remove some do-nothing GLSL code
2008-11-14 Brian Paulmesa: fix accidental regression in GLSL built-in textur...
2008-11-14 Brian Paulmesa: use the tighter definition of GLSL ftransform...
2008-11-14 Brian Paulmesa: remove unused/obsolete __NormalMatrixTranspose...
2008-11-14 Brian Paulmesa: fix bug in GLSL built-in matrix state lookup
next