r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().
[mesa.git] / src /
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 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 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 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 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-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 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.
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-14 Eric Anholtmesa: Simplify _mesa_base_fbo_format by making it excep...
2011-01-14 Eric Anholtmesa: Add channel-wise copy propagation to ir_to_mesa.
2011-01-14 Eric Anholti915: Fix compiler warning from sw fallback removal...
2011-01-14 Vinson Leer600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_IN...
2011-01-14 Kristian Høgsberggles2: Also support GL_BGRA_EXT for glTexSubImage2d
2011-01-14 Christian Königr600g: add more missing instructions to r600_bc_get_num...
2011-01-14 Chia-I Wuegl: Fix EGL_VERSION string.
2011-01-14 Chia-I Wuegl: Fix an assertion in _eglUpdateAPIsString.
2011-01-14 Dave Airliei965: fix fbo-srgb on i965.
2011-01-14 Dave Airliesrgb: fix fbo base format picking.
2011-01-14 Chad Versacei915: Disable extension OES_standard_derivatives
2011-01-14 Chad Versacemesa: Change OES_standard_derivatives to be stand-alone...
2011-01-13 Vinson Leer600g: Move declaration before code in r600_asm.c.
2011-01-13 Christian Königr600g: rework literal handling
2011-01-13 Christian Königr600g: merge alu groups
2011-01-13 Christian Königr600g: implement replacing gpr with pv and ps
2011-01-13 Ian Romanickglsl: Emit errors or warnings when 'layout' is used...
next