r300: fix some whitespace
[mesa.git] / src / mesa / drivers / dri /
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 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-12 Eric Anholti965: Upload state on primitive switch, don't just...
2008-11-12 Eric Anholti965: Fix VB refcount leak on aperture overflow.
2008-11-12 Eric Anholti965: Fix up VS max_threads for G4X and removing a...
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-11-12 Eric Anholti965: Fix up clip min_nr_entries, preferred_nr_entries...
2008-11-12 Eric Anholti965: Update WM maximum threads for G4X.
2008-11-12 Eric Anholti965: Add a big comment explaining my understanding...
2008-11-11 Xiang, Haihaointel: reset cliprect_mode to IGNORE_CLIPRECTS.
2008-11-10 Brian Paulmesa: restore glapi/ prefix on #include
2008-11-10 Brian PaulGLX: fix out-of-bounds memory issue in indirect glAreTe...
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-29 Eric Anholtintel: Fix glDrawPixels with 4d RasterPos.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-27 Eric Anholtintel: Use dri_bo_get_tiling to get tiling mode of...
2008-10-25 Xiang, Haihaointel: GL_FALSE on a BO if it won't be modified when...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-24 Xiang, Haihaointel: fallback for intelEmitCopyBlit.
2008-10-21 Xiang, Haihaoi915: fix carsh in i830_emit_state. (bug #17766)
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-10-13 Xiang, Haihaoi915: Texture instructions use r/t/oC/oD register as...
next