cso: provide functions to bind fs/vs handles directly
[mesa.git] / src /
2008-04-21 Keith Whitwellcso: provide functions to bind fs/vs handles directly
2008-04-21 Keith Whitwellmesa: remove st_cache.c
2008-04-21 Zack RusinUse llvm 2.3 (2.2 won't work because of a lot of proble...
2008-04-21 Keith Whitwellrtasm: debug some missing funcs
2008-04-21 Keith Whitwellrtasm: quieten sse_enabled debug
2008-04-21 Keith Whitwellrtasm: clean up debug dumping a little
2008-04-21 Keith Whitwellcso: propogate one easy error - many more
2008-04-21 Keith Whitwelltranslate: fail on x86 rtasm fail
2008-04-21 Keith Whitwellrtasm: propogate errors in x86 emit
2008-04-21 Michel Dänzergallium: Use CSO cache for shaders.
2008-04-21 Zack Rusinactually write the results
2008-04-21 Keith Whitwelldraw: more propogation -- pstipple stage.
2008-04-21 Keith Whitwelldraw: propogate lots of errors
2008-04-21 Keith Whitwelldraw: propogate errors out of aapoint stage
2008-04-21 Keith Whitwelldraw: propogate errors out of aaline stage
2008-04-21 Keith Whitwelldraw: consolidate all the passthrough line/tri/point...
2008-04-21 José Fonsecagallium: Hash the fragment shader tokens, instead of...
2008-04-21 José Fonsecagallium: Include dependent header.
2008-04-21 José Fonsecagallium: Set all state via cso_context in blit/gen_mipm...
2008-04-21 José Fonsecagallium: Do not mistake pipe state objects for state...
2008-04-21 Keith Whitwellutil: work around freaky win32 math.h
2008-04-21 Keith Whitwelltgsi: use new float math funcs, drop local disassembly...
2008-04-21 Keith Whitwellutil: add wrappers for float math functions on windows
2008-04-21 Keith Whitwellrtasm: add dump facility for x86 (from tgsi_sse2.c)
2008-04-21 Zack Rusinmake llvm draw paths compile with the latest changes
2008-04-21 José Fonsecagallium: Centralize SSE usage logic.
2008-04-20 José Fonsecagallium: Refcount textures.
2008-04-19 Keith Whitwelldraw: rearrange debug code
2008-04-19 Keith Whitwelltranslate: fix several bugs
2008-04-19 Keith Whitwelldraw: add missing translate->set_buffer for fetch emit...
2008-04-19 Keith Whitwelltranslate: don't crash on failure to create sse version
2008-04-19 Keith Whitwellrtasm: include yet another i386 define varient
2008-04-19 Keith Whitwelldraw: fix scons build
2008-04-19 Keith Whitwelldraw: move incoming vertex state into draw->pt
2008-04-19 Keith Whitwelldraw: make draw_reset_vertex_ids private to the draw_pi...
2008-04-19 Keith Whitwelldraw: make room for extra_vs_outputs
2008-04-19 Keith Whitwelldraw: put pipeline flushing behind a new interface
2008-04-19 Keith Whitwelldraw: move pt_pipeline code to draw_pipe.c
2008-04-19 Keith Whitwelldraw: always emit header in draw_pt_fetch.c
2008-04-19 Keith Whitwelldraw: move some pipeline-specific code & state to draw_...
2008-04-19 Keith Whitwelldraw: remove dead file pipe_wide_prims.c
2008-04-19 Keith Whitwelldraw: remove named clipmask flags, tidy up pt middle...
2008-04-19 Keith Whitwelldraw: remove dead code
2008-04-18 Keith Whitwelldraw: rename pipeline files to draw_pipe_*
2008-04-18 Keith Whitwellcell: don't need to trim prims
2008-04-18 Keith Whitwellsoftpipe: don't need to trim prims
2008-04-18 Keith Whitwelldraw: sort makefile sources
2008-04-18 Keith Whitwelldraw: rename draw_vertex_shader.c -> draw_vs.c
2008-04-18 Keith Whitwelldraw: remove draw_debug.c
2008-04-18 Keith Whitwelldraw: make draw_pt_fetch_emit use translate facility
2008-04-18 Keith Whitwelldraw: remove more dead data structures
2008-04-18 Keith Whitwelldraw: remove dead data structures
2008-04-18 Keith Whitwelldraw: remove draw_vertex_fetch.c
2008-04-18 Keith Whitwelldraw: remove old draw_vertex_shader_queue_flush function
2008-04-18 Keith Whitwelldraw: remove old vertex_shader->run() functions
2008-04-18 Keith Whitwelldraw: remove draw_vertex_cache.c
2008-04-18 Keith Whitwelldraw: remove draw_prim.c
2008-04-18 Keith Whitwelldraw: switch over to draw_pt paths, will remove old...
2008-04-18 Keith Whitwelldraw: remove draw_vf code, use translate instead
2008-04-18 Keith Whitwelltranslate: missing file
2008-04-18 Brian Paulgallium: get rid of unnecessary surface mapping
2008-04-18 Brian Paulgallium: a few comments
2008-04-18 Brian Paulgallium: implement recip sqrt() with C code for now.
2008-04-18 Keith Whitwelldraw: remove fetch_pipeline middle end -- just use...
2008-04-18 Keith Whitwelltranslate: add sse version based on old draw_vf_sse.c
2008-04-18 Keith Whitwellrtasm: add x86_imul
2008-04-18 Keith Whitwelltgsi: add const qualifier to tokens on sse emit
2008-04-18 Keith Whitwellsoftpipe: fix const-related compiler warnings
2008-04-18 Keith Whitwellrtasm: add a couple more insns, clean up x86_mul
2008-04-18 Michel Dänzergallium: Always pass colour clear value to driver as...
2008-04-18 José Fonsecagallium: Add missing files to scons.
2008-04-18 Keith Whitwelldraw: split off all the extra functionality in the...
2008-04-17 Brian Paulgallium: tweak x/ybias values
2008-04-17 Brian Paulgallium: add missing pipe_surface_unmap() call
2008-04-17 Brian Paulgallium: plug in a select_destroy() function (fixes...
2008-04-17 Brian Paulgallium: assert that we're not deleting the currently...
2008-04-17 Brian Paulgallium: reorder some of the destroy context code
2008-04-17 Michel Dänzergallium: Add new file to scons build.
2008-04-17 Keith Whitwelldraw: move hw vertex emit to a new module
2008-04-17 Keith Whitwelldraw: don't always run pipeline if clipping
2008-04-17 Keith Whitwelldraw: add vertex shader run_linear function
2008-04-17 Keith Whitwelltsgi: make Consts const
2008-04-17 Keith Whitwelldraw: add comment
2008-04-17 Keith Whitwelldraw: keep record of number of active vertex buffers
2008-04-17 Keith Whitwelldraw: remove misleading comments
2008-04-16 Brian Paulgallium: implement RGBA pixel maps in the pixel transfe...
2008-04-16 Brian Paulgallium: added util_pack_color_ub()
2008-04-16 Brian Paulgallium: make choose_format() non-static: st_choose_for...
2008-04-16 Brian Paulgallium: finish-up and fix support for GL_COLOR matrix...
2008-04-16 Brian Paulmesa: added internal post color matrix scale/bias vars
2008-04-16 José Fonsecagallium: Use debug_get_bool_option for controlling...
2008-04-16 Keith Whitwelldraw: allow pt paths to run without a vbuf render stage
2008-04-16 Keith Whitwelldraw: remove vbuf non-vf debug path, fix some failure...
2008-04-16 Keith Whitwellsoftpipe: call setup_prepare earlier so that vertex...
2008-04-16 Keith Whitwelldraw: update debug code
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-16 José Fonsecagallium: Get the translate module to build on msvc.
2008-04-16 José Fonsecagallium: Build and link the translate module.
2008-04-15 Keith Whitwellgallium: Switch one vertex path over to new translate...
2008-04-15 Keith Whitwelldraw: increment output vertex properly
next