summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_state_emit.c
Commit message (Expand)AuthorAgeFilesLines
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-2/+2
* Get rid of "duplicate" formats.Brian2007-12-071-5/+5
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-3/+3
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-13/+12
* Fix some issues hit when rendering to a depth-only renderbuffer (shadowtex).Brian2007-11-081-7/+48
* Track hardware vertex buffer state changes.José Fonseca2007-11-071-4/+14
* Do something sensible when failed to reserve space in the batch buffer.José Fonseca2007-11-031-1/+1
* Reserve the right number of dwords for hardware state, and handle the case wh...José Fonseca2007-11-011-6/+34
* have to check I915_HW_SAMPLER when emitting MAP state, because of sampler_ena...keithw2007-08-241-1/+7
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-231-22/+24
* Checkpoint: texture image and sampler state handling, plus better vertex form...Brian2007-08-221-3/+33
* Rework of shader constant buffers.Brian2007-08-221-2/+4
* Import some sampler state code.Keith Whitwell2007-08-221-0/+23
* Fragment shader translation seems to basically work now. More testing needed.Brian2007-08-211-17/+26
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-4/+4
* Add more i915 state packets.Keith Whitwell2007-08-091-100/+60
* Some basic state - blend and ztest sort of work.Keith Whitwell2007-08-091-5/+5
* Emit drawrect command as we no longer ask the kernel to do this.Keith Whitwell2007-08-091-0/+13
* Don't reemit hardware state *every* primitive.Keith Whitwell2007-08-091-0/+2
* Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell2007-08-091-7/+17
* The i915simple driver now runs well enough to lock up hardware.Keith Whitwell2007-08-081-5/+8
* Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-081-2/+2
* replace draw_offset w/ 0 for nowBrian2007-08-081-2/+2
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+241