gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / drivers / i915 / i915_state.c
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-06 Dave Airliedraw: introduce sampler num samples + stride members
2019-03-18 Brian Pauli915g: remove calls to pipe_sampler_view_release()
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-05-03 Brian Pauli915g: s/Elements/ARRAY_SIZE/
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-05-27 Stéphane Marchesini915g: handle more formats in copy
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
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-05 Stéphane Marchesini915g: Implement writemask fixup
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-04-18 Stuart Abercrombiei915g: Release old fragment shader sampler views with...
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
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-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-04 Brian Pauli915g: silence a const pointer warning
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-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_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-13 Stéphane MarchesinRevert "i915g: Implement stipple with draw."
2012-02-13 Stéphane Marchesini915g: Remove useless draw calls.
2012-02-13 Stéphane Marchesini915g: Don't emit state when it's already bound.
2012-02-13 Stéphane Marchesini915g: Implement stipple with draw.
2012-02-13 Stéphane Marchesini915g: Separate declarations and program in the fragmen...
2011-12-20 Stéphane Marchesini915g: Make the pipe_sampler_state struct non const...
2011-12-20 Stéphane Marchesini915g: Put the templates at the beggining of the struct...
2011-10-25 Stéphane Marchesini915g: Cleanup the vertex sampler interface a bit.
2011-10-11 Brian Pauli915g: fix warning about void pointer arithmetic
2011-10-09 Stéphane Marchesini915g: Fix comment.
2011-10-09 Stéphane Marchesini915g: Implement vertex textures.
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Stéphane Marchesini915g: Move back to the old method for target format...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Stéphane Marchesini915g: If we have a program, that means the other field...
2011-06-28 Stéphane Marchesini915g: fix shadow compare.
2011-06-27 Stéphane Marchesini915g: Add a comment about a bug.
2011-06-24 Stéphane Marchesini915g: Fix point sprites.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-12 Daniel Vetteri915g: implement copy_region using u_blitter
2011-03-12 Daniel Vetteri915g: fix use after free
2011-03-10 Daniel Vetteri915g: make set_framebuffer_state more robust
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Jakob Bornecrantzi915g: Enable mirror repeat wrap mode
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-01-24 Jakob Bornecrantzi915g: Remove draw_flushes and state that we don't...
2011-01-24 Jakob Bornecrantzi915g: Improve constant handling
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-21 Jakob Bornecrantzi915g: Don't do unnecessary copies of constants
2011-01-21 Jakob Bornecrantzi915g: Don't emit FS constants when VS contants change
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-20 Corbin Simpsongalahad, i915g: Copy over constant buffer index check.
2010-08-20 Corbin Simpsongalahad, i915g: Move over a few state asserts.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
next