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_render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: Fix up SW TCL rendering functions.
Corbin Simpson
2009-11-08
1
-20
/
+48
*
r300g: Unify context names for counts.
Corbin Simpson
2009-11-08
1
-1
/
+1
*
r300g: Minor code cleanup to avoid confusion.
Corbin Simpson
2009-11-07
1
-2
/
+1
*
r300g: Comments.
Corbin Simpson
2009-11-07
1
-1
/
+2
*
r300g: Don't assert on oversized VBOs, just return FALSE.
Corbin Simpson
2009-11-07
1
-4
/
+12
*
r300g: s/false/FALSE/
Corbin Simpson
2009-11-07
1
-2
/
+2
*
r300g: Clean up indexbuf render, switch to RELOC macro.
Corbin Simpson
2009-11-07
1
-15
/
+17
*
r300g: Clean up r300_setup_vertex_buffers.
Corbin Simpson
2009-11-07
1
-15
/
+13
*
r300g: Don't pass hw_prim around in the context.
Corbin Simpson
2009-11-07
1
-8
/
+68
*
r300g: don't hang GPU on misbehaving apps
Maciej Cencora
2009-11-07
1
-0
/
+6
*
r300g: VBOs WIP
Maciej Cencora
2009-11-07
1
-75
/
+60
*
r300g: move vborender context function to seperate file
Maciej Cencora
2009-11-07
1
-1
/
+4
*
r300g: Use u_trim_pipe_prim to prevent lockups from incorrect vert counts.
Corbin Simpson
2009-10-28
1
-0
/
+9
*
r300g: fix scons build yet again
Joakim Sindholt
2009-10-24
1
-1
/
+2
*
r300g: Clean up duplicate code in r300_render.
Corbin Simpson
2009-10-22
1
-45
/
+4
*
r300g: Move render functions to r300_render.
Corbin Simpson
2009-10-22
1
-0
/
+192
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-1
/
+4
*
r300g: Use a hash table to look up vertex info.
Corbin Simpson
2009-10-16
1
-1
/
+1
*
r300g: Compiler warning cleanup.
Corbin Simpson
2009-10-14
1
-7
/
+0
*
r300g: Remove an unnecessarily created pipe buffer (and thus fix a leak)
Nicolai Hähnle
2009-10-03
1
-7
/
+0
*
r300g: Reset vbo_offset after allocation of a new buffer
Nicolai Hähnle
2009-10-03
1
-2
/
+3
*
r300g: plug memory leak
Maciej Cencora
2009-09-27
1
-1
/
+1
*
r300g: only allocate one BO for vertex buffers, default size is 64*1024
Cooper Yuan
2009-09-11
1
-35
/
+33
*
r300g: Fix a number of warnings
Nicolai Hähnle
2009-09-06
1
-0
/
+1
*
r300g: Debug flags infrastructure
Nicolai Hähnle
2009-09-06
1
-3
/
+3
*
r300g: update the value of register VAP_VF_MAX_VTX_INDX
Cooper Yuan
2009-09-05
1
-1
/
+2
*
r300-gallium: strip swtcl to the bare minimum
Joakim Sindholt
2009-06-02
1
-34
/
+22
*
r300-gallium: Finish space accounting.
Corbin Simpson
2009-05-08
1
-20
/
+3
*
r300-gallium: Don't use indexbufs for now.
Corbin Simpson
2009-04-15
1
-2
/
+14
*
r300-gallium: Properly emit indexbufs.
Corbin Simpson
2009-04-08
1
-5
/
+4
*
r300-gallium: Move swtcl_emit to render to reflect its true purpose.
Corbin Simpson
2009-04-04
1
-0
/
+316