summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák2009-11-211-0/+2
* r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson2009-11-201-16/+15
* r300g: Unify context names for counts.Corbin Simpson2009-11-081-1/+1
* r300g: Fix is_buffer_referenced.Corbin Simpson2009-11-081-2/+5
* r300g: VBOs WIPMaciej Cencora2009-11-071-3/+11
* r300g: split constant buffer and shader emittionMaciej Cencora2009-11-011-2/+0
* r300g: fix crash in r300_is_texture_referencedMarek Olšák2009-10-311-1/+1
* r300g: Clear up a bit of the buffer reference stuff.Corbin Simpson2009-10-281-14/+11
* r300g: Move render functions to r300_render.Corbin Simpson2009-10-221-65/+2
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+15
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-1/+1
* r300g: Fix u_hash_table rename.Corbin Simpson2009-10-171-3/+3
* r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-161-1/+17
* r300g: Compiler warning cleanup.Corbin Simpson2009-10-141-1/+1
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-6/+4
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-141-0/+9
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-0/+3
* r300g: Debug flags infrastructureNicolai Hähnle2009-09-061-0/+2
* r300g: Massively cleanup OQ.Corbin Simpson2009-08-181-4/+20
* r300g: Remove r300_constant_buffer::user_count.Corbin Simpson2009-08-071-1/+1
* r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson2009-06-081-2/+2
* r300-gallium: Always do VTE, never software viewport.Corbin Simpson2009-05-181-0/+7
* r300-gallium: Clean up outdated comments.Corbin Simpson2009-05-131-1/+0
* r300-gallium, radeon: A couple cleanups.Corbin Simpson2009-05-081-4/+0
* r300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd31b60c54895f6de6.Thomas Hellstrom2009-04-151-0/+26
* r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson2009-04-041-1/+1
* r300-gallium: Viewport state storage.Corbin Simpson2009-03-181-0/+2
* r300-gallium: Emit invariant state, no matter what.Corbin Simpson2009-03-171-0/+1
* r300-gallium: r500-fs: Setup immediates.Corbin Simpson2009-03-151-1/+0
* r300-gallium: Initial, broken, query setup.Corbin Simpson2009-03-101-0/+2
* r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson2009-03-031-3/+4
* r300-gallium: A handful of fixups.Corbin Simpson2009-02-281-0/+2
* r300-gallium: Turn true and false into TRUE and FALSE.Corbin Simpson2009-02-271-1/+1
* r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.Corbin Simpson2009-02-231-1/+0
* r300-gallium: Add draw_arrays and friends.Corbin Simpson2009-02-161-1/+75
* r300: Add stubs for swtcl immediate emit.Corbin Simpson2009-02-021-0/+1
* r300: Hook up clear, set it to fallback.Corbin Simpson2009-02-011-0/+2
* r300: Finish basic state setup.Corbin Simpson2009-02-011-0/+2
* amd/r300: Wire up GETPARAM ioctls.Corbin Simpson2009-02-011-1/+1
* r300: Add path for pci_id in winsys.Corbin Simpson2009-02-011-1/+1
* r300: Various flags, small state tracking things.Corbin Simpson2009-02-011-0/+3
* r300: Add blend color.Corbin Simpson2009-02-011-0/+2
* r300: Add more state.Corbin Simpson2009-02-011-5/+3
* r300: Hook up state functions.Corbin Simpson2009-02-011-0/+2
* r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson2009-02-011-3/+3
* A bit of r300 cleanup.Corbin Simpson2009-02-011-6/+1
* r300: Hook up to winsys, add missing header.Corbin Simpson2009-02-011-1/+8
* gallium-r300: Fit it all together now.Corbin Simpson2009-02-011-1/+3
* gallium-r300: Add copyrights, place (broken) CS.Corbin Simpson2009-02-011-0/+27
* gallium-r300: Make it build.Corbin Simpson2009-02-011-10/+10