index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
/
i915_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915g: remove calls to pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-8
/
+2
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-12
/
+0
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-4
/
+4
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-1
/
+0
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-6
/
+4
*
i915g: handle more formats in copy
Stéphane Marchesin
2014-05-26
1
-0
/
+21
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-2
/
+20
*
i915g: Fix assert
Stephane Marchesin
2013-10-12
1
-1
/
+1
*
i915g: Rename sampler to fragment_sampler
Stéphane Marchesin
2013-10-07
1
-3
/
+3
*
i915g: Fix the sampler bind function
Stéphane Marchesin
2013-10-07
1
-19
/
+30
*
i915g: remove old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
1
-2
/
+0
*
i915g: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+22
*
i915g: Implement writemask fixup
Stéphane Marchesin
2013-09-04
1
-8
/
+7
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-5
/
+10
*
i915g: Release old fragment shader sampler views with current pipe
Stuart Abercrombie
2013-04-17
1
-3
/
+8
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
1
-6
/
+6
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-6
/
+6
*
i915g: fix unused variable and type conversion warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
i915g: Don't clobber I915_NEW_FS on new framebuffer.
Stéphane Marchesin
2012-10-08
1
-1
/
+1
*
i915g: Call draw_set_mapped_vertex_buffer from draw_vbo
Stéphane Marchesin
2012-10-06
1
-14
/
+0
*
i915g: Get rid of the fixup state functions.
Stéphane Marchesin
2012-10-05
1
-37
/
+0
*
i915g: Remove the i915_context->saved_* stuff.
Stéphane Marchesin
2012-10-05
1
-27
/
+8
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+3
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-6
/
+6
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
1
-0
/
+3
*
i915g: silence a const pointer warning
Brian Paul
2012-08-04
1
-1
/
+1
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-3
/
+0
*
i915g: Check for geometry shader earlier in i915_set_constant_buffer.
Vinson Lee
2012-05-24
1
-4
/
+4
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+9
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-1
/
+0
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-1
/
+3
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
*
Revert "i915g: Implement stipple with draw."
Stéphane Marchesin
2012-04-12
1
-1
/
+1
*
i915g: Remove useless draw calls.
Stéphane Marchesin
2012-02-12
1
-36
/
+0
*
i915g: Don't emit state when it's already bound.
Stéphane Marchesin
2012-02-12
1
-0
/
+32
*
i915g: Implement stipple with draw.
Stéphane Marchesin
2012-02-12
1
-1
/
+4
*
i915g: Separate declarations and program in the fragment program struct.
Stéphane Marchesin
2012-02-12
1
-0
/
+6
*
i915g: Make the pipe_sampler_state struct non const and get rid of useless me...
Stéphane Marchesin
2011-12-19
1
-1
/
+1
*
i915g: Put the templates at the beggining of the structures.
Stéphane Marchesin
2011-12-19
1
-2
/
+2
*
i915g: Cleanup the vertex sampler interface a bit.
Stéphane Marchesin
2011-10-25
1
-3
/
+3
*
i915g: fix warning about void pointer arithmetic
Brian Paul
2011-10-11
1
-1
/
+1
*
i915g: Fix comment.
Stéphane Marchesin
2011-10-08
1
-1
/
+1
*
i915g: Implement vertex textures.
Stéphane Marchesin
2011-10-08
1
-2
/
+136
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-4
/
+4
[next]