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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A small logic error.
Rune Petersen
2006-07-15
1
-1
/
+1
*
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
2006-07-13
3
-11
/
+11
*
fix another memleak
Tilman Sauerbeck
2006-07-12
1
-0
/
+4
*
_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards
Tilman Sauerbeck
2006-07-11
1
-5
/
+6
*
Revert the SiS and Unichrome DRM version check changes.
Thomas Hellström
2006-07-11
2
-45
/
+2
*
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
2006-07-10
6
-15
/
+55
*
Fix #7195
Aapo Tahkola
2006-07-09
2
-2
/
+20
*
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
2006-07-05
1
-0
/
+2
*
Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.
Jerome Glisse
2006-07-04
1
-395
/
+498
*
enable hw antialiasing (Martijn van Oosterhout)
Brian Paul
2006-07-04
1
-2
/
+27
*
additional clipping/viewport fixes (Martijn van Oosterhout)
Brian Paul
2006-07-03
1
-0
/
+11
*
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
2006-07-03
1
-23
/
+17
*
check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...
Roland Scheidegger
2006-07-03
1
-0
/
+4
*
Add copyright header and minor cleanup.
Jerome Glisse
2006-07-03
1
-8
/
+37
*
fix clipping bug on context change (Martijn van Oosterhout)
Brian Paul
2006-07-03
1
-0
/
+9
*
initialize offset to avoid bogus warnings from valgrind
Tilman Sauerbeck
2006-07-01
1
-1
/
+1
*
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2006-06-30
2
-5
/
+5
*
clipping fixes (Martijn van Oosterhout)
Brian Paul
2006-06-30
1
-4
/
+14
*
Fix typo.
Jerome Glisse
2006-06-29
1
-1
/
+1
*
destroy left-over VBOs on shutdown
Tilman Sauerbeck
2006-06-29
2
-3
/
+11
*
instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...
Tilman Sauerbeck
2006-06-29
2
-3
/
+4
*
cleanup, avoid magic values
Tilman Sauerbeck
2006-06-29
1
-1
/
+1
*
only assert front/back pitch if double-buffered (bug 7663)
Brian Paul
2006-06-29
1
-1
/
+3
*
Fix stencil clears that have caused problems with redbook/stencil, tests/sten...
Aapo Tahkola
2006-06-27
1
-40
/
+7
*
Fix generic vertex attribs (Rune Petersen)
Aapo Tahkola
2006-06-27
3
-0
/
+18
*
locking fixes (Martijn Van Oosterhout)
Brian Paul
2006-06-26
1
-0
/
+6
*
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.
Brian Paul
2006-06-26
1
-1
/
+1
*
more cleanups
Tilman Sauerbeck
2006-06-23
1
-9
/
+7
*
New 'install' targets in makefile. See bug 2372.
Brian Paul
2006-06-22
1
-2
/
+3
*
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-18
2
-18
/
+5
*
fix broken address register reads
Aapo Tahkola
2006-06-18
1
-26
/
+26
*
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
Keith Whitwell
2006-06-15
1
-0
/
+6
*
Make r300 driver build with GL_APPLE_vertex_array_object changes.
Ian Romanick
2006-06-12
2
-12
/
+18
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-0
/
+38
*
fire vertices before context destruction.
Alan Hourihane
2006-06-12
1
-0
/
+1
*
destroy the memory manager along with the context
Tilman Sauerbeck
2006-06-11
3
-0
/
+17
*
enable arb_vertex_program by default if drm is new enough. Do a fallback when...
Roland Scheidegger
2006-06-10
2
-1
/
+7
*
shuffle some code to make some assertions in the _savage_texstore_a111xxxx fu...
Roland Scheidegger
2006-06-09
1
-38
/
+45
*
include tnl/tnl.h for _tnl_program_string()
Tilman Sauerbeck
2006-06-08
1
-0
/
+1
*
mark ARL operand as scalar (Roland Scheidegger)
Tilman Sauerbeck
2006-06-08
1
-1
/
+1
*
struct op_names: get rid of the 'output operands' field as it's not used (Rol...
Tilman Sauerbeck
2006-06-08
1
-32
/
+31
*
Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...
Roland Scheidegger
2006-06-08
2
-95
/
+56
*
prevent possible program mix up with sw vps (Roland Scheidegger)
Aapo Tahkola
2006-06-06
1
-0
/
+2
*
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-06-06
2
-7
/
+3
*
make sure tex format is supported.
Aapo Tahkola
2006-06-06
1
-1
/
+2
*
various fixes (Roland Scheidegger)
Aapo Tahkola
2006-06-06
1
-32
/
+38
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
10
-22
/
+1617
*
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2006-06-02
8
-78
/
+33
*
retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...
Roland Scheidegger
2006-06-01
3
-3
/
+3
*
SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...
Tilman Sauerbeck
2006-05-31
1
-10
/
+1
[next]