mesa.git
2011-01-19 Dave Airlieradeon: calculate complete texture state inside TFP...
2011-01-19 Ben Skeggsdri/nouveau: allow multiple maps of surface buffers
2011-01-19 Dave Airlieradeon/r200: fix fbo-clearmipmap + gen-teximage
2011-01-19 Eric Anholti965: Fix a comment typo.
2011-01-19 Eric Anholti965: Fix a bug in i965 compute-to-MRF.
2011-01-18 Christian Königr600g: fix reserve_cfile for R700+
2011-01-18 Chad Versaceglsl: Fix segfault due to missing printf argument
2011-01-18 Chad Versaceglsl: Fix semantic checks on precision qualifiers
2011-01-18 Brian Paulllvmpipe: make sure binning is active when we begin...
2011-01-18 Brian Paulsoftpipe: rename some functions for consistency
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-18 Henri Verbeetr600g: Remove the unused eg_states_inc.h and r600_state...
2011-01-18 Henri Verbeetr600g: Simplify some r600_bc_add_alu_type() calls to...
2011-01-18 Brian Paulvbo: initialize num_instances in a few places
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in finding...
2011-01-18 Eric Anholtra: Remove unused "name" field in regs.
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in ra_select...
2011-01-18 Eric Anholtra: Add an adjacency list to trade space for time in...
2011-01-18 Eric Anholtglsl: Skip the rest of loop unrolling if no loops were...
2011-01-18 Eric Anholtra: Trade off some space to get time efficiency in...
2011-01-18 Brian Paulsoftpipe: added some null pointer checks
2011-01-18 Brian Paulsoftpipe: s/tex_cache/fragment_tex_cache/
2011-01-18 José FonsecaRemove executables from source tree.
2011-01-18 Andre Maasikasr600c: preserve correct buffer when using fbo
2011-01-18 Andre Maasikasr600: set border color as RGBA
2011-01-18 Andre Maasikasr600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do...
2011-01-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-17 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC
2011-01-17 Brian Paulst/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code
2011-01-17 Chad Versacedoxygen: Add doxyfile for glsl module
2011-01-17 Chad Versaceglsl: Refresh autogenerated parser files
2011-01-17 Chad Versaceglsl: Remove redundant semantic check in parser
2011-01-17 Chad Versaceglsl: Add support for default precision statements
2011-01-17 Chad Versaceglsl: Add semantic checks for precision qualifiers
2011-01-17 Chad Versaceglsl: Fix parser rule for type_specifier
2011-01-17 Chad Versaceglsl: Change default value of ast_type_specifier::precision
2011-01-17 Chad Versaceglsl: Check that 'centroid in' does not occur in vertex...
2011-01-17 Chad Versaceglsl: Check that interpolation quals only apply to...
2011-01-17 Chad Versaceglsl: Check that interpolation qualifiers do not preced...
2011-01-17 Chad Versaceglsl: Add method ast_type_qualifier::interpolation_string()
2011-01-17 Brian Paulvbo: init num_instances in split_prims()
2011-01-17 Brian Paultnl: assert that num_instances > 0
2011-01-17 Brian Paulmesa: s/primcount/numInstances/
2011-01-17 Dave Airlienouveau: fix build against out of tree libdrm
2011-01-16 Christian Königr600g: fix PIPE_CAP_INSTANCED_DRAWING warning
2011-01-16 Christian Königr600g: fix alu inst group merging for relative adressing
2011-01-16 Christoph Bumillernvc0: fix and enable instanced drawing and arrays
2011-01-16 Chia-I Wud3d1x: Fix broken build.
2011-01-16 Brian Paulmesa: minor tweaks in _mesa_set_fetch_functions()
2011-01-16 Brian Paulmesa: add comment for _mesa_get_srgb_format_linear()
2011-01-16 Brian Paulmesa: move declarations before code
2011-01-16 Dave Airliedocs: add GL_EXT_texture_sRGB_decode to relnotes
2011-01-16 Dave Airliegallium: add EXT_texture_sRGB_decode.
2011-01-16 Dave Airliei965: add support for EXT_texture_sRGB_decode
2011-01-16 Dave Airliemesa/swrast: implement EXT_texture_sRGB_decode
2011-01-16 Christian Königr600d: fix some bugs added reworking literal handling
2011-01-16 Brian Pauldocs: document GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: implement glGet queries for GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: display list support for GL_ARB_draw_buffers_blen...
2011-01-16 Brian Paulmesa: plug in GL_ARB_draw_buffers_blend functions
2011-01-16 Brian Paulglapi: regenerated files
2011-01-16 Brian Paulglapi: new entrypoint specs for GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-16 Brian Pauldocs: update GL3.txt status
2011-01-16 Brian Pauldocs: document GL_ARB_instanced_arrays
2011-01-16 Brian Paulst/mesa: GL_ARB_instanced_arrays support
2011-01-16 Brian Paulmesa: support for GL_ARB_instanced_arrays
2011-01-16 Brian Paulglapi: regenerated files
2011-01-16 Brian Paulglapi: GL_ARB_instanced_arrays support
2011-01-16 Brian Pauldraw: add missing LP_CHECK_MEMBER_OFFSET()
2011-01-16 Brian Paulst/mesa: move/consolidate an assignment
2011-01-16 Brian Pauldocs: document GL_ARB_draw_instanced
2011-01-15 Henri Verbeetr600g: Remove the redundant radeon_new() prototype.
2011-01-15 Henri Verbeetr600g: Fix some register value name typos.
2011-01-15 Henri Verbeetr600g: Get rid of r600_translate_vertex_data_type().
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: try to swap immediates to first source too
2011-01-15 Christoph Bumillernvc0: make sure all sources of the BIND op are distinct
2011-01-15 Christoph Bumillernvc0: update user vbufs on each draw call
2011-01-15 Christoph Bumillernvc0: enable early fragment tests where possible
2011-01-15 Christoph Bumillernvc0: upload small buffers through the command buffer
2011-01-15 Chia-I Wumesa: Add glDepthRangef and glClearDepthf to APIspec...
2011-01-15 Chia-I Wutargets/egl-static: Assorted cleanups and fixes.
2011-01-15 Chia-I Wutargets/egl: i965 needs libwsw.
2011-01-15 Eric Anholtmesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_co...
2011-01-15 Eric Anholtmesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
2011-01-15 Eric Anholtmesa: Add support for glDepthRangef and glClearDepthf.
2011-01-15 Eric Anholtir_to_mesa: Fix segfaults on ir_to_mesa invocation...
2011-01-15 Brian Paulglsl: fix implicit int to bool warning
2011-01-15 Brian Pauldocs: skeleton file for 7.11 release notes, add missing...
2011-01-15 Vinson Leemesa: Dynamically allocate acp array in ir_to_mesa_visi...
2011-01-14 Eric Anholtmesa: Add actual support for glReleaseShaderCompiler...
2011-01-14 Eric Anholtintel: Expose GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholtmesa: Add extension enable bit for GL_ARB_ES2_compatibi...
2011-01-14 Eric Anholtglapi: Regenerate for GL_ARB_ES2_compatibility.
2011-01-14 Eric Anholtglapi: Add entrypoints and enums for GL_ARB_ES2_compati...
2011-01-14 Alex Deucherr600g: compiler helper opcode fixes for evergreen
2011-01-14 Alex Deucherr600g: pass r600_bc to some addition compiler helper...
2011-01-14 Vinson Leegenerate_builtins.py: Whitespace fixes.
2011-01-14 Vinson Leegenerate_builtins.py: Fix builds using Python 2.5.
next