copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImage
[mesa.git] / src / mesa / drivers /
2013-01-14 Carl Worthi965: Avoid blending with destination alpha when RB...
2013-01-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-13 Adam Jacksonr200: Fix probable thinko in r200EmitArrays
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2013-01-12 Kenneth Graunkei965: Fix build error with clang.
2013-01-12 Kenneth Graunkei965/fs: Don't mix integer/float immediates in i2b...
2013-01-12 Kenneth Graunkei965: Add an INTEL_DEBUG=no16 option.
2013-01-12 José Fonsecascons: Update for xmlpool/options.h generation.
2013-01-11 Carl Worthdrirc: Add quirk to disable GLSL line continuations...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2013-01-11 Carl Worthdriconf: Add proper dependency for compiling .mo files...
2013-01-11 Carl Worthdriconf: Add translation-generation to build system...
2013-01-11 Carl Worthdriconf: Fix German translations by removing a couple...
2013-01-11 Chad Versacedriconf: Fix gen_xmlpool.py script to allow running...
2013-01-11 Carl Worthdriconf: Add some translations which have been availabl...
2013-01-11 Carl Worthdriconf: Add option definitions to source file, not...
2013-01-11 Ian Romanickmesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
2013-01-11 Ian Romanicki965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-09 Paul Berryintel: Clean up confusion between logical and physical...
2013-01-09 Paul Berryintel: Add a force_y_tiling parameter to intel_miptree_...
2013-01-09 Paul Berryintel: Move compute_msaa_layout earlier in file.
2013-01-08 Kenneth Graunkei965/fs: Fix struct vs. class in acp_entry definitions.
2013-01-08 Paul Berrymesa: Add ALIGN() macro to main/macros.h.
2013-01-08 Kenneth Graunkei965: Support GL_FIXED and packed vertex formats native...
2013-01-08 Kenneth Graunkei965: Add #defines for GL_FIXED vertex formats.
2013-01-08 Kenneth Graunkei965: Add remaining #defines for packed vertex formats.
2013-01-08 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-08 Kenneth Graunkei965/fs: Remove dead code from generate_uniform_pull_co...
2013-01-05 Ian Romanickintel: Fix copy-and-paste bug setting gl_constants...
2013-01-04 Brian Paulxlib: allow GLX_DONT_CARE for glXChooseFBConfig() attri...
2013-01-04 Paul Berryi965: Fix glCompressedTexSubImage2D offsets for ETC...
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
2013-01-03 smokiradeon/r200: Fix tcl culling
2013-01-03 Vinson Leei965: Add break statement at end of BRW_OPCODE_CONTINUE...
2013-01-02 Paul Berrymesa: Fix error reporting in _mesa_invalidate_pbo_...
2013-01-01 Brian Paulxlib: handle _mesa_initialize_visual()'s return value
2012-12-29 Kenneth Graunkei965: Fail to blit rather than assert on invalid pitch...
2012-12-28 Eric Anholtintel: Skip texture validation logic when nothing has...
2012-12-28 Eric Anholtintel: Turn a test in miptree_match_image into an assert.
2012-12-28 Eric Anholti965: Stop making a copy of non-builtin uniforms in...
2012-12-28 Eric Anholti965: Consistently use nr_pull_params instead of NumPar...
2012-12-28 Eric Anholti965/vs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
2012-12-28 Eric Anholti965: Add texrect scale parameters before pointers...
2012-12-28 Eric Anholti965: Fix a typo in a comment.
2012-12-28 Eric Anholti965: Add a note about a bug from the no-recompile...
2012-12-26 Eric Anholti965: Fix border color handling for deprecated SNORM...
2012-12-26 Eric Anholti965: Start using HIZ for Z16 textures.
2012-12-26 Eric Anholtintel: Use the parent miptree's format for setting...
2012-12-22 Eric Anholtintel: Remove a couple of dead function prototypes.
2012-12-22 Eric Anholti965: Add perf debug for depth/stencil alignment workar...
2012-12-22 Eric Anholti965: Assert that relayout laid out something that...
2012-12-22 Eric Anholti965: Also fix validation of Z32F_S8 textures.
2012-12-22 Eric Anholti965: Fix validation of ETC miptrees.
2012-12-22 Eric Anholtqi965: Add perf debug for texture relayout.
2012-12-22 Eric Anholti965: Fix hiz resolves getting stomped by depth offset...
2012-12-18 Paul Berryi965: Fix gl_VertexID when there are no other vertex...
2012-12-18 Paul Berrymesa: Make a function is_transform_feedback_active_and_...
2012-12-18 Paul Berrymesa: refactor _mesa_compute_max_transform_feedback_ver...
2012-12-18 Paul Berrymesa: Change args to vbo_count_tessellated_primitives.
2012-12-17 Brian Paulwmesa: include version.h to silence warning
2012-12-17 Brian Paulxlib: include headers to fix errors/warnings
2012-12-17 Jordan Justenmesa osmesa/x11: fix build error introduced in 4bea4cb9
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-12-15 Kenneth Graunkei965: Move BRW_MAX_GRF and similar defines to brw_reg.h.
2012-12-15 Kenneth Graunkei965: Split struct brw_reg out from brw_eu.h into its...
2012-12-15 Ian Romanicki965: Add missing autoconf bits so test_vec4_register_c...
2012-12-15 Eric Anholti965: Generalize VS compute-to-MRF for compute-to-anoth...
2012-12-15 Eric Anholti965/vs: Extend opt_compute_to_mrf to handle limited...
2012-12-15 Eric Anholti965/vs: Add a unit test for opt_compute_to_mrf().
2012-12-15 Eric Anholti965/fs: Drop an unnecessary _safe on a list walk.
2012-12-15 Eric Anholti965/fs: Add a note explaining a detail of register_coa...
2012-12-14 Eric Anholti965: Also consider HALTs a potential block end.
2012-12-14 Kenneth Graunkei965: Jump to the end of the next outer conditional...
2012-12-14 Chris Forbesi965: expose ARB_texture_cube_map_array
2012-12-14 Eric Anholti965/fs: Fix setup for textureGrad(samplerCubeArray...
2012-12-14 Eric Anholti965/fs: Move the failure for gen7 16-wide intdiv to...
2012-12-14 Chris Forbesi965: fs: Add fixup for textureSize on Gen6/7
2012-12-14 Chris Forbesi965: fs: fix gen6+ math operands in one place
2012-12-14 Chris Forbesi965: vs: Add fixup for textureSize with cube array...
2012-12-14 Chris Forbesi965/vs: Fix gen6+ math operand quirks in one place
2012-12-14 Chris Forbesi965: Add various plumbing for cubemap arrays
2012-12-14 Eric Anholti965/fs: Add empirically-determined instruction latenci...
2012-12-14 Eric Anholti965/fs: Fix the clock increment in scheduling.
2012-12-14 Eric Anholti965/fs: Move the old gen4 bspec-based scheduling info...
2012-12-14 Eric Anholti965/fs: Set up gen7 UBO loads as sends from GRFs.
2012-12-14 Eric Anholti965/fs: Before reg alloc, schedule instructions to...
2012-12-14 Eric Anholti965/fs: Add some optional debug printfs to scheduling.
2012-12-14 Eric Anholti965/fs: Schedule instructions both before and after...
2012-12-14 Eric Anholti965: Make sure that the shader_time report at context...
2012-12-14 Eric Anholti965: Print a total time for the different shader stages.
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-14 Eric Anholti965: Adjust the split between shader_time_end() and...
2012-12-13 Kenneth Graunkei965: Fix disassembly of jump targets on Gen7.
2012-12-12 Kenneth Graunkei965: Make try_rewrite_rhs_to_dst compare VGRF size...
2012-12-12 Marek Olšákmesa: don't advertise ARB_texture_buffer_object in...
next