profile/ivi/mesa.git
2009-12-17 Brian Paulllvmpipe: fix upper/lower-case typo
2009-12-17 Brian Paulllvmpipe: added function comments
2009-12-17 Brian Paulllvmpipe: remove unused code, added comments, etc
2009-12-17 Brian Paulllvmpipe: replace INT_MIN/2 with INT_MIN
2009-12-17 Brian Paulllvmpipe: improve the in/out test a little
2009-12-17 Keith Whitwellllvmpipe: keep copy of framebuffer state in setup context
2009-12-16 Brian Paulllvmpipe: do final the pixel in/out triangle test in...
2009-12-16 Brian Paulllvmpipe: added lp_build_int32_vec4_type()
2009-12-16 Brian Paulllvmpipe: refactor lp_build_cmp() to use lp_build_compare()
2009-12-15 Brian Paulllvmpipe: tighten up an assertion
2009-12-15 Brian Paulllvmpipe: use 1ULL to be ready for 64-bit arithmetic...
2009-12-14 Brian Paulllvmpipe: fix broken TGSI_OPCODE_FRC codegen
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...
next