Add release notes for the 10.4.7 release
[mesa.git] / src /
2015-03-20 Dave Airliemesa: reorder gl_light_attrib
2015-03-20 Dave Airliemesa: reorder gl_framebuffer
2015-03-20 Dave Airliemesa: fix hole in vertex_array_object
2015-03-20 Dave Airliemesa: repack gl_texture_attrib.
2015-03-20 Dave Airliemesa: reduce gl_colorbuffer_attrib and gl_fog_attrib
2015-03-20 Dave Airliemesa: reorder gl_image_unit
2015-03-20 Dave Airliemesa: reorder gl_program, gl_shader, gl_shader_program
2015-03-20 Dave Airliemesa: reorder gl_transform_feedback_object
2015-03-20 Dave Airliemesa: reorder prog_instruction
2015-03-20 Dave Airliemesa: reorder gl_array_attrib
2015-03-20 Dave Airliemesa: reorder gl_client_array
2015-03-20 Dave Airliemesa: reorder gl_texture_unit
2015-03-20 Dave Airliemesa: reorder gl_point_attrib
2015-03-20 Dave Airliemesa: reorder gl_multisample_attrib
2015-03-20 Ian Romanicki965/fs: Use correct null destination register in cmod...
2015-03-20 Connor Abbotti965/fs: bail on move-to-flag in sel peephole
2015-03-20 Francisco Jerezi965: Mask out unused Align16 components in brw_untyped...
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Don't disable exec masking for sampler message...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-03-20 Kenneth Graunkei965/skl: Break down SIMD16 3-source instructions when...
2015-03-20 Neil Robertsi965: Refactor SIMD16-to-2xSIMD8 checks.
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-20 Fredrik Höglundmesa: Make sure the buffer exists in _mesa_lookup_buffe...
2015-03-19 Dave Airlieu_primconvert: add primitive restart support
2015-03-19 Kenneth Graunkei965/fp: Emit discard jumps.
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support in CopyTextureSubIma...
2015-03-19 Laura Ekstrandmain: Simplify debug messages for CopyTex*SubImage*D.
2015-03-19 Ian Romanickglsl: Annotate as_foo functions that the this pointer...
2015-03-19 Paul Berrymain: Change the type argument of use_shader_program...
2015-03-19 Paul Berrymain: Clean up a strange construction in use_shader_pro...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Jason Ekstrandnir/lower_io: Add a assign_locations function that...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-19 Brian Paulgallivm: remove unused 'builder' variable
2015-03-19 Brian Paulmesa: use more descriptive error messages for glUniform...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-19 Matt Turnerutil: Optimize _mesa_roundeven with SSE 4.1.
2015-03-19 Matt Turnerutil: Add a roundeven test.
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-19 Matt Turneri965/fs: Ignore type in cmod prop if scan_inst is CMP.
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-18 Dave Airlieegl: don't fill client apis string forever.
2015-03-18 Jose Fonsecaswrast: Use BITFIELD64_BIT for arrayAttribs.
2015-03-18 Jose Fonsecascons: Don't link program_lexer.l/y twice.
2015-03-18 Jose Fonsecagallivm: Use INFINITY directly.
2015-03-18 Brian Pauldri: add _glapi_set_nop_handler(), _glapi_new_nop_table...
2015-03-18 Brian Paulmesa: remove MSVC warning pragmas
2015-03-18 Brian Paulmesa: add void to format_array_format_table_init()...
2015-03-18 Brian Paulmapi: move some #includes from .h file to .c files
2015-03-18 Brian Paulmesa: make _mesa_alloc_dispatch_table() static
2015-03-18 Brian Paulmesa: reimplement dispatch table no-op function handling
2015-03-18 Brian Paulmapi: add new _glapi_new_nop_table() and _glapi_set_nop...
2015-03-18 Rob Clarkfreedreno/ir3: fix infinite recursion in sched
2015-03-18 Rob Clarkfreedreno: fix spelling
2015-03-18 Marek Olšákradeonsi: increase coords array size for radeon_llvm_em...
2015-03-18 Chris Wilsoni965: Defer the throttle until we submit new commands
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-18 Jason Ekstrandnir/peephole_select: Allow uniform/input loads and...
2015-03-18 Jason Ekstrandnir/peephole_select: Copy instructions into the block...
2015-03-18 Jason Ekstrandnir/peephole_select: Rename are_all_move_to_phi and...
2015-03-17 Mario Kleinerglx: Handle out-of-sequence swap completion events...
2015-03-17 Emil Velikovr600g: constify r600_shader_tgsi_instruction lists.
2015-03-17 Emil Velikovr600g: kill off r600_shader_tgsi_instruction::{tgsi_opc...
2015-03-17 Emil Velikovr600g: use the tgsi opcode from parse.FullToken.FullIns...
2015-03-17 Ian Romanicki965/fs: Apply gl_FrontFacing ? -1 : 1 optimization...
2015-03-17 Ian Romanicki965/fs: Change try_opt_frontfacing_ternary to eliminat...
2015-03-17 Ian Romanicki965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly...
2015-03-17 Matt Turneri965: Mark paths in linear <-> tiled functions as unrea...
2015-03-17 Matt Turneregl: Remove eglQueryString virtual dispatch.
2015-03-17 Laura Ekstrandmain: Correct _mesa_error with no format in bufferobj.c.
2015-03-17 Laura Ekstrandmain: Cosmetic changes to GetBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Cosmetic updates to GetBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry points for GetNamedBufferParameteri...
2015-03-17 Laura Ekstrandmain: Refactor GetBufferParameteri[64]v.
2015-03-17 Laura Ekstrandmain: Add entry point for FlushMappedNamedBufferRange.
2015-03-17 Laura Ekstrandmain: Refactor FlushMappedBufferRange.
2015-03-17 Laura Ekstrandmain: Add entry point for UnmapNamedBuffer.
2015-03-17 Laura Ekstrandmain: Add entry points for MapNamedBuffer[Range].
2015-03-17 Laura Ekstrandmain: Refactor MapBuffer[Range].
2015-03-17 Laura Ekstrandmain: Minor whitespace fixes in ClearNamedBuffer[Sub...
2015-03-17 Laura Ekstrandmain: Add entry points for ClearNamedBuffer[Sub]Data.
2015-03-17 Laura Ekstrandmain: Refactor ClearBuffer[Sub]Data.
2015-03-17 Laura Ekstrandmain: Add entry point for CopyNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Improve errors and style in BufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferData.
2015-03-17 Laura Ekstrandmain: Add entry point for NamedBufferStorage.
2015-03-17 Laura Ekstrandmain: Add entry point for CreateBuffers.
2015-03-17 Laura EkstrandRevert "main: _mesa_cube_level_complete checks NumLayers."
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
2015-03-17 Tapani Pällii965/fs: in MAD optimizations, switch last argument...
2015-03-16 Roland Scheideggergallivm: abort properly when running out of buffer...
next