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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r600g: Undo bo placement change.
Tilman Sauerbeck
2010-09-11
1
-1
/
+1
*
llvmpipe: Silence some warnings.
José Fonseca
2010-09-11
1
-2
/
+2
*
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
1
-3
/
+1
*
gallivm: Use const keyword on swizzles.
José Fonseca
2010-09-11
2
-2
/
+2
*
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2010-09-11
2
-33
/
+87
*
llvmpipe: Don't store display the alpha ref value in the key.
José Fonseca
2010-09-11
4
-12
/
+13
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
8
-8
/
+50
*
gallivm: Helper functions for pointer indirection.
José Fonseca
2010-09-11
2
-0
/
+56
*
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2010-09-11
2
-9
/
+4
*
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
2010-09-11
2
-0
/
+70
*
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
2010-09-11
4
-0
/
+1156
*
gallivm: Move the texture modifiers to the header.
José Fonseca
2010-09-11
2
-19
/
+20
*
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-11
3
-6
/
+9
*
Add a test for the KIL opcode
Alex Corscadden
2010-09-11
1
-0
/
+18
*
llvmpipe: restore larger command blocks
Keith Whitwell
2010-09-11
1
-1
/
+1
*
llvmpipe: move some debug to DEBUG_SCENE
Keith Whitwell
2010-09-11
1
-2
/
+2
*
llvmpipe: add DEBUG_MEM option
Keith Whitwell
2010-09-11
3
-0
/
+14
*
llvmpipe: allow bigger scenes
Keith Whitwell
2010-09-11
1
-1
/
+1
*
r300/compiler: Reorganize presub_helper()
Tom Stellard
2010-09-10
1
-33
/
+27
*
r300/compiler: Don't use presubtract in TEX instructions
Tom Stellard
2010-09-10
1
-1
/
+6
*
r300/compiler: Print the presub subtract operation in the correct order
Tom Stellard
2010-09-10
1
-6
/
+6
*
r300/compiler: Fix dataflow bug in presub_helper()
Tom Stellard
2010-09-10
1
-0
/
+2
*
r300/compiler: Replace asserts with error messages
Tom Stellard
2010-09-10
1
-2
/
+10
*
r300/compiler: Fix copy propigation for some presub instructions
Tom Stellard
2010-09-10
1
-1
/
+1
*
r300/compiler: Add peephole optimization for the 'sub' presubtract operation
Tom Stellard
2010-09-10
1
-8
/
+17
*
r300/compiler: Add peephole optimization for the 'add' presubtract operation
Tom Stellard
2010-09-10
2
-84
/
+200
*
r300/compiler: Clean up rc_pair_alloc_source()
Tom Stellard
2010-09-10
1
-20
/
+12
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
17
-94
/
+1074
*
mesa: Remove unused Emit flags from gl_shader_compiler_options
Ian Romanick
2010-09-10
1
-2
/
+0
*
intel: Remove noise opcode support from i915 and i965 drivers
Ian Romanick
2010-09-10
2
-1135
/
+0
*
r600c: add missing header
Alex Deucher
2010-09-10
1
-0
/
+1
*
r600c: add OQ support for evergreen
Alex Deucher
2010-09-10
3
-16
/
+55
*
r600c: oq updates
Alex Deucher
2010-09-10
3
-2
/
+4
*
r600c: add blit support for evergreen
Alex Deucher
2010-09-10
5
-3
/
+1918
*
r600c: emit start3d packet on evergreen
Alex Deucher
2010-09-10
1
-2
/
+1
*
r600c: fix some typos
Alex Deucher
2010-09-10
2
-3
/
+3
*
r600c: fix type in cb setup on evergreen
Alex Deucher
2010-09-10
1
-3
/
+2
*
r600c: add support for more rendering formats on evergreen
Alex Deucher
2010-09-10
2
-32
/
+255
*
r600: set correct initial point_minmax values
Andre Maasikas
2010-09-10
1
-0
/
+4
*
r600g: Fixed a bo reference leak in the draw module.
Tilman Sauerbeck
2010-09-10
1
-0
/
+5
*
r600g: Only increase a bo's map_count if radeon_bo_map() succeeded.
Tilman Sauerbeck
2010-09-10
1
-2
/
+6
*
r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new().
Tilman Sauerbeck
2010-09-10
1
-2
/
+1
*
r600g: Fixed a bo leak in r600_texture_from_handle().
Tilman Sauerbeck
2010-09-10
1
-5
/
+6
*
r600g: Don't leave stale references in query_list when we cannot create bo.
Tilman Sauerbeck
2010-09-10
1
-1
/
+3
*
r600g: Implemented the y component write for the LOG opcode.
Tilman Sauerbeck
2010-09-10
1
-5
/
+90
*
egl: Simplify _eglBindContext.
Chia-I Wu
2010-09-10
1
-77
/
+31
*
r600: dont bswap rgba FLOAT formats
Andre Maasikas
2010-09-10
1
-2
/
+2
*
targets/egl: Fix crashes from loading invalid modules.
Chia-I Wu
2010-09-10
1
-4
/
+1
*
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
Chia-I Wu
2010-09-10
9
-86
/
+50
*
st/egl: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
10
-189
/
+92
[prev]
[next]