index
:
~igor.oliveira/gallium-double-opcodes
master
Unnamed repository; edit this file to name it for gitweb.
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-30
r600g: clean up some code from move to new paths.
Dave Airlie
1
-6
/
+6
2010-09-29
r600g: more cleanup
Jerome Glisse
1
-144
/
+2
2010-09-29
r600g: cleanup
Jerome Glisse
1
-0
/
+1673
2010-09-29
r600g: delete old path
Jerome Glisse
1
-721
/
+0
2010-09-29
Revert "r600g: add initial vertex translate support."
Dave Airlie
1
-40
/
+1
2010-09-29
r600g: add initial vertex translate support.
Dave Airlie
1
-1
/
+40
2010-09-28
r600g: fix db flush breaking config state
Dave Airlie
1
-9
/
+9
2010-09-26
r600g: move around variables to share depth uncompression code
Jerome Glisse
1
-1
/
+2
2010-09-20
r600g: move chip class to radeon common structure
Jerome Glisse
1
-1
/
+1
2010-09-20
r600g: clean up valgrind issues on maxtargets test.
Dave Airlie
1
-1
/
+7
2010-09-20
r600g: fix fbo-drawbuffers-maxtargets
Dave Airlie
1
-7
/
+22
2010-09-17
r600g: add upload manager support.
Dave Airlie
1
-0
/
+4
2010-09-17
r600g: attempt to abstract kernel bos from pipe driver.
Dave Airlie
1
-2
/
+2
2010-09-14
r600g: Remove unnecessary headers.
Vinson Lee
1
-2
/
+0
2010-09-10
r600g: fix warning in r600 pipe driver
Dave Airlie
1
-1
/
+0
2010-09-10
r600g: add initial evergreen support
Dave Airlie
1
-4
/
+10
2010-09-10
r600g: align flushing of cb/db with DDX/r600c.
Dave Airlie
1
-0
/
+55
2010-09-08
r600g: add support for constants in memory buffers.
Dave Airlie
1
-47
/
+4
2010-09-08
r600g: abstract the hw states out behind a vtbl.
Dave Airlie
1
-623
/
+13
2010-09-06
r600g: fix up surface references
Dave Airlie
1
-4
/
+2
2010-09-06
r600g: search for sampler views in context on removal.
Dave Airlie
1
-0
/
+17
2010-09-03
r600g: fix segfault in state after rework
Dave Airlie
1
-2
/
+2
2010-09-03
r600g: refactor sample states into a reusable struct.
Dave Airlie
1
-87
/
+65
2010-09-03
r600g: add texture border state.
Dave Airlie
1
-2
/
+40
2010-09-03
r600g: deref old driver states for set entry points.
Dave Airlie
1
-0
/
+10
2010-09-03
r600g: drop r600_bind_state.
Dave Airlie
1
-75
/
+34
2010-09-03
r600g: kill r600_context_state function
Dave Airlie
1
-95
/
+63
2010-09-03
r600g: move lots of state inline helpers to separate header.
Dave Airlie
1
-115
/
+0
2010-09-03
r600g: drop magic numbers in depth state.
Dave Airlie
1
-3
/
+26
2010-09-02
r600g: force unbind of previously bind sampler/sampler_view
Jerome Glisse
1
-83
/
+95
2010-09-02
r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.
Dave Airlie
1
-1
/
+1
2010-09-01
r600g: fix binding of same texture to several target slot
Jerome Glisse
1
-18
/
+54
2010-09-02
r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view
Dave Airlie
1
-1
/
+1
2010-09-01
r600g: silence compiler warning
Jerome Glisse
1
-1
/
+1
2010-09-01
r600g: refix db/cb state
Jerome Glisse
1
-25
/
+110
2010-09-01
r600g: avoid dynamic allocation of states
Jerome Glisse
1
-306
/
+80
2010-09-01
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
1
-55
/
+75
2010-09-01
r600g: correct cb/zb offset emits.
Dave Airlie
1
-2
/
+2
2010-09-01
Revert "r600g: precompute some of the hw state"
Dave Airlie
1
-75
/
+151
2010-08-30
r600g: precompute some of the hw state
Jerome Glisse
1
-151
/
+75
2010-08-30
r600g: fixup states generation in winsys.
Dave Airlie
1
-19
/
+19
2010-08-30
r600g: add KILP support
Dave Airlie
1
-0
/
+2
2010-08-27
Revert "r600g: simplify states"
Dave Airlie
1
-41
/
+37
2010-08-25
r600g: simplify states
Jerome Glisse
1
-37
/
+41
2010-08-23
r600g: Add support for PIPE_CAP_DEPTH_CLAMP.
Henri Verbeet
1
-2
/
+3
2010-08-23
r600g: export one component per pixel + r7xx uncompression shader
Jerome Glisse
1
-1
/
+1
2010-08-22
r600g: fix DB decompression
Jerome Glisse
1
-8
/
+2
2010-08-22
r600g: depth buffer likely needs decompression when used as texture
Jerome Glisse
1
-9
/
+29
2010-08-21
r600g: partialy fix texturing from depth buffer + initial support for untiling
Jerome Glisse
1
-1
/
+6
2010-08-20
r600g: cleanup definition, fix segfault when no valid pixel shader
Jerome Glisse
1
-1
/
+5
[next]