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
/
mesa
/
drivers
/
dri
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
5
-84
/
+91
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
1
-21
/
+19
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
1
-8
/
+11
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
3
-4
/
+9
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
2
-7
/
+7
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-2
/
+7
*
Merge branch 'mesa_7_6_branch'
Pauli Nieminen
2009-09-24
1
-4
/
+4
|
\
|
*
radeon: Fix scissors for r600 KMS.
Pauli Nieminen
2009-09-24
1
-4
/
+4
|
*
r600: various cleanups
Alex Deucher
2009-09-24
1
-5
/
+2
|
*
radeon: don't build non-r600 span code on r600
Alex Deucher
2009-09-24
1
-1
/
+5
|
*
r600: minor span cleanups
Alex Deucher
2009-09-24
1
-4
/
+3
|
*
r600: add span support for 1D tiles
Alex Deucher
2009-09-24
1
-0
/
+220
|
*
radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...
Maciej Cencora
2009-09-21
1
-2
/
+9
*
|
radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...
Maciej Cencora
2009-09-21
1
-2
/
+9
*
|
r600: various cleanups
Alex Deucher
2009-09-21
1
-5
/
+2
*
|
Merge branch 'mesa_7_6_branch'
Michel Dänzer
2009-09-21
3
-8
/
+14
|
\
|
|
*
radeon: Fix legacy bo not to reuse dma buffers before refcount is 1.
Pauli Nieminen
2009-09-20
1
-2
/
+7
|
*
radeon: Fix typo in variable name.
Pauli Nieminen
2009-09-20
1
-1
/
+1
|
*
radeon: Improve WARN_ONCE macro to appear as single statement.
Pauli Nieminen
2009-09-20
1
-5
/
+6
|
*
radeon: Fix "verts" debugging enable
Nicolai Hähnle
2009-09-20
1
-1
/
+1
*
|
Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"
Brian Paul
2009-09-20
1
-0
/
+5
*
|
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-19
2
-2
/
+2
*
|
mesa: move _mesa_meta_init/free() calls to core Mesa
Brian Paul
2009-09-19
1
-5
/
+0
*
|
radeon: cleanup compile defines mess.
Dave Airlie
2009-09-16
4
-65
/
+64
*
|
radeon: oops remove debugging left on in previous patch
Dave Airlie
2009-09-16
1
-2
/
+0
*
|
radeon: use txformat to decide to emit rect tex state.
Dave Airlie
2009-09-16
1
-4
/
+8
*
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-10
/
+0
*
|
radeon: don't build non-r600 span code on r600
Alex Deucher
2009-09-15
1
-1
/
+5
*
|
r600: minor span cleanups
Alex Deucher
2009-09-15
1
-4
/
+3
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-15
1
-1
/
+1
|
\
|
|
*
radeon: Remove structure allocation from iterator variable.
Pauli Nieminen
2009-09-11
1
-1
/
+1
*
|
r600: add span support for 1D tiles
Alex Deucher
2009-09-14
1
-0
/
+220
|
/
*
radeon: Change debugging code to use macros instead of inline functions.
Pauli Nieminen
2009-09-10
2
-43
/
+27
*
radeon: Add more verbose error message for failed command buffer.
Pauli Nieminen
2009-09-09
1
-1
/
+3
*
mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure
Brian Paul
2009-09-03
1
-2
/
+7
*
radeon: pass internal format into the miptree.
Dave Airlie
2009-09-03
3
-11
/
+14
*
radeon/dri2: add gl20 bits for r300/r600 just like dri1 does
Dave Airlie
2009-09-03
1
-0
/
+2
*
radeon: trim down #includes
Brian Paul
2009-09-01
1
-28
/
+0
*
radeon: use _mesa_meta_clear()
Brian Paul
2009-09-01
1
-2
/
+2
*
radeon: Fix OQ to set ful lstate as dirty too.
Pauli Nieminen
2009-09-02
1
-0
/
+1
*
radeon: Fix debug output to filter out less critical messages instead of more...
Pauli Nieminen
2009-09-02
1
-1
/
+1
*
radeon: fix r100/r200 polygon stipple under kms
Dave Airlie
2009-09-01
5
-28
/
+31
*
r100: fixup cubemap domains
Dave Airlie
2009-09-01
1
-1
/
+1
*
radeon: Fix null pointer reference in debug system if no context is bind.
Pauli Nieminen
2009-09-01
1
-3
/
+6
*
radeon: Add support for indenting debug output.
Pauli Nieminen
2009-08-31
5
-3
/
+67
*
radeon: Add comment warning about not choosing critical debug level.
Pauli Nieminen
2009-08-31
1
-0
/
+3
*
radeon: Change default debug level to verbose.
Pauli Nieminen
2009-08-31
1
-1
/
+1
*
radeon: Make OQ to use new style debugging.
Pauli Nieminen
2009-08-31
1
-11
/
+12
*
radeon: Add gcc attribute to enable pritnf format warnings.
Pauli Nieminen
2009-08-31
1
-0
/
+16
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
24
-222
/
+125
[next]