mesa.git
2010-09-21 Jerome Glisser600g: fix multi buffer rendering
2010-09-21 Brian Paulglsl2: fix typo in error msg
2010-09-21 Luca Barbierid3d1x: fix GCC 4.1/4.2 build
2010-09-21 Luca Barbierid3d1x: add template parameters to base class ctor calls...
2010-09-21 Luca Barbierid3d1x: fix build with compilers other than GCC 4.5
2010-09-21 Tilman Sauerbeckgallium/docs: The RET opcode may appear anywhere in...
2010-09-21 Eric Anholti965: Track the windowizer's dispatch for kill pixel...
2010-09-21 Eric Anholti965: Also enable CC statistics when doing OQs.
2010-09-21 Eric Anholti965: Share the KIL_NV implementation between glsl...
2010-09-21 Jerome Glisser600g: directly allocate bo for user buffer
2010-09-21 Eric Anholtglsl: Add definition of gl_TextureMatrix inverse/transp...
2010-09-21 José Fonsecallvmpipe: When failing free fs shader too.
2010-09-21 José Fonsecallvmpipe: Describe how to profile llvmpipe.
2010-09-21 Brian Pauldraw: new draw_fs.[ch] files
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Kristian Høgsbergglx: Hold on to drawables if we're just switching to...
2010-09-21 Luca Barbierid3d1x: actually enable and fix blob apis
2010-09-21 Luca Barbierid3d1x: add missing file
2010-09-21 Luca Barbierid3d1x: fix compilation with recent Wine versions installed
2010-09-21 Luca Barbierid3d1x: add blob and signature extraction APIs
2010-09-21 Keith Whitwellllvmpipe: fix flatshading in new line code
2010-09-21 Luca Barbierid3d1x: add new Direct3D 10/11 COM state tracker for...
2010-09-21 Tilman Sauerbeckr600g: Removed debug code.
2010-09-21 Dave Airlier600g: fix eg texture borders.
2010-09-21 Dave Airlier600g: fixup evergreen miptree setup.
2010-09-21 Tom Stellardr300/compiler: Refactor the pair instruction data struc...
2010-09-21 Dave Airlier600g: set back to correct codepaths.
2010-09-21 Dave Airlier600g: deal with overflow of VTX/TEX CF clauses.
2010-09-21 Vinson Leetgsi: Remove duplicate case value.
2010-09-21 Francisco Jerezdri/nouveau: Fix software mipmap generation on 1x1...
2010-09-21 Francisco Jerezdri/nv10-nv20: Fix texturing in some cases after a...
2010-09-21 Francisco Jerezdri/nouveau: Cleanup more references to old FBOs and...
2010-09-21 Francisco Jerezdri/nouveau: Remove unnecessary assertion.
2010-09-21 Francisco Jerezdri/nv04: Use nvgl_wrap_mode().
2010-09-21 Jakob Bornecrantztgsi: Actually care what check_soa_dependencies says
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-20 Timo WirenFix typos in comments and debug output strings.
2010-09-20 Brian Pauldraw: check bitshift against PIPE_MAX_SHADER_OUTPUS
2010-09-20 Brian Paulllvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS
2010-09-20 Jerome Glisser600g: add back reference check when mapping buffer
2010-09-20 Brian Pauldraw: fix test for using the wide-point stage
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Brian Paulllvmpipe: implement sprite coord origin modes
2010-09-20 Tilman Sauerbeckpython/tests: Fixed tri.py for API and TGSI syntax...
2010-09-20 Brian Paulllvmpipe: rename sprite field, add sprite_coord_origin
2010-09-20 Tilman Sauerbeckr600g: Implemented the Z and W component write for...
2010-09-20 Brian Paulllvmpipe: clean-up, comments in setup_point_coefficient()
2010-09-20 Tilman Sauerbeckr600g: Honour destination operand's writemask in the...
2010-09-20 Brian Paulllvmpipe: reformatting, remove trailing whitespace...
2010-09-20 Brian Paulllvmpipe: indentation fix
2010-09-20 Brian Paulllvmpipe: maintain fragment shader state for draw module
2010-09-20 Luca Barbierisoftpipe: fix whitespace
2010-09-20 Luca Barbieritgsi: add switch/case opcodes to tgsi_opcode_tmp.h
2010-09-20 Luca Barbierisoftpipe: make z/s test always pass if no zsbuf, instea...
2010-09-20 Luca Barbierigallium: avoid the C++ keyword "template" in sw_winsys.h
2010-09-20 Brian Paulgallivm: remove debug code
2010-09-20 Brian Paulllvmpipe: fix query bug when no there's no scene
2010-09-20 Marek Olšákst/mesa: fix assertion failure in GetTexImage for cubemaps
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Kenneth Graunkeglsl: Fix broken handling of ir_binop_equal and ir_bino...
2010-09-20 Kenneth Graunkeglsl: Add comments to clarify the types of comparison...
2010-09-20 Brian Pauldocs: mark as obsolete, remove dead links
2010-09-20 Brian Pauldocs: remove old broken link
2010-09-20 Brian Paulglsl2: silence compiler warnings in printf() calls
2010-09-20 Brian Paulmesa: don't call valid_texture_object() in non-debug...
2010-09-20 Ian Romanickglsl: Add doxygen comments
2010-09-20 Jakob Bornecrantzi915g: Link with wrapper sw winsys with scons
2010-09-20 Michal Krolsvga: Integer constant register file has a separate...
2010-09-20 Michal Krolsvga: Fix relative addressing translation for pixel...
2010-09-20 Corbin Simpsonr600g: Cleanup viewport floats.
2010-09-20 Corbin Simpsonr600g: Clean up PS setup.
2010-09-20 Dave Airlier600g: only flush for the correct colorbuffer, not...
2010-09-20 Dave Airlier600g: add missing BC_INST wrapper for evergreen
2010-09-20 Dave Airlier600g: fixup r700 CB_SHADER_CONTROL register.
2010-09-20 Dave Airlier600g: fix r700 cube map sizing.
2010-09-20 Dave Airlier600g: add color/texture support for more depth formats.
2010-09-20 Dave Airlier600g: add z16 to color setup
2010-09-20 Dave Airlier600g: fix tiling support for ddx supplied buffers
2010-09-20 Corbin Simpsonr600g: "tmp" is such a bad name for a texture.
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-20 Corbin Simpsonr600g: Clean up some indentation and |= vs. | usage.
2010-09-20 Corbin Simpsonr600g: Deobfuscate and comment a few more functions...
2010-09-20 Corbin Simpsonr600g: Trivially deobfuscate r600_hw_states.
2010-09-20 Corbin Simpsonr600g: Use align() instead of handrolled code.
2010-09-20 Dave Airlier600g: drop debugging that snuck in
2010-09-20 Dave Airlier600g: clean up valgrind issues on maxtargets test.
2010-09-20 Dave Airlier600g: fix fbo-drawbuffers-maxtargets
2010-09-20 Dave Airlier600g: send correct surface base update for multi-cbufs
2010-09-19 Dave Airlier600g: modify index buffers for sizes the hw can't...
2010-09-19 Dave Airlieutil/r300g: split the r300 index buffer modifier functi...
2010-09-19 Henri Verbeetr600g: fix exports_ps to export a number not a mask.
2010-09-19 Jakob Bornecrantzscons: Link against talloc in the Gallium DRI drivers
2010-09-19 Jakob Bornecrantzrbug: Add function to get opcode name string
2010-09-19 Jakob Bornecrantzrbug: Cast opcode to corrent int size
2010-09-19 Henri VerbeetRevert "r600g: Flush upload buffers before draws instea...
2010-09-19 Henri Verbeetr600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_...
2010-09-19 Tilman Sauerbeckgallium/docs: Fixed a typo in the SCS opcode description.
2010-09-19 Luca Barbieriauxiliary: fix depth-only and stencil-only clears
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-19 Henri Verbeetr600g: Remove a redundant flush in r600_texture_transfe...
next