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
...
|
*
|
radeon: fix errors in miptree related function
Maciej Cencora
2009-11-23
1
-3
/
+8
|
*
|
radeon: fix compressed mipmapped textures
Maciej Cencora
2009-11-21
2
-22
/
+29
|
*
|
radeon: fix glCompressedTexSubImage
Maciej Cencora
2009-11-21
1
-10
/
+12
*
|
|
Merge remote branch 'origin/mesa_7_7_branch'
Dave Airlie
2009-11-20
13
-525
/
+579
|
\
|
|
|
*
|
r100: fix texture_from_pixmap and compiz.
Dave Airlie
2009-11-20
1
-7
/
+10
|
*
|
Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
Maciej Cencora
2009-11-18
13
-518
/
+569
|
|
\
\
|
|
*
|
radeon: align for mipmap tree changes
Maciej Cencora
2009-11-17
3
-30
/
+14
|
|
*
|
radeon: return false on texture validation if texture isn't complete
Maciej Cencora
2009-11-14
1
-3
/
+3
|
|
*
|
radeon: rework mipmap tree
Maciej Cencora
2009-11-14
5
-352
/
+396
|
|
*
|
radeon: more texture code refactoring
Maciej Cencora
2009-11-14
1
-116
/
+92
|
|
*
|
radeon: minor refactoring of texture code
Maciej Cencora
2009-11-14
1
-11
/
+46
|
|
*
|
radeon: rework mipmap tree reference counting
Maciej Cencora
2009-11-14
3
-20
/
+22
|
|
*
|
radeon: use radeon_bo_is_referenced_by_cs for query objects
Maciej Cencora
2009-11-14
4
-23
/
+3
|
|
*
|
radeon/r300: don't flush cmdbuf if not necessary
Maciej Cencora
2009-11-14
1
-2
/
+14
|
|
*
|
radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...
Maciej Cencora
2009-11-14
1
-1
/
+3
|
|
*
|
radeon: fix glBufferSubData
Maciej Cencora
2009-11-14
1
-0
/
+5
|
|
*
|
radeon: add radeon_bo_is_referenced_by_cs function
Maciej Cencora
2009-11-14
1
-0
/
+13
|
|
*
|
radeon: remove unnecessary call to radeonEmitState
Maciej Cencora
2009-11-14
1
-2
/
+0
*
|
|
|
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
2
-5
/
+5
*
|
|
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
2
-13
/
+13
*
|
|
|
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
2009-11-19
3
-14
/
+14
*
|
|
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
4
-25
/
+25
*
|
|
|
tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]
Eric Anholt
2009-11-19
2
-5
/
+5
|
/
/
/
*
|
|
r300: fix reads and writes for MESA_FORMAT_S8Z24 buffer
Maciej Cencora
2009-11-17
1
-2
/
+3
*
|
|
r600: More span breakage fixes.
Michel Dänzer
2009-11-17
1
-0
/
+12
*
|
|
r600: Attempt to fix span breakage introduced by big endian fixes.
Michel Dänzer
2009-11-17
1
-0
/
+8
*
|
|
radeon: Depth/stencil span code fixes for big endian.
Michel Dänzer
2009-11-17
1
-24
/
+24
*
|
|
radeon: Fix occlusion queries on big endian.
Michel Dänzer
2009-11-17
1
-7
/
+9
*
|
|
radeon: Fix software fallbacks with KMS on big endian.
Michel Dänzer
2009-11-17
1
-0
/
+63
*
|
|
radeon: FBO fixes for big endian.
Michel Dänzer
2009-11-17
2
-11
/
+29
*
|
|
radeon: rn50's have no 3D engine so don't try and init 3D driver.
Dave Airlie
2009-11-17
1
-2
/
+4
|
/
/
*
|
radeon: add missing include
Dave Airlie
2009-10-31
1
-0
/
+1
*
|
radeon: use _mesa_get_current_tex_unit
Dave Airlie
2009-10-31
1
-1
/
+1
*
|
radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()
Brian Paul
2009-10-29
1
-2
/
+2
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
11
-275
/
+209
|
\
\
|
*
|
radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()
Brian Paul
2009-10-27
1
-1
/
+6
|
*
|
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
3
-6
/
+4
|
*
|
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
1
-4
/
+4
|
*
|
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-24
1
-1
/
+1
|
*
|
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-6
/
+4
|
*
|
radeon: simplify radeon_create_renderbuffer()
Brian Paul
2009-10-22
3
-29
/
+27
|
*
|
r600: fix depth span macros for format changes
Alex Deucher
2009-10-22
1
-4
/
+4
|
*
|
radeon: fix some renderbuffer format bugs
Brian Paul
2009-10-22
2
-7
/
+7
|
*
|
radeon: get rid of z24s8 <-> s8z24 conversions in span code
Brian Paul
2009-10-21
1
-26
/
+8
|
*
|
radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-21
1
-2
/
+2
|
*
|
radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()
Brian Paul
2009-10-14
1
-2
/
+9
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
4
-106
/
+40
|
*
|
drivers: don't include texformat.h
Brian Paul
2009-10-05
5
-5
/
+0
|
*
|
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-3
/
+0
|
*
|
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-7
/
+6
[prev]
[next]