i965: Fix assignment instead of comparison in asserts.
[mesa.git] / src /
2013-01-28 Vinson Leei965: Fix assignment instead of comparison in asserts.
2013-01-28 Tapani Pälliandroid: use gralloc_drm_get_gem_handle api
2013-01-28 Paul Berryintel: Typo fix: "pitsh" -> "pitch"
2013-01-28 Jerome Glisser600g: fix segfault with old kernel
2013-01-25 Zack Rusinglx: only advertise GLX_INTEL_swap_event if it's supported
2013-01-28 Vadim Girlinr600g: improve inputs/interpolation handling with llvm...
2013-01-28 Tom Stellardr600g: Add ar_chan member to struct r600_bytecode
2013-01-28 Tom Stellardr600g: More robust checks for MOVA_INT instructions
2013-01-28 Vincent Lejeuner600g/llvm: Add dummy export for vs output
2013-01-28 Tom Stellardr600g: Fix building with --enable-r600-llvm-compiler
2013-01-28 Alex Deucherr600g: don't emit WAIT_UNTIL on cayman/TN (v2)
2013-01-28 Jerome Glisser600g: add async for staging buffer upload v2
2013-01-28 Jerome Glisser600g: add multi ring support with dma as first second...
2013-01-28 Jerome Glisseradeon/winsys: add dma ring support to winsys v3
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-28 Marek Olšákgallium/u_upload_mgr: fix a serious memory leak
2013-01-27 Christoph Bumillernouveau: don't try to use push_data if it's not implemented
2013-01-26 Marek Olšákr600g: add more cases for copying unsupported formats...
2013-01-26 Marek Olšákr600g: don't use radeon_surface_level::npix_x/y/z
2013-01-26 Marek Olšákr600g: fix compile warnings in r600_cp_dma_copy_buffer...
2013-01-26 Alex Deucherr600g: fix up CP DMA for VM on cayman and TN
2013-01-25 Brian Paulsvga: use pipe_sampler_view_release() in svga_cleanup_t...
2013-01-25 Brian Paulst/mesa: handle new GLSL IR enumerants in switch statements
2013-01-25 Brian Paulsvga: add NULL pointer check in svga_create_sampler_state()
2013-01-25 Brian Paulvbo: add a null pointer check to handle OOM instead...
2013-01-25 Brian Paulutil: add new error checking code in vbuf helper
2013-01-25 Brian Paulst/mesa: do proper error checking for u_upload_alloc...
2013-01-25 Brian Paulutil: add some defensive coding in u_upload_alloc()
2013-01-25 Brian Paulglsl: use glsl_strtof() instead of glsl_strtod()
2013-01-25 Brian Paulglsl: add new glsl_strtof() function
2013-01-25 Brian Paulsoftpipe: add casts to silence MSVC warnings
2013-01-25 Brian Paulutil: silence MSVC signed/unsigned comparison warnings
2013-01-25 Brian Paulutil: silence MSVC double->float conversion warnings
2013-01-25 Brian Paulutil: silence MSVC signed/unsigned warnings in debug_ge...
2013-01-25 Brian Paulst/mesa: silence assorted MSVC warnings in DrawPixels...
2013-01-25 Brian Paulswrast: silence a bunch of MSVC warnings
2013-01-25 Brian Paulmesa: use GLbitfield64 when copying program inputs
2013-01-25 Brian Paulmesa: add some casts to silence MSVC warnings
2013-01-25 Brian Paulmesa: add casts in _mesa_GetTexParameterfv() to silence...
2013-01-25 Matt Turneri965: Enable ARB_shading_language_packing
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Matt Turneri965: Lower the 4x8 pack/unpack operations
2013-01-25 Matt Turnerglsl: Add support for lowering 4x8 pack/unpack operations
2013-01-25 Matt Turnerglsl: Evaluate constant pack/unpack 4x8 expressions
2013-01-25 Matt Turnerglsl: Extend ir_expression_operation for ARB_shading_la...
2013-01-25 Matt Turnerglsl: Add IR lisp for ARB_shading_language_packing
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2013-01-25 Tom Stellardr600g: Don't build llvm_wrapper.cpp when we aren't...
2013-01-25 Eric Anholti965: Pass in the glarray to get_surface_type.
2013-01-25 Eric Anholti965: Remove nonsense comment.
2013-01-25 Eric Anholti965: Remove NDEBUG undef that was snuck in.
2013-01-25 Eric Anholti965: reuse _mesa_sizeof_type for index buffer types.
2013-01-25 Eric Anholti965: Reuse precalculated ib_type_size value.
2013-01-25 Eric Anholti965: Drop debug check for knowing the size of a type.
2013-01-25 Eric Anholti965: Stop worrying about alignment of vertex data.
2013-01-25 Eric Anholti965: Use the glarray _ElementSize that Mesa tracks...
2013-01-25 Eric Anholtmesa: Print more informative debug for _mesa_do_init_re...
2013-01-25 Ian Romanickglsl: Remove ir_variable::uniform_block
2013-01-25 Ian Romanickglsl: Allow dereferencing fields of an interface instance
2013-01-25 Ian Romanickglsl: Allow elimination of uniform block members
2013-01-25 Ian Romanickglsl: Calculate UBO data at link-time
2013-01-25 Ian Romanickglsl: Add link_uniform_blocks to calculate all UBO...
2013-01-25 Ian Romanickglsl: Add a visitor to determine whether a uniform...
2013-01-25 Ian Romanickglsl: Lower UBO references using link-time data instead...
2013-01-25 Ian Romanickglsl: Add gl_uniform_buffer_variable::IndexName field
2013-01-25 Ian Romanickglsl: Make the align function available elsewhere in...
2013-01-25 Ian Romanickglsl: Calculate link-time uniform block data without...
2013-01-25 Ian Romanickglsl: Assert that interfaces, like structures, are...
2013-01-25 Ian Romanickglsl: Add new uniform_field_visitor::process variant
2013-01-25 Ian Romanickglsl: Recurse into uniform blocks just like uniform...
2013-01-25 Ian Romanickglsl: Handle instance array declarations
2013-01-25 Ian Romanickglsl: Track blocks in the symbol table using the glsl_t...
2013-01-25 Ian Romanickglsl: Add new uniform_field_visitor::visit_field variant
2013-01-25 Ian Romanickglsl: Modify uniform_field_visitor::visit_field to...
2013-01-25 Ian Romanickglsl: Modify uniform_field_visitor::recursion to take...
2013-01-25 Ian Romanickglsl: Add a predicate to determine whether a variable...
2013-01-25 Ian Romanickglsl: Require that indices into uniform block arrays...
2013-01-25 Ian Romanickglsl: Add ir_variable::interface_type field
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Generate an interface type for uniform blocks
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Add row_major field to glsl_struct_field
2013-01-25 Ian Romanickglsl: Refactor out processing of structure fields
2013-01-25 Ian Romanickglsl: Parse interface array size
2013-01-25 Kenneth Graunkeglsl: Parse non-array uniform block instance names...
2013-01-25 Kenneth Graunkeglsl: Refactor uniform block parser rules.
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing
2013-01-25 Ian Romanickmesa: Track the packing mode of a UBO in gl_uniform_buffer
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Eric Anholti965: Correct gen6+ guardband calculation.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-25 Paul Berryi965/Gen6+: Enable ARB_ES3_compatibility extension
2013-01-25 Ian Romanickmesa/es3: Enable ES 3.0 API and shading language version
2013-01-25 Vinson Leescons: Add imports.c to builtin_compiler build.
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
next