index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
Age
Commit message (
Expand
)
Author
2007-08-09
export softpipe_init_surface_funcs()
Brian
2007-08-09
added null ptr checks
Brian
2007-08-09
Split texfilter enums to match common hardware usage.
Keith Whitwell
2007-08-09
move viewport Y inversion to state tracker
Brian
2007-08-09
Add more i915 state packets.
Keith Whitwell
2007-08-09
Remove unused file
Keith Whitwell
2007-08-09
invert Y axis with the viewport transformation to put things right side up
Brian
2007-08-09
vertex colors are ARGB
Brian
2007-08-09
Missing files
Keith Whitwell
2007-08-09
Some basic state - blend and ztest sort of work.
Keith Whitwell
2007-08-09
Emit drawrect command as we no longer ask the kernel to do this.
Keith Whitwell
2007-08-09
Don't reemit hardware state *every* primitive.
Keith Whitwell
2007-08-09
*numFormats = 3
Brian
2007-08-09
Checkpoint intel_renderbuffer removal.
Brian
2007-08-09
Update opcode list.
michal
2007-08-09
Further opcode list reorg.
michal
2007-08-09
Quieten TGSI
Keith Whitwell
2007-08-09
Tweaks to state emit, acheives first hw triangles from a pipe driver.
Keith Whitwell
2007-08-09
Pull in debug code for human-readable batchbuffer dumps.
Keith Whitwell
2007-08-09
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-09
Declare missing opcode aliases. Declare SGN opcode.
michal
2007-08-08
clean-up
Brian
2007-08-08
use surface offset value in get_tile()
Brian
2007-08-08
initial lod/mipmap texture supported
Brian
2007-08-08
added assertion
Brian
2007-08-08
print_vertex func for debugging
Brian
2007-08-08
Add D3D9 opcodes up to ps_2_x and vs_2_x.
michal
2007-08-08
The i915simple driver now runs well enough to lock up hardware.
Keith Whitwell
2007-08-08
Call init_state_funcs
Keith Whitwell
2007-08-08
remove unused file
keithw
2007-08-08
remove unused file
keithw
2007-08-08
very simple texture cache implementation
Brian
2007-08-08
fix qs->next tests
Brian
2007-08-08
add quad_stage::begin() funcs
Brian
2007-08-08
Add a quad_stage::begin() method to do per-primitive preparations (like setti...
Brian
2007-08-08
Hook up i915simple. Doesn't compile.
Keith Whitwell
2007-08-08
rewrite texture sampling code (smaller, simpler)
Brian
2007-08-08
add lambda param to get_sample()
Brian
2007-08-08
sketch out 1D/3D/cube texture sampling
Brian
2007-08-08
added PIPE_TEX_FACE_*
Brian
2007-08-08
replace draw_offset w/ 0 for now
Brian
2007-08-08
define i915_surface struct
Brian
2007-08-08
more get_tile() work
Brian
2007-08-08
fully support all texcoord wrap modes
Brian
2007-08-08
Checkpoint of a super-simplified i915 driver in the pipe model.
Keith Whitwell
2007-08-07
clean up tgsi_sampler-related bits
Brian
2007-08-07
use new tex filtering code
Brian
2007-08-07
initial texture filtering code
Brian
2007-08-07
include p_state.h
Brian
2007-08-07
added a get_tile() func
Brian
[next]