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: 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
*
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-7
/
+13
|
/
*
Merge branch '7.8'
Brian Paul
2010-04-19
1
-1
/
+2
|
\
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-1
/
+2
*
|
i915g: Fix possible null pointer deference in debug builds.
Vinson Lee
2010-04-11
1
-1
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-17
/
+13
*
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-1
/
+4
|
\
\
|
*
|
i915g: Prevent NULL dereference.
Chia-I Wu
2010-03-10
1
-1
/
+4
*
|
|
gallium: Check for OOM condition when creating a sampler view.
Michal Krol
2010-03-11
1
-5
/
+7
*
|
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-6
/
+29
|
\
|
|
|
*
|
gallium: don't use flexible array members in drivers for vertex elements cso
Roland Scheidegger
2010-03-09
1
-1
/
+1
|
*
|
i915g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-6
/
+29
|
|
/
*
|
gallium: Silence compiler warnings.
michal
2009-12-10
1
-1
/
+0
*
|
i915: Fix for sampler view changes.
michal
2009-12-10
1
-13
/
+41
|
/
*
gallium: make max_anisotropy a unsigned bitfield member
Roland Scheidegger
2010-02-12
1
-2
/
+2
*
i915g: adapt to stencil ref changes
Roland Scheidegger
2010-02-11
1
-5
/
+13
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-14
/
+14
|
\
|
*
i915g: adapt to blend changes
Roland Scheidegger
2010-01-25
1
-14
/
+14
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
i915g: Remove unnecessary headers.
Vinson Lee
2010-01-19
1
-2
/
+0
*
|
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-6
/
+6
|
\
\
|
*
|
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
|
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-6
/
+6
*
|
|
gallium: remove PIPE_TEX_FILTER_ANISO
Luca Barbieri
2010-01-06
1
-2
/
+3
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
1
-2
/
+2
*
|
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-19
1
-7
/
+0
*
|
i915: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
|
/
*
i915g: replace //-style comments
Brian Paul
2009-11-17
1
-2
/
+4
[prev]
[next]