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
/
mesa
/
drivers
/
dri
/
r300
/
r300_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.
Mario Kleiner
2010-11-08
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
r300c: Fix vertex data setup for named buffer objects with unaligned offset
Maciej Cencora
2010-07-11
1
-2
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
r300: Silence uninitialized variable warning.
Vinson Lee
2010-02-14
1
-1
/
+1
*
r300: Fix emit size prediction to know about primitive splitting.
Pauli Nieminen
2010-02-06
1
-2
/
+12
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-3
/
+0
|
\
|
*
r300: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-3
/
+0
*
|
r300: half float support
Dave Airlie
2010-01-23
1
-0
/
+14
*
|
radeon/r200/r300/r600: make bo mapping be explicit
Dave Airlie
2009-11-24
1
-2
/
+13
|
/
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-10
/
+24
*
r300: Fix emit prediction to account scissor emitting correctly.
Pauli Nieminen
2009-08-28
1
-1
/
+1
*
radeon/r200/r300/r600: Warn if we emit more than prediction was.
Pauli Nieminen
2009-08-25
1
-1
/
+7
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...
Pauli Nieminen
2009-08-24
1
-3
/
+3
|
\
|
*
Fix r300 VBO support build on big endian.
Michel Dänzer
2009-08-22
1
-3
/
+3
*
|
r300: Fix debug output.
Pauli Nieminen
2009-08-22
1
-1
/
+1
*
|
radeon/r300: Code clean up and logic fix.
Pauli Nieminen
2009-08-22
1
-1
/
+1
*
|
r300: Remove calls to rcommonEnsureCmdBufSpace.
Pauli Nieminen
2009-08-21
1
-4
/
+0
*
|
radeon: Improve state emit code.
Pauli Nieminen
2009-08-21
1
-2
/
+2
*
|
r300: Add debug output to show how much was emited in TryDrawPrims.
Pauli Nieminen
2009-08-21
1
-2
/
+6
*
|
r300: Predict emit size for next rendering operation.
Pauli Nieminen
2009-08-21
1
-2
/
+33
*
|
r300: Handle possible fall back if space check fails.
Pauli Nieminen
2009-08-21
1
-0
/
+3
*
|
r300: Delay allocation of dma regions in TryDrawprims.
Pauli Nieminen
2009-08-21
1
-47
/
+78
|
/
*
radeon: Optimize memory handling for dma operations.
Pauli Nieminen
2009-08-18
1
-1
/
+2
*
r300: fix the build on big endian
Alex Deucher
2009-08-18
1
-1
/
+1
*
r300: OQ rework
Dave Airlie
2009-08-18
1
-5
/
+0
*
r300: fix big endian build
Dave Airlie
2009-08-18
1
-0
/
+1
*
r300: add occlusion queries support
Maciej Cencora
2009-08-15
1
-1
/
+6
*
r300: fixup space checks since VBO code
Dave Airlie
2009-08-15
1
-16
/
+9
*
radeon: enable vertex splitting for IBs
Dave Airlie
2009-08-15
1
-1
/
+1
*
Merge branch 'vbo_clean'
Maciej Cencora
2009-08-15
1
-149
/
+279
|
\
|
*
r300: mark VBO buffer objects as persistent
Maciej Cencora
2009-08-15
1
-3
/
+6
|
*
r300: unmap buffer objects after usage
Maciej Cencora
2009-08-14
1
-1
/
+11
|
*
r300: remove broken vertex splitting
Maciej Cencora
2009-08-14
1
-13
/
+0
|
*
r300: rework index buffer setup
Maciej Cencora
2009-08-14
1
-63
/
+92
|
*
r300: use VBOs for vertex attributes
Maciej Cencora
2009-08-14
1
-82
/
+182
*
|
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+7
|
/
*
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: fix StrideB == 0 case when converting data format
Maciej Cencora
2009-07-13
1
-1
/
+10
*
r300: bind vertex program to fragment program
Maciej Cencora
2009-07-13
1
-2
/
+2
*
r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bd
Maciej Cencora
2009-07-08
1
-1
/
+1
*
radeon: ensure cmdbuf space for state + AOS is available
Dave Airlie
2009-07-06
1
-0
/
+6
*
r300: fix vertex limits
Maciej Cencora
2009-07-05
1
-4
/
+6
*
r300: use vbo_split_prims to split up large vertex buffers.
Dave Airlie
2009-06-18
1
-0
/
+9
*
r300: Endianness fixes for recent vertex path changes.
Michel Dänzer
2009-06-07
1
-5
/
+33
*
r300: vertex array stride = 0 means that data are tightly packed in the array
Maciej Cencora
2009-06-07
1
-5
/
+8
*
r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW accelerated
Maciej Cencora
2009-06-07
1
-20
/
+29
*
r300: add hw accelerated support for different vertex data formats
Maciej Cencora
2009-06-07
1
-0
/
+435