r600g : add basic loop support.
[mesa.git] / src / gallium / drivers /
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-29 Bas Nieuwenhuizenr600g: use the values from the correct literals
2010-08-29 Bas Nieuwenhuizenr600g: added literals where needed for POW instruction
2010-08-29 Vinson Leenvfx: Remove util_is_pot in favor of util_is_power_of_two.
2010-08-29 Marek Olšákr300g,u_blitter: use u_framebuffer
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-28 Vinson Leesoftpipe: Include missing header in sp_flush.c.
2010-08-28 Vinson Leellvmpipe: Include missing header in lp_flush.c.
2010-08-28 Marek Olšákr300g: fix blitting between 2D NPOT mipmaps
2010-08-28 Mathias Fröhlichr300g: fix min/max lod computation
2010-08-28 Marek Olšákr300g: set the correct value in PVS_NUM_CNTLRS
2010-08-28 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-27 Jakob Bornecrantztrace: Don't try to dump the rgba array if null
2010-08-27 Jerome Glisser600g: fix vbo size
2010-08-27 Keith Whitwellllvmpipe: use util_iround in place of round
2010-08-27 Keith Whitwellllvmpipe: eliminate tri->dx, tri->dy values
2010-08-27 Hui Qi Tayllvmpipe: point sprites rasterization
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization with better pixel...
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization
2010-08-27 Keith Whitwellllvmpipe: update line rasterization code to current...
2010-08-27 Hui Qi Tayllvmpipe: native line rasterization with correct pixel...
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-08-27 Keith Whitwellllvmpipe: add lp_setup_coef to makefile
2010-08-27 Keith Whitwellllvmpipe: intrinsics version of triangle coeficient...
2010-08-27 Vinson Leer300g: Include missing header in r300_texture.h.
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-27 Dave Airlier600g: optimise op2 and swapped op2 emission.
2010-08-27 Dave Airlier600g: add exp support in theory.
2010-08-27 Dave Airlier600g: add DPH support.
2010-08-26 Brian Paulllvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
2010-08-26 Vinson Leer300g: Include missing header in r300_texture_desc.h.
2010-08-26 Marek Olšákr300g: fix constant buffer upload once again for r3xx...
2010-08-25 Marcin Slusarznouveau: handle early initialization errors
2010-08-25 Jerome Glisser600g: simplify states
2010-08-25 Vinson Leenvfx: Set pointer to NULL after free.
2010-08-25 Marek Olšákr300g: fix potentially uninitialized variables in creat...
2010-08-25 Keith Whitwellllvmpipe: fix bad patch application
2010-08-25 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-25 Keith Whitwellllvmpipe: track drawing region as a single u_rect
2010-08-25 Keith Whitwellllvmpipe: better triangle debugging
2010-08-25 Keith Whitwellllvmpipe: cull zero-area triangles early
2010-08-25 Keith Whitwellllvmpipe: more rasterization counters
2010-08-25 Keith Whitwellllvmpipe: move some fence functions into lp_screen.c
2010-08-25 Keith Whitwellllvmpipe: wake all threads waiting on a fence
2010-08-25 Keith Whitwellllvmpipe: fence debugging, add llvmpipe_finish
2010-08-25 Keith Whitwelldraw: specialized cliptesting routines
2010-08-25 Keith Whitwellllvmpipe: remove dead code
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-25 Chia-I Wusvga: Remove redundant svga_draw_range_elements.
2010-08-25 Vinson Leenvfx: Clean up header file inclusion in nvfx_screen.h.
2010-08-25 Vinson Leenvfx: Include missing headers in nvfx_shader.h.
2010-08-25 Marek Olšákr300g: fix gl_PointCoord
2010-08-25 Marek Olšákr300g: eliminate unused constants in FS
2010-08-25 Marek Olšákr300g: eliminate unused constants in VS
2010-08-25 Marek Olšákr300g: clean up some mess in set_constant_buffer
2010-08-25 Marek Olšákr300g: fix indentation
2010-08-25 Marek Olšákr300g: reset the index bias to 0 at the end of CS
2010-08-25 Vinson Leenvfx: Initialize variables on error path.
2010-08-24 Henri Verbeetr600g: Add support for PIPE_FORMAT_R32_FLOAT.
2010-08-24 Vinson Leenvfx: Remove unnecessary headers.
2010-08-24 Vinson Leer300g: Remove unused variable.
2010-08-23 Dave Airlier600g: add XPD support
2010-08-23 Dave Airlier600g: add CMP support.
2010-08-23 Luca Barbierinvfx: don't emit dummy commands on nv30
2010-08-23 Henri Verbeetr600g: Add support for PIPE_CAP_DEPTH_CLAMP.
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-23 Luca Barbierinvfx: improve fp temp accounting
2010-08-23 Luca Barbierinvfx: emit bo relocations only when needed
2010-08-23 Luca Barbierinvfx: match Gallium's gl_PointCoord brokenness
2010-08-23 Luca Barbierinvfx: support clip planes sensibly and fix them on...
2010-08-23 Dave Airlier300g: avoid stall in no-tcl drawing when mapping vbo
2010-08-22 Luca Barbierinvfx: fix minor memory leak
2010-08-22 Luca Barbierinvfx: support both sprite coord origins
2010-08-22 Luca Barbierinvfx: use 64-bit bitmasks for temps
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Vinson Leenvfx: Include missing header in nvfx_vertprog.c.
2010-08-22 Luca Barbierinvfx: refactor to support multiple fragment program...
2010-08-22 Luca Barbierinvfx: move stuff around
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Keith Whitwellllvmpipe: reduce size of fragment shader variant key
2010-08-22 Keith Whitwellllvmpipe: remove unused member from lp_fragment_shader_...
2010-08-22 Keith Whitwellllvmpipe: don't clear unused bins
2010-08-22 Luca Barbierinvfx: simplify and correct fragment program update...
2010-08-22 Luca Barbierinvfx: make stipple setting independent of enable
2010-08-22 Luca Barbierinvfx: fix vertex programs
2010-08-22 Luca Barbierinvfx: use relocations array for vp constants
2010-08-22 José Fonsecasvga: Do not shortcut NULL surface relocations with...
2010-08-22 Vinson Leenvfx: Silence unused variable warning.
2010-08-22 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-08-22 Vinson Leei965g: Silence printf format warnings on 64-bit builds.
2010-08-22 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-08-22 Vinson Leenv50: Silence incompatible pointer type initialization...
2010-08-22 Vinson Leenv50: Disable unused code.
2010-08-22 Vinson Leei965g: Fix printf format warning on 32-bit platforms.
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-21 Luca Barbierinvfx: actually fix it properly
2010-08-21 Luca Barbierinvfx: fix incorrect assert
2010-08-21 Vinson Leenvfx: Fix SCons build.
2010-08-21 Luca Barbierinvfx: fix warnings
next