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
*
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
*
i915g: Move back to the old method for target format fixup.
Stéphane Marchesin
2011-07-06
1
-1
/
+1
*
i915g: If we have a program, that means the other fields are ours and we can ...
Stéphane Marchesin
2011-06-28
1
-3
/
+5
*
i915g: fix shadow compare.
Stéphane Marchesin
2011-06-28
1
-1
/
+1
*
i915g: Add a comment about a bug.
Stéphane Marchesin
2011-06-27
1
-0
/
+1
*
i915g: Fix point sprites.
Stéphane Marchesin
2011-06-24
1
-0
/
+3
*
i915g: implement copy_region using u_blitter
Daniel Vetter
2011-03-12
1
-0
/
+63
*
i915g: fix use after free
Daniel Vetter
2011-03-12
1
-2
/
+2
*
i915g: make set_framebuffer_state more robust
Daniel Vetter
2011-03-10
1
-1
/
+2
*
i915g: Enable mirror repeat wrap mode
Jakob Bornecrantz
2011-02-24
1
-3
/
+1
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+2
*
i915g: Remove draw_flushes and state that we don't need to track
Jakob Bornecrantz
2011-01-24
1
-13
/
+16
*
i915g: Improve constant handling
Jakob Bornecrantz
2011-01-24
1
-7
/
+17
*
i915g: Don't do unnecessary copies of constants
Jakob Bornecrantz
2011-01-21
1
-19
/
+23
*
i915g: Don't emit FS constants when VS contants change
Jakob Bornecrantz
2011-01-21
1
-2
/
+9
*
gallium: drivers should reference vertex buffers
Marek Olšák
2011-01-06
1
-2
/
+3
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-1
/
+2
*
galahad, i915g: Copy over constant buffer index check.
Corbin Simpson
2010-08-20
1
-2
/
+0
*
galahad, i915g: Move over a few state asserts.
Corbin Simpson
2010-08-20
1
-3
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+14
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-0
/
+7
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+7
[next]