index
:
~deathsimple/mesa
glvdpau
uvd-9.1
vaapi
vce-release
vdpau-interop
vlwork
xbmc-test
mesa patches
deathsimple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-11
implement NV_vdpau_interop v5
glvdpau
Christian König
19
-9
/
+788
2013-10-11
winsys/radeon: make radeon_drm_winsys_create public
Christian König
1
-1
/
+1
2013-10-11
mesa: Allow external textures to use fallback (0, 0, 0, 1)
Topi Pohjolainen
1
-0
/
+1
2013-10-10
doxygen: Add i965 to list of modules in html header
Chad Versace
1
-1
/
+2
2013-10-10
i965: extend fast texture upload
Frank Henigman
1
-69
/
+402
2013-10-10
haiku: Fix llvmpipe and clean up softpipe tracing
Alexander von Gluck IV
4
-8
/
+6
2013-10-10
haiku: Remove common directory search path
Alexander von Gluck IV
1
-2
/
+0
2013-10-10
dri: Reference the global driver vtable once at screen init..
Eric Anholt
2
-14
/
+23
2013-10-10
i965: Clean up error handling for context creation.
Eric Anholt
4
-34
/
+8
2013-10-10
intel: Remove silly check for !bufmgr.
Eric Anholt
2
-12
/
+0
2013-10-10
dri: Move API version validation into dri/common.
Eric Anholt
16
-233
/
+125
2013-10-10
dri: Merge drisw_util.c into dri_util.c
Eric Anholt
7
-393
/
+62
2013-10-10
dri: Add an explanatory comment for an important driver entrypoint.
Eric Anholt
1
-0
/
+7
2013-10-10
dri: Remove dead comment.
Eric Anholt
1
-4
/
+0
2013-10-10
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
9
-109
/
+170
2013-10-10
i965/fs: Allocate more register classes on gen7.
Eric Anholt
2
-18
/
+30
2013-10-10
i965/fs: Use per-channel interference for register_coalesce_2().
Eric Anholt
3
-23
/
+26
2013-10-10
i965/fs: Use the new per-channel live ranges for dead code elimination.
Eric Anholt
2
-3
/
+16
2013-10-10
i965/fs: Keep a copy of the live variables class around.
Eric Anholt
3
-12
/
+17
2013-10-10
i965/fs: Invalidate live intervals when compacting; don't fix them.
Kenneth Graunke
1
-4
/
+1
2013-10-10
i965/fs: Remove start/end aliases in compute_live_intervals().
Kenneth Graunke
1
-8
/
+6
2013-10-10
i965/fs: Track live variable ranges on a per-channel level.
Eric Anholt
2
-74
/
+85
2013-10-10
i965/fs: Factor def[]/use[] setup out to a separate function.
Eric Anholt
2
-16
/
+43
2013-10-10
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
7
-15
/
+21
2013-10-10
i965/fs: Do live variables dataflow analysis on a per-channel level.
Eric Anholt
2
-17
/
+73
2013-10-10
i965/fs: Rename num_vars to num_vgrfs in live interval analysis.
Kenneth Graunke
2
-8
/
+7
2013-10-10
i965/fs: Short-circuit a loop in live variable analysis.
Kenneth Graunke
1
-5
/
+6
2013-10-10
glsl: Don't allow gl_PerVertex to be redeclared after it's been used.
Paul Berry
1
-0
/
+53
2013-10-10
glsl: Support redeclaration of GS gl_PerVertex input.
Paul Berry
1
-2
/
+21
2013-10-10
glsl: Catch redeclaration of interface block instance names at compile time.
Paul Berry
1
-2
/
+8
2013-10-10
glsl: Support redeclaration of VS and GS gl_PerVertex output.
Paul Berry
1
-2
/
+60
2013-10-10
glsl: Error check redeclarations of gl_PerVertex.
Paul Berry
1
-0
/
+60
2013-10-10
glsl: Make it possible to disable a variable in the symbol table.
Paul Berry
2
-0
/
+23
2013-10-10
glsl: Add an ir_variable::reinit_interface_type() function.
Paul Berry
1
-0
/
+25
2013-10-10
glsl: Generalize processing of variable redeclarations.
Paul Berry
1
-8
/
+7
2013-10-10
glsl: Don't allow invalid identifiers as struct names.
Paul Berry
1
-0
/
+2
2013-10-10
glsl: Don't allow invalid identifiers as interface block instance names.
Paul Berry
1
-0
/
+3
2013-10-10
glsl: Don't allow invalid identifier names in struct/interface fields.
Paul Berry
1
-3
/
+9
2013-10-10
glsl: Don't allow invalid identifiers as interface block names.
Paul Berry
1
-0
/
+4
2013-10-10
glsl: Don't allow unnamed interface blocks to redeclare variables.
Paul Berry
1
-0
/
+3
2013-10-10
glsl: Refactor code to check that identifier names are valid.
Paul Berry
1
-33
/
+32
2013-10-10
glsl: Account for location field when comparing interface blocks.
Paul Berry
1
-0
/
+3
2013-10-10
glsl: Construct gl_PerVertex interfaces for GS and VS outputs.
Paul Berry
1
-7
/
+19
2013-10-10
glsl: Refactor code for creating gl_PerVertex interface block.
Paul Berry
1
-23
/
+49
2013-10-10
glsl: Fix block name of built-in gl_PerVertex interface block.
Paul Berry
1
-1
/
+1
2013-10-10
glsl: Construct gl_in with a location of -1.
Paul Berry
1
-1
/
+1
2013-10-10
radeon/winsys: fix handling in radeon_drm_cs_flush v2
Christian König
2
-5
/
+4
2013-10-09
util: Fix MinGW build.
José Fonseca
1
-1
/
+1
2013-10-09
llvmpipe: We don't use the draw pipeline for offset_point/line.
José Fonseca
1
-2
/
+0
2013-10-10
gallivm: kill old per-quad face selection code
Roland Scheidegger
1
-475
/
+286
[next]