mesa.git
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-23 Kenneth Graunkegenerate_builtins.py: Generate output in sorted order.
2010-08-23 Luca Barbierinvfx: improve fp temp accounting
2010-08-23 Brian Paultgsi: fix false CondStackTop==0 assertion
2010-08-23 Eric Anholtir_to_mesa: Fix constant array handling to return the...
2010-08-23 Carl Worthglcpp: Make standalone preprocessor work with a tty...
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Fix segfault in standalone preprocessor for...
2010-08-23 Carl Worthglcpp: Update generated glcpp-lex.c for the last two...
2010-08-23 Carl Worthglcpp: Fix handling of "#line 0"
2010-08-23 Carl Worthglcpp: Fix source numbers set with "#line LINE_NUMBER...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Update README file (new specifications and fewer...
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-23 Eric Anholtglsl: Trim the size of uniform arrays to the maximum...
2010-08-23 Eric Anholtmesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH.
2010-08-23 Roland Scheideggerutil: fix util_fill_rect to take util_color instead...
2010-08-23 Luca Barbierinvfx: emit bo relocations only when needed
2010-08-23 Eric Anholtglsl2: Add missing sig_iter.next() to the no-constant...
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-23 Chia-I Wuglapi: Clean up header inclusions.
2010-08-23 Chia-I Wumesa: Assorted fixes for es_generator.py on win32.
2010-08-23 Zhenyu Wangi965: Add sandybridge D0 pci ids
2010-08-23 Eric Anholtmesa: Fix typo in autoconf.in that made talloc cflags...
2010-08-23 Marek Olšákst/mesa: implement depth-only blit for BlitFramebuffer
2010-08-23 Marek Olšákutil: implement depth blitting in u_blit
2010-08-23 Marek Olšákst/mesa: fix BlitFramebuffer for D24S8 textures
2010-08-23 Brian Paulst/mesa: added st_is_depth_stencil_combined() function
2010-08-23 Eric Anholtglsl: Don't constant-fold in a constant in place of...
2010-08-23 Eric Anholtglsl: Convert constant folding to the rvalue visitor.
2010-08-23 Eric Anholtglsl: Don't tree-graft in an expression in place of...
2010-08-23 Brian Paulst/mesa: fix ReadPixels crashes when reading depth...
2010-08-23 Brian Paulmesa: use driver hook for creating new renderbuffers
2010-08-23 Brian Paulst/mesa: clean-up pipe_get_transfer() calls
2010-08-23 Eric Anholtmesa: AC_SUBST the talloc libs/cflags so the ./configur...
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 Jakob Bornecrantztranslate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM...
2010-08-22 Luca Barbieritranslate_sse: refactor constant management
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 Whitwellglx/xlib: configurable strict/non-strict buffer size...
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 Keith Whitwelldraw: reduce the size of the llvm variant key
2010-08-22 Keith Whitwellglx/xlib: remove another XSync
2010-08-22 Keith Whitwellglx/xlib: no need to call XSync from XMesaFlush
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 Henri Verbeetr600g: Don't blindly unmap NULL->size.
2010-08-22 José Fonsecasvga: Do not shortcut NULL surface relocations with...
2010-08-22 Eric Anholti965: Fix 8-wide FB writes on gen6.
2010-08-22 Eric Anholti965: Fix brw_math1 with scalar argument in gen6 FS.
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-08-22 Eric Anholti965: Use intel->gen >= 6 instead of IS_GEN6.
2010-08-22 Vinson Leelibgl-xlib: Include missing header in xlib.c.
2010-08-22 Vinson Leenvfx: Silence unused variable warning.
2010-08-22 Vinson Leemesa: Initialize member variables in ir_to_mesa_src_reg...
2010-08-22 Vinson Leemesa: Initialize variables in mesa_src_reg_from_ir_src_reg.
2010-08-22 Vinson Leeutil: Use #ifdef instead of #if.
2010-08-22 Vinson Leeutil: Define dump_cpu only for DEBUG builds.
2010-08-22 Vinson Leetranslate_sse: Silence uninitialized variable warnings.
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 Vinson Leeglsl: Silence uninitialized variable warning.
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-22 José Fonsecadraw: Don't assert if indices point outside vertex...
2010-08-22 José Fonsecamesa: Removed another unused variable.
2010-08-21 Vinson Leeglsl: Silence unused variable warning.
2010-08-21 Vinson Leeutil: Silence uninitialized variable warnings.
2010-08-21 Kenneth Graunkeglsl: Handle array declarations in function parameters.
2010-08-21 Luca Barbierinvfx: actually fix it properly
2010-08-21 Luca Barbierinvfx: fix incorrect assert
2010-08-21 Vinson Leeutil: Move loop variable declaration outside for loop.
2010-08-21 Vinson Leenvfx: Fix SCons build.
2010-08-21 Luca Barbierinvfx: fix warnings
2010-08-21 José Fonsecagallivm: Emit DIVPS instead of RCPPS.
2010-08-21 Luca Barbierinvfx: enable translate_sse
2010-08-21 Vinson Leeauxiliary: Add missing files to SCons build.
2010-08-21 Vinson Leeauxiliary: Reorder list of files in Makefile.
2010-08-21 Vinson Leescons: Fix nvfx build.
2010-08-21 Luca Barbierinvfx: slightly improve handling of overlong vps
2010-08-21 Luca Barbierinvfx: tweak CMP in fp
2010-08-21 Luca Barbierinvfx: implement CMP in vp
2010-08-21 Luca Barbierinvfx: implement TXL in fp
2010-08-21 Luca Barbierinvfx: implement SSG in fp
2010-08-21 Luca Barbierinvfx: implement DP2 in vp and fp
next