mesa.git
2010-01-28 Brian Paulllvmpipe: added debug option to disable LLVM optimizati...
2010-01-27 Brian Paulllvmpipe: count/report time spent in LLVM compilations
2010-01-27 Brian Paulgallium/util: comments for time-related functions
2010-01-27 Brian Paulgallium/util: print dlerror() info upon dlopen() failure
2010-01-22 Brian Paulllvmpipe: use some local vars to index step arrays
2010-01-22 Brian Paulllvmpipe: s/inline/INLINE/
2010-01-22 Brian Paulllvmpipe: consolidate lp_scene_alloc_aligned() calls
2010-01-22 Brian Paulllvmpipe: re-use a1 var in linear_coef()
2010-01-22 Brian Paulllvmpipe: area is an int here, not float
2010-01-21 Brian Paulllvmpipe: manually unroll the inputs.step[] setup code
2010-01-21 Brian Paulprogs/demos: call glutDestroyWindow() upon exit
2010-01-21 Brian Paulllvmpipe: added simple perf/statistics counting facility
2010-01-21 Brian Paulllvmpipe: optimize tile writing code
2010-01-21 Brian Paulllvmpipe: remove tile clipping code
2010-01-21 Brian Paulllvmpipe: align display target size to multiple of...
2010-01-21 Brian Paulllvmpipe: put TILE_SIZE #define in its own header
2010-01-21 Brian Paulllvmpipe: add makefile rule for generating .s files
2010-01-20 Brian Paulllvmpipe: updated comment
2010-01-19 Brian Paulllvmpipe: asst. task-related clean-ups
2010-01-19 Brian Paulllvmpipe: fix-up comment
2010-01-19 Brian Paulllvmpipe: re-order file list, fix indentation
2010-01-19 Brian Paulllvmpipe: remove unneeded DEBUG checks, use step var
2010-01-19 Brian Paulllvmpipe: updated comments
2010-01-19 Brian Paulllvmpipe: tweak a comment
2010-01-18 Brian Paulutil: fix broken util_ringbuffer_dequeue()
2010-01-18 Brian Paulllvmpipe: added show_tiles and show_subtiles debug...
2010-01-17 Keith Whitwellllvmpipe: use new u_ringbuffer for scene queue
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-16 Keith Whitwellutil: add generic ringbuffer utitilty
2010-01-16 Chia-I Wugallium: Fix uninitialized instance divisor and index.
2010-01-16 Christoph Bumillernv50: fix tile flags for scanout tex usage
2010-01-16 Christoph Bumillernv50: handle all and more system values
2010-01-16 Christoph Bumillernv50: hook up geometry programs
2010-01-16 Christoph Bumillernv50: support for geometry programs in nv50_program
2010-01-16 Christoph Bumillernv50: get access to primitive input space
2010-01-16 Alex Deucherr600: remove stray END_BATCH in blit code
2010-01-16 Jakob Bornecrantzdraw: Fix memory leak in gs code
2010-01-16 Dave Airliei965g: make xorg state tracker build i965g_drv.so
2010-01-16 Alex Deucherr600: improve blit support
2010-01-16 Andre Maasikasr600: add initial blit support
2010-01-16 Alex Deucherr600: add r600_blit.c
2010-01-15 Patrice Mandinnouveau: nv30: Remove useless variables fs, txp. Also...
2010-01-15 Brian Paulllvmpipe: implement scissor test in triangle setup
2010-01-15 Brian Paulllvmpipe: remove lp_rast_triangle::min/max fields
2010-01-15 Brian Paulllvmpipe: skip 4x4 in/out test code
2010-01-15 Brian Paulllvmpipe: added comment about lookup-tables vs. computation
2010-01-15 Brian Paulllvmpipe: change 'in' to boolean, add comments
2010-01-15 Brian Paulllvmpipe: generate two shader varients, one omits trian...
2010-01-15 Michal Krolutil: Handle FORMAT_Z32_FLOAT in util_pack_z().
2010-01-15 Michal Krolutil: Handle the remaining formats in pipe_put_tile_rgba().
2010-01-15 Michal Krolutil: Fix encoding for R8G8B8A8_UNORM formats and friends.
2010-01-15 Michal Kroltgsi: Add ureg_property_gs_input_prim().
2010-01-15 Michal Kroltgsi: Add ureg_src_dimension().
2010-01-15 Michal Krolregress: Add .gitgnore for *.png files.
2010-01-15 Michal Kroldraw: Add missing header include.
2010-01-15 Brian Paulllvmpipe: asst code changes in lp_state_fs.c
2010-01-15 Roland Scheideggergallium: document set_constant_buffer
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-15 Brian Paulllvmpipe: put labels on some value refs
2010-01-15 Roland Scheideggergallium: remove set_edgeflags from docs
2010-01-15 Brian Paulllvmpipe: add extra flags to DEFINES, no CFLAGS
2010-01-15 Brian Paulconfigs: remove -ansi from linux-debug
2010-01-15 Michal Kroltgsi: Fix sanity checks for indirect registers.
2010-01-15 Chia-I Wust/egl_g3d: Avoid validation upon buffer swap or flush...
2010-01-15 Chia-I Wust/egl_g3d: Hook to update_buffer of the pipe screen.
2010-01-15 Chia-I Wust/egl_g3d: Always override flush_frontbuffer.
2010-01-15 Michal Krolst/mesa: Initialise vertex element instance divisor...
2010-01-15 Luca Barbieridraw: Add GALLIUM_DUMP_VS environment variable.
2010-01-15 Brian Paulprogs/trival: updated tri-scissor-tri.c test
2010-01-15 Brian Paulllvmpipe: implement scissor testing
2010-01-15 Brian Paulllvmpipe: minor comment update
2010-01-15 Brian Paulllvmpipe: clean-up, fixing up frame dump/debug code
2010-01-15 Brian Paulgallium/util: added debug_dump_texture() and ppm output
2010-01-14 Brian Paulllvmpipe: remove redundant code in llvmpipe_set_blend_c...
2010-01-14 Jakob Bornecrantzr300g: Build driver by default
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Brian Paulllvmpipe: assorted clean-ups in texture code
2010-01-14 Michal Krolgallium: Document drawing commands.
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Corbin Simpsonr300g: Cleanup from last few commits.
2010-01-14 Łukasz Krotowskir300g: Really destroy translated buffer at the end.
2010-01-14 Brian Paulprogs/trivial: test user clip plane in tri-point-line...
2010-01-14 Brian Paulprogs/trivial: test glPolygonMode(POINT/LINE) with...
2010-01-14 Brian Paulgallium/util: silence warning about array initializers
2010-01-14 Chia-I Wuegl_g3d: Check if the creation of pipe or st context...
2010-01-14 Chia-I Wust/egl_g3d: Use a sequence number to decide if validati...
2010-01-14 Vinson Leest/mesa: Remove unnecessary header from st_program.c.
2010-01-14 Vinson Leest/mesa: Remove unnecessary header from st_texture.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_accum.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_atifragshader.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_bitmap.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary headers from s_copypix.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_depth.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_drawpix.c.
2010-01-14 Vinson Leeswrast: Remove unnecessary header from s_feedback.c.
2010-01-14 Corbin Simpsongallium/docs: Random things sitting around in my stash.
2010-01-14 Corbin Simpsonr300g: Use indices to translate index buffers of ubytes.
2010-01-14 Corbin Simpsonradeong: Change DRI driver name to radeong.
2010-01-14 Corbin Simpsonr300g: Disable immediate mode rendering for now.
2010-01-14 Brian Paulllvmpipe: use one loop in lp_rast_clear_zstencil()
next