mesa.git
2009-12-14 Brian Paulllvmpipe: fix broken lp_build_abs()
2009-12-14 Brian Paulllvmpipe: update file list in Makefile
2009-12-13 Keith Whitwellllvmpipe: rename bins to scene
2009-12-12 Keith Whitwellllvmpipe: rename queue size to count
2009-12-12 Keith Whitwellllvmpipe: rename one of the two rasterize_bins functions
2009-12-12 Brian Paulllvmpipe: checkpoint: plug in the new fencing code
2009-12-12 Brian Paulllvmpipe: added lp_rast_fence() bin function
2009-12-12 Brian Paulllvmpipe: added lp_rast_get_num_threads()
2009-12-12 Brian Paulllvmpipe: added lp_bin_get_num_bins()
2009-12-12 Brian Paulllvmpipe: remove old fence code, compile new lp_fence...
2009-12-12 Brian Paulllvmpipe: initial fence implementation
2009-12-11 Brian Paulllvmpipe: implement lp_rast_load_color()
2009-12-11 Brian Paulllvmpipe: checkpoint: more thread/queuing changes
2009-12-11 Brian Paulgallium: comments and minor re-org in p_thread.h
2009-12-11 Brian Paulgallium: added pipe_barrier type and functions
2009-12-11 Brian Paulllvmpipe: remove unused lp_rasterizer::fb field
2009-12-11 Brian Paulllvmpipe: improve framebuffer/surface code
2009-12-11 Brian Paulllvmpipe: fix-up #includes
2009-12-11 Brian Paulllvmpipe: fix inverted util_framebuffer_state_equal...
2009-12-11 Brian Paulgallium/util: added util_unreference_framebuffer_state()
2009-12-11 Brian Paulgallium/util: simplify util_framebuffer_state_equal()
2009-12-11 Brian Paulllvmpipe: remove unused fb parameter
2009-12-11 Brian Paulllvmpipe: minor comment fix
2009-12-10 Brian Paulllvmpipe: checkpoint: use empty/full bin queues
2009-12-10 Brian Paulllvmpipe: updated comment
2009-12-10 Brian Paulllvmpipe: simplify llvmpipe_set_framebuffer_state()
2009-12-10 Brian Paulgallium/util: added framebuffer compare, copy util...
2009-12-10 Brian Paulllvmpipe: added some bin queue debug code
2009-12-10 Brian Paulllvmpipe: updated comments
2009-12-09 Brian Paulllvmpipe: added some debug/info code
2009-12-09 Brian Paulllvmpipe: simplify the tiles_x, tiles_y code a bit
2009-12-09 Brian Paulprogs/demos/gloss: press 'n' to advance by one frame
2009-12-09 Brian Paulllvmpipe: use the empty_bins queue now
2009-12-09 Brian Paulprogs/demos: call glutDestroyWindow() in gloss.c
2009-12-09 Brian Paulllvmpipe: checkpoint: begin plugging in bin queue code
2009-12-09 Brian Paulllvmpipe: added new lp_bin_queue.[ch] files
2009-12-09 Brian Paulllvmpipe: use new lp_setup_get_current_bins() function
2009-12-09 Brian Paulllvmpipe: more bin functions for create/destroy/queries
2009-12-08 José Fonsecallvmpipe: Use number of CPUs as default number of threads.
2009-12-08 Brian Paulllvmpipe: remove some left-over debug code
2009-12-08 Brian Paulllvmpipe: implement threaded rasterization
2009-12-08 Brian Paulgallium: added pipe_semaphore and related code
2009-12-08 Brian Paulllvmpipe: repartition lp_rasterizer state for threading
2009-12-08 Brian Paulllvmpipe: use bin iteration functions when rasterizing...
2009-12-08 Brian Paulllvmpipe: introduce mutex and bin iteration functions
2009-12-04 Brian Paulllvmpipe: still more bin code reorganization
2009-12-04 Brian Paulllvmpipe: remove dead code left over from a previous...
2009-12-04 Brian Paulllvmpipe: reorganization of binning data structions...
2009-12-04 Brian Paulllvmpipe: move lp_rasterize_bin() into lp_rast.c
2009-12-04 Brian Paulllvmpipe: simplify framebuffer state code
2009-12-04 Brian Paulllvmpipe: use LP_DBG() macro everywhere
2009-12-04 Brian Paulllvmpipe: fix-up polygon culling/winding
2009-12-04 Brian Paulllvmpipe: add missing sources to Makefile
2009-12-04 Brian Paulllvmpipe: comments and minor clean-ups
2009-12-04 Brian Paulllvmpipe: move bin-related structures and functions...
2009-12-04 Brian Paulllvmpipe: remove lp_rast_triangle::oneoverarea field
2009-12-04 Brian Paulllvmpipe: bin state-change commands
2009-12-04 Brian Paulllvmpipe: struct cmd_bin
2009-12-04 Brian Paulllvmpipe: fix typo, whitespace
2009-12-04 Brian Paulllvmpipe: dynamic allocation of triangle a0/dadx/dady...
2009-12-04 Brian Paulllvmpipe: comments regarding lp_rast_triangle
2009-12-04 Brian Paulllvmpipe: comment about blend color
2009-12-04 Brian Paulllvmpipe: comments
2009-12-04 Brian Paulllvmpipe: new comment in do_triangle_ccw()
2009-12-04 Brian Paulllvmpipe: fix incorrect array indexing when saving...
2009-12-03 Brian Paulllvmpipe: comments, clean-ups in lp_rast_priv.h
2009-12-03 Brian Paulllvmpipe: checkpoint some initial state binning code
2009-12-03 Brian Paulllvmpipe: comments and a stub for lp_rast_set_state()
2009-12-03 Brian Paulllvmpipe: comments
2009-12-03 Brian Paulllvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()
2009-12-03 Brian Paulllvmpipe: more debug info
2009-12-03 Brian Paulllvmpipe: fix blend debug strings
2009-12-03 Brian Paulprogs/trivial: readback and print Z value in tri-z...
2009-12-03 Brian Paulllvmpipe: quick & dirty implementation of lp_rast_store...
2009-12-03 Brian Paulllvmpipe: additional comment about float->uint conversion
2009-12-03 Brian Paulllvmpipe: comments
2009-12-02 Brian Paulllvmpipe: execute shaders on 4x4 blocks instead of 8x2
2009-12-02 Brian Paulllvmpipe: whitespace for readability
2009-12-01 Brian Paulllvmpipe: added assertions
2009-12-01 Brian Paulllvmpipe: simplify mask computation
2009-12-01 Brian Paulllvmpipe: replace shifts with multiplies to be clearer
2009-12-01 Brian Paulllvmpipe: make nr_blocks unsigned
2009-12-01 Brian Paulllvmpipe: comments, reformatting and assertions in...
2009-11-30 Brian Paulprogs/trivial: added two simple texture tests
2009-11-30 Brian Paulllvmpipe: add a bunch of comments
2009-11-30 Brian Paulllvmpipe: minor refactoring of bin rasterization code
2009-11-30 Brian Paulllvmpipe: update C_SOURCES
2009-10-22 Keith Whitwellllvmpipe: fix the worst of the depth regressions since...
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
2009-10-21 Keith Whitwellllvmpipe: remove dead code
2009-10-20 Keith Whitwellllvmpipe: minor opts to setup_tri
2009-10-20 Keith Whitwellllvmpipe: move block list into rast struct
2009-10-20 Keith Whitwellllvmpipe: build list of 4x4 blocks to be shaded
2009-10-20 Keith Whitwellllvmpipe: recursive rasterization within a tile
2009-10-20 Keith Whitwellllvmpipe: pass mask as a linear encoding of the 4x4...
2009-10-20 Keith Whitwellllvmpipe: precalculate some offsets
2009-10-19 Keith Whitwellllvmpipe: remove a leftover 8x2 usage
2009-10-19 Keith Whitwellllvmpipe: calculate masks in format desired by shader
2009-10-19 Keith Whitwellllvmpipe: pre-multiply some constants by fixed_one
2009-10-19 José Fonsecallvmpipe: Reshape the shader input from 8x2 to 4x4.
next