s/Tungsten Graphics/VMware/
[mesa.git] / src / gallium / drivers / i915 /
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-14 Marek Olšákgallium/u_blitter: remove useless parameters from some...
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-12 Stephane Marchesini915g: Fix assert
2013-10-08 Stéphane Marchesini915g: Rename sampler to fragment_sampler
2013-10-08 Stéphane Marchesini915g: Fix the sampler bind function
2013-10-03 Brian Pauli915g: remove old bind_vertex/fragment_sampler_states...
2013-10-03 Brian Pauli915g: implement pipe_context::bind_sampler_states()
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-09-06 Stéphane Marchesini915g: Document fall-through switch
2013-09-06 Stéphane Marchesini915g: Handle i915->batch == NULL correctly in flush
2013-09-06 Stéphane Marchesini915g: Remove useless comparison
2013-09-06 Stéphane Marchesini915g: Fix initial array index
2013-09-05 Stéphane Marchesini915g: Implement writemask fixup
2013-09-05 Stéphane Marchesini915g: Stop calling draw_prepare_shader_outputs
2013-09-04 Stéphane Marchesini915g: Add more optimizations
2013-08-03 Zack Rusindraw: inject frontface info into wireframe outputs
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-08 Stéphane Marchesini915: Use Y tiling for textures
2013-05-08 Stéphane Marchesini915g: Optimize batchbuffer sizes
2013-05-08 Stéphane Marchesini915g: Add more PIPE_CAP_* support
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 Stuart Abercrombiei915g: Release old fragment shader sampler views with...
2013-04-03 Christoph Bumillergallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-09 Stéphane Marchesini915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
2013-03-09 Stéphane Marchesini915g: Update TODO
2013-02-04 Brian Paulgallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPO...
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turneri915g: Convert to automake
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2012-12-20 José Fonsecagallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELA...
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-10-31 Marek Olšákgallium: expose ARB_map_buffer_alignment on Radeon
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-18 Marek Olšákgallium: remove unused data pointer from pipe_transfer
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-09 Marek Olšáki915g: fix unused variable and type conversion warnings
2012-10-08 Stéphane Marchesini915g: Don't clobber I915_NEW_FS on new framebuffer.
2012-10-06 Stéphane Marchesini915g: Call draw_set_mapped_vertex_buffer from draw_vbo
2012-10-05 Stéphane Marchesini915g: Get rid of the fixup state functions.
2012-10-05 Stéphane Marchesini915g: Remove the i915_context->saved_* stuff.
2012-10-05 Stéphane Marchesini915g: Don't update I915_HW_PROGRAM in update_framebuffer
2012-10-05 Stéphane MarchesinRevert "i915g: Don't bind 0-length programs"
2012-10-04 Stéphane Marchesini915g: Don't bind 0-length programs
2012-10-03 Stéphane Marchesini915g: Implement srgb textures the easy way.
2012-10-03 Stéphane Marchesini915g: Use X tiling for textures
2012-09-30 Marek Olšáki915g: implement blit
2012-09-30 Marek Olšákgallium/u_blitter: add gallium blit implementation
2012-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
2012-08-15 Marek Olšákgallium/u_blitter: implement blitting multisample resources
2012-08-04 Brian Pauli915g: silence a const pointer warning
2012-08-04 Marek Olšákgallium/u_blitter: add a query for checking whether...
2012-08-04 Marek Olšákgallium/u_blitter: remove fallback for stencil copy...
2012-07-13 José Fonsecadraw,gallivm: Fix draw_get_shader_param.
2012-07-10 Marek Olšákgallium: add QUERY_TIMESTAMP cap and get_timestamp...
2012-06-27 Stéphane Marchesini915g: Implement sRGB textures
2012-06-19 Fredrik Höglundgallium: Add PIPE_CAP_START_INSTANCE
2012-06-16 Stéphane Marchesini915g: More ops commute.
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-10 Michael Karcheri915g: Fix depth/stencil glClear
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-25 Vinson Leei915g: Check for geometry shader earlier in i915_set_co...
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Christoph Bumillergallium/drivers: handle TGSI_OPCODE_CEIL
2012-04-29 Marek Olšákgallium: remove pipe_resource::user_ptr
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_index_buffer
2012-04-29 Marek Olšákgallium: remove pipe_context::redefine_user_buffer
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-04-29 Marek Olšákgallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
2012-04-29 Marek Olšákgallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_U...
2012-04-23 Marek Olšáki915g: report that all vertex formats are supported
2012-04-23 Marek Olšákgallium drivers: report that user vertex buffers are...
2012-04-23 Marek Olšákgallium: add user_ptr in pipe_resource
2012-04-13 Stéphane MarchesinRevert "i915g: Implement stipple with draw."
2012-04-13 Stéphane MarchesinRevert "i915g: Remove unused poly stipple state."
2012-03-30 Marek Olšákgallium: adapt to get_query_result interface change
next