vl: Initialize pipe_vertex_buffer.user_buffer fields.
[mesa.git] / src /
2012-05-09 Tom Stellardradeon/llvm: Remove AMDGPUConstants.pm
2012-05-09 Tom Stellardradeon/llvm: Don't rely on tablegen for lowering int_AM...
2012-05-09 Tom Stellardradeon/llvm: Make sure the LOAD_CONST def uses the...
2012-05-09 Brian Paulsvga: implement CEIL opcode translation
2012-05-09 Christoph Bumillerglsl_to_tgsi: use TGSI_OPCODE_CEIL for ir_unop_ceil
2012-05-09 Christoph Bumillergallium/drivers: handle TGSI_OPCODE_CEIL
2012-05-09 Kai Wasserbächr600g: Handle TGSI_OPCODE_CEIL (v2)
2012-05-09 Dave Airliegallivm: implement iabs/issg opcode.
2012-05-09 Yuanhan Liui965: fix wrong cube/3D texture layout
2012-05-08 Tom Stellardradeon/llvm: Remove AMDILUtilityFunctions.cpp
2012-05-08 Tom Stellardradeon/llvm: Remove some unused functions from AMDILIns...
2012-05-08 Tom Stellardradeon/llvm: Add some comments and fix coding style
2012-05-08 Tom Stellardradeon/llvm: Remove the EXPORT_REG instruction
2012-05-08 Tom Stellardradeon/llvm: Use a custom inserter to lower RESERVE_REG
2012-05-08 Tom Stellardradeon/llvm: Use a custom inserter to lower STORE_OUTPUT
2012-05-08 Tom Stellardradeon/llvm: Remove AMDGPULowerShaderInstructions class
2012-05-08 Tom Stellardradeon/llvm: Use a custom inserter to lower LOAD_INPUT
2012-05-08 Tom Stellardradeon/llvm: Remove the ReorderPreloadInstructions...
2012-05-08 Tom Stellardradeon/llvm: Remove old comment from AMDIL.h
2012-05-08 Olivier Galibertglsl: Change built-in constant expression evaluation...
2012-05-08 Olivier Galibertglsl: Add an origin pointer in the function signature...
2012-05-08 Olivier Galibertglsl: Add methods to copy parts of one ir_constant...
2012-05-08 Olivier Galibertglsl: Add a constant_referenced method to ir_dereference*
2012-05-08 Olivier Galibertglsl: Add a variable context to constant_expression_val...
2012-05-08 Olivier Galibertglsl: Extend ir_constant::zero to handle more types.
2012-05-08 Kenneth Graunkeglsl: Fix broken constant expression handling for ...
2012-05-08 Brian Paulvbo: add some comments
2012-05-08 Brian Paulmesa: remove needless casts in save_EdgeFlag()
2012-05-08 Brian Paulmesa: minor clean-ups in dlist material code
2012-05-08 Brian Paulmesa: fix error strings in dlist code
2012-05-08 Marek Olšákmesa: add gl_context::NewDriverState and use it for...
2012-05-08 Marek Olšákmesa: move gl_client_array*[] from vbo_draw_func into...
2012-05-08 Marek Olšákvbo: move vbo_draw_method into vbo_context.h
2012-05-07 Vadim Girlinradeon/llvm: add suport for cube textures
2012-05-07 Vadim Girlinradeon/llvm: add support for CUBE ALU instruction
2012-05-07 Vadim Girlinradeon/llvm: add support for some ALU instructions
2012-05-07 Vadim Girlinradeon/llvm: add missing cases for BREAK/CONTINUE
2012-05-07 Vadim Girlinradeon/llvm: add support for AHSR/LSHR/LSHL instructions
2012-05-07 Vadim Girlinradeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
2012-05-07 Vadim Girlinradeon/llvm: add support for VertexID, InstanceID
2012-05-07 Vadim Girlinradeon/llvm: fix live-in handling for inputs
2012-05-07 Vadim Girlinradeon/llvm: add support for v4i32
2012-05-07 Vadim Girlinradeon/llvm: fix ABS_i32 instruction lowering
2012-05-07 Vadim Girlinradeon/llvm: use integer comparison for IF
2012-05-07 Vadim Girlinradeon/llvm: use bitcasts for integers
2012-05-07 Tom Stellardr600g: Fix out of tree builds that use the LLVM backend
2012-05-07 Tom Stellardradeon/llvm: Remove references to DebugFlag and isCurre...
2012-05-07 Paul Berryi965/Gen7: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965/Gen6: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryfbo: Only reuse depth/stencil attachments if the parame...
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-07 Chad Versaceintel: Disable ARB_framebuffer_object in ES contexts
2012-05-07 Marcin Slusarznv50: handle VP without inputs
2012-05-06 Christoph Bumillernvc0/ir: allow abs,neg source modifiers with ceil,floor...
2012-05-06 Christoph Bumillernv50/ir/opt: don't lose saturation in tryCollapseChaine...
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
2012-05-06 Christoph Bumillernouveau: fix nouveau_scratch_runout_release bo count...
2012-05-06 Jordan Justenmesa: Add primitive restart support to glArrayElement
2012-05-05 Baldo Davideauxiliary/os: Add missing signal.h include.
2012-05-05 Kenneth Graunkeintel: Remove pointless software fallback for glBitmap...
2012-05-04 Eric Anholtglsl: Fix regression in function out-parameter lvalue...
2012-05-04 Eric Anholtmesa: Prevent buffer underrun when handling MESA_GL_EXT...
2012-05-04 Eric Anholti965/fs: Fix regression in comparison handling from...
2012-05-04 Eric Anholtglsl: Don't consider unused FS out variables as being...
2012-05-04 Eric Anholti965: Add a comment about the state flag for sRGBEnabled.
2012-05-04 Eric Anholtintel: Return success when asked to allocate a 0-width...
2012-05-04 Eric Anholtglsl: Always copy the index when cloning a variable.
2012-05-04 Eric Anholti965: Add support for GL_ARB_draw_buffers_blend.
2012-05-04 Christoph Bumillernv50: fix typo causing NULL-deref in nv50_resource_resolve
2012-05-04 Christoph Bumillernv50/ir: move expansion of IMUL to later stage and...
2012-05-04 Christoph Bumillernv50: implement stream output
2012-05-04 Christoph Bumillernv50: enable array textures
2012-05-04 Brian Paulsvga: specify 4-byte aligned vertex elements
2012-05-04 Brian Paulgallivm: fix comment typo
2012-05-04 Brian Paulmesa: do more teximage error checking for generic compr...
2012-05-04 Vinson Leescons: Do not build EGL on Solaris.
2012-05-03 Jeremy Huddlestondarwin: Use ASL for logging
2012-05-03 Jeremy Huddlestondarwin: Make reported errors more user-friendly
2012-05-03 Jeremy Huddlestondarwin: Fix an error message
2012-05-03 Robert Hookeregl_dri2: Fix out of tree builds with the wayland backe...
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-05-03 Tom Stellardr600g/llvm: Mask write of pred_inst in llvm_if()
2012-05-03 Tom Stellardr600g/llvm: Lower ULT A, B, C to SETGT_UINT A, C, B
2012-05-03 Tom Stellardr600g: Print integer values of literal constants in...
2012-05-03 Tom Stellardr600g: Add support for reading BREAK_LOGICALZ_i32 from...
2012-05-03 Tom Stellardr600g/llvm: Don't duplicate R600 intrinsics installed...
2012-05-02 Tom Stellardr600g: Fix the evergreen offset/end register definitions
2012-05-02 Dylan Noblesmithglsl: report errors via GL_ARB_debug_output
2012-05-02 Dylan Noblesmithglsl: add gl_context member
2012-05-02 Dylan Noblesmithmesa: add _mesa_shader_debug()
2012-05-02 Dylan Noblesmithglsl: consolidate error/warning code
2012-05-02 Tom Stellardradeon/llvm: Fix MachineInstr dump
2012-05-02 Adam Rakr600g: fixed the bug with VTX fetches in TEX clauses...
2012-05-02 Tom Stellardwinsys/radeon: Get max_pipes from the kernel
2012-05-02 Tom Stellardr600g: Add support for reading vertex fetches from...
2012-05-02 Tom Stellardr600g: Add support for reading native instructions...
2012-05-02 Tom Stellardr600g: Add FC_NATIVE instruction
2012-05-02 Dave Airlier600g: bypass alpha for integer types (v2)
2012-05-02 José Fonsecagallivm: Use debug_printf in lp_build_printf.
2012-05-02 José Fonsecagallivm: Avoid LLVMAddGlobalMapping() in lp_bld_assert().
next