index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-0
/
+1
*
r300g: Precalculate and CSO-bind PSC state.
Corbin Simpson
2010-03-09
1
-2
/
+4
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-2
/
+16
|
\
|
*
r300g: Make velem CSO actually work.
Corbin Simpson
2010-03-02
1
-1
/
+1
|
*
r300g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-2
/
+6
*
|
r300g: define R300_MAX_TEXTURE_LEVELS
Brian Paul
2010-03-08
1
-6
/
+8
*
|
r300g: remove unnecessary state emissions and clean up
Marek Olšák
2010-03-08
1
-0
/
+2
*
|
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
1
-2
/
+4
|
\
\
|
*
|
r300: Save viewport and clip states before invoking blitter.
Michal Krol
2010-03-01
1
-0
/
+4
|
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-2
/
+0
*
|
|
r300g: atomize texture and sampler states
Marek Olšák
2010-02-28
1
-12
/
+23
*
|
|
r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)
Marek Olšák
2010-02-28
1
-13
/
+22
*
|
|
r300g: atomize invalidation of texture caches
Marek Olšák
2010-02-28
1
-0
/
+2
*
|
|
r300g: atomize PVS flush
Marek Olšák
2010-02-28
1
-0
/
+2
*
|
|
r300g: add size parameter to the atom emit functions
Marek Olšák
2010-02-28
1
-1
/
+1
*
|
|
r300g: move the emission of GA_POINT_MINMAX into emit_fb_state
Marek Olšák
2010-02-27
1
-1
/
+0
*
|
|
r300g: always emit the correct max vertex index to avoid DRM errors
Marek Olšák
2010-02-27
1
-0
/
+1
*
|
|
r300g: Atomize vertex shader.
Corbin Simpson
2010-02-24
1
-2
/
+1
|
/
/
*
|
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
1
-7
/
+2
*
|
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
1
-2
/
+7
*
|
r300g: precompute framebuffer register values
Marek Olšák
2010-02-21
1
-0
/
+11
|
/
*
r300g: fix the size of constant buffers
Marek Olšák
2010-02-15
1
-2
/
+1
*
r300g: add macrotiling support to texture setup
Marek Olšák
2010-02-14
1
-0
/
+3
*
r300g: adapt to stencil ref changes
Roland Scheidegger
2010-02-11
1
-0
/
+2
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+4
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
r300g: Atomize framebuffers.
Corbin Simpson
2010-01-28
1
-3
/
+2
*
r300g: Turn the RS block into an atom.
Corbin Simpson
2010-01-26
1
-2
/
+1
*
r300g: Make vertex_format into an atom.
Corbin Simpson
2010-01-26
1
-2
/
+1
*
r300g: Kill dead code for hashing custom state.
Corbin Simpson
2010-01-26
1
-3
/
+0
*
r300g: Move GB_AA_CONFIG to its eventual new home.
Corbin Simpson
2010-01-19
1
-0
/
+1
*
r300g: Make invariant state into an atom.
Corbin Simpson
2010-01-19
1
-0
/
+3
*
r300g: fix polygon offset
Marek Olšák
2010-01-18
1
-4
/
+8
*
r300g: move debug flags into r300_screen
Marek Olšák
2010-01-17
1
-29
/
+10
*
r300g: Account for CS space used per atom.
Corbin Simpson
2010-01-13
1
-0
/
+9
*
r300g: add emission of texture tiling bits
Marek Olšák
2010-01-12
1
-0
/
+9
*
r300g: Always emit scissors.
Corbin Simpson
2010-01-12
1
-10
/
+1
*
r300g: Don't bother testing for empty scissors.
Corbin Simpson
2010-01-10
1
-3
/
+0
*
r300g: Atomize scissors.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Move TCL bypass switch to main context.
Corbin Simpson
2010-01-10
1
-5
/
+2
*
r300g: Atomize viewport.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Atomize rasterizer.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Atomize ZTOP.
Corbin Simpson
2010-01-10
1
-1
/
+1
*
r300g: Atomize DSA.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Atomize UCP.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Atomize blend color.
Corbin Simpson
2010-01-10
1
-2
/
+1
*
r300g: Start using atoms.
Corbin Simpson
2010-01-10
1
-2
/
+12
*
r300g: add texture compare modes
Marek Olšák
2009-12-19
1
-0
/
+2
*
r300g: add acceleration of the clear, surface_copy, and surface_fill functions
Marek Olšák
2009-12-15
1
-0
/
+4
*
r300g: don't render if everything is culled by scissoring
Marek Olšák
2009-12-06
1
-0
/
+3
[next]