summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-15i965: Do our lowering passes before the loop of optimization.Eric Anholt
2011-03-15glsl: Skip processing the first function's body in do_dead_functions().Eric Anholt
2011-03-15glsl: Whitespace fixup in opt_dead_functions.cpp.Eric Anholt
2011-03-15glsl: Skip processing of expression trees in discard simplification.Eric Anholt
2011-03-15glsl: Reduce processing of expression trees in do_structure_splitting.Eric Anholt
2011-03-15glsl: Skip processing expression trees in do_if_simplification().Eric Anholt
2011-03-15glsl: Skip processing expression trees in optimize_redundant_jumps()Eric Anholt
2011-03-15svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca
2011-03-15scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca
2011-03-15mesa: fix scons buildMarek Olšák
2011-03-15r300g: implement the texture barrierMarek Olšák
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák
2011-03-15mesa: add display list support for NV_texture_barrierMarek Olšák
2011-03-15mesa: regenerate glapi filesMarek Olšák
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich
2011-03-15st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.Mathias Fröhlich
2011-03-15glx: add ARB_create_context functions/ops to glx xmlDave Airlie
2011-03-15r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet
2011-03-14r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher
2011-03-14r600g: don't set per-MRT blend bits on R600Alex Deucher
2011-03-14r600g: Original R600 does not support per-MRT blendsAlex Deucher
2011-03-14r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher
2011-03-14r600g: Properly update MULTIWRITE_ENABLE in r600_pipe_shader_ps().Henri Verbeet
2011-03-14r600g: Fix the DB_SHADER_CONTROL mask in create_ds_state().Henri Verbeet
2011-03-14r600g: Properly update DB_SHADER_CONTROL in evergreen_pipe_shader_ps().Henri Verbeet
2011-03-14r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.Henri Verbeet
2011-03-14r600g: Move r600_pipe_shader_ps() to r600_state.c.Henri Verbeet
2011-03-14r600g: Move r600_pipe_shader_vs() to r600_state.c.Henri Verbeet
2011-03-14r600g: Evergreen add support for log opcode.Rafael Monica
2011-03-14autoconf/make: Don't specify individual llvm libraries.José Fonseca
2011-03-14i965: Enable texture lookups whose return type is 'float'Kenneth Graunke
2011-03-14i965: Fix tex_swizzle when depth mode is GL_REDChad Versace
2011-03-14i965: Remove dead assignmentChad Versace
2011-03-14glsl: Explicitly specify a type when reading/printing ir_texture.Kenneth Graunke
2011-03-14texture_builtins.py: Add support for 130-style Shadow sampler variants.Kenneth Graunke
2011-03-14mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8Marek Olšák
2011-03-14mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák
2011-03-14r300g: clamp after blending for fixed-point formats onlyMarek Olšák
2011-03-14glx: the server still needs __GLXcontext.Dave Airlie
2011-03-14ir_to_mesa: do not check the number of uniforms against hw limitsMarek Olšák
2011-03-14autoconf/llvm: fix build for disassemblerDave Airlie
2011-03-13gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
2011-03-13util: Silence gcc unitialized member warningJosé Fonseca
2011-03-13draw: Fix draw_variant_output::format's type.José Fonseca
2011-03-13nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller
2011-03-13rbug: Use the call mutexJakob Bornecrantz