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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv30, nv40: unify identical nv[34]0_state_blend.c
Luca Barbieri
2010-03-15
9
-56
/
+13
*
nv30, nv40: non-trivially unify nv[34]0_state_emit.c
Luca Barbieri
2010-03-15
13
-199
/
+75
*
nv30, nv40: unify identical nv[34]0_transfer.c
Luca Barbieri
2010-03-15
9
-26
/
+26
*
nv30, nv40: unify identical nv[34]0_clear.c
Luca Barbieri
2010-03-15
10
-32
/
+10
*
nvfx: add nvfx directory to build system
Luca Barbieri
2010-03-15
1
-0
/
+11
*
nv30, nv40: add is_nv4x member to context and screen structs
Luca Barbieri
2010-03-15
5
-0
/
+11
*
nv30, nv40: unify all structures and headers, except shaders
Luca Barbieri
2010-03-15
51
-1575
/
+1298
*
nouveau: s/rankine/eng3d/g; s/curie/eng3d/g
Luca Barbieri
2010-03-15
32
-289
/
+289
*
nv30: remove unused on_hw field and constant fp_reg_control field
Luca Barbieri
2010-03-15
2
-5
/
+1
*
nv40: use NV34TCL_ constants where available
Luca Barbieri
2010-03-15
14
-186
/
+186
*
r300g: Remove unnecessary headers.
Vinson Lee
2010-03-14
2
-3
/
+0
*
trace: Remove unnecessary headers.
Vinson Lee
2010-03-14
1
-3
/
+0
*
svga: Remove unnecessary header.
Vinson Lee
2010-03-14
1
-2
/
+0
*
r300g: remove pipe_context from r300_screen
Marek Olšák
2010-03-14
2
-8
/
+0
*
softpipe: Remove unnecessary header.
Vinson Lee
2010-03-13
1
-1
/
+0
*
r300g: add high quality anisotropic filtering for R5xx (disabled by default)
Marek Olšák
2010-03-13
5
-0
/
+27
*
r300g: fix anisotropic filtering, fix macrotiling
Marek Olšák
2010-03-13
1
-2
/
+2
*
r300g: refrain from using immediate mode if it causes slowdown
Marek Olšák
2010-03-13
1
-2
/
+31
*
r300g: fix up function names
Marek Olšák
2010-03-13
2
-3
/
+2
*
llvmpipe: Ensure the context is flushed before modifying textures.
José Fonseca
2010-03-13
4
-0
/
+102
*
llvmpipe: Don't use texture transfer internally.
José Fonseca
2010-03-13
5
-116
/
+150
*
llvmpipe: Obey rasterization rules.
José Fonseca
2010-03-13
5
-30
/
+40
*
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-03-13
9
-82
/
+82
*
nv50: fixup after gallium-context-transfers merge
Xavier Chantry
2010-03-13
2
-3
/
+0
*
r300g: Forcibly sanitize max index.
Corbin Simpson
2010-03-12
1
-3
/
+3
*
svga: Fix up for context transfers.
Michel Dänzer
2010-03-12
1
-0
/
+2
*
Merge branch '7.8'
Michel Dänzer
2010-03-12
4
-5
/
+5
|
\
|
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
4
-5
/
+5
*
|
r300g: Properly clamp index limits.
Corbin Simpson
2010-03-12
2
-2
/
+2
*
|
Merge commit 'origin/gallium-context-transfers-2'
Keith Whitwell
2010-03-12
53
-426
/
+530
|
\
\
|
*
|
cell: adapt to context texture transfers (untested)
Roland Scheidegger
2010-03-11
3
-10
/
+16
|
*
|
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
21
-54
/
+72
|
*
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
50
-389
/
+469
*
|
|
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-03-11
1
-1
/
+0
*
|
|
softpipe: further tighen up sample_cube()
Brian Paul
2010-03-11
1
-45
/
+21
*
|
|
softpipe: tighten up the code in sample_cube()
Brian Paul
2010-03-11
1
-62
/
+38
*
|
|
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-11
4
-8
/
+10
*
|
|
llvmpipe: fix comment typo
Brian Paul
2010-03-11
1
-1
/
+1
*
|
|
gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h
Brian Paul
2010-03-11
6
-7
/
+8
*
|
|
svga: use memset() to initialize u to avoid warnings
Brian Paul
2010-03-11
1
-1
/
+3
*
|
|
softpipe: Dummy fence functions.
José Fonseca
2010-03-11
5
-0
/
+114
|
/
/
*
|
llvmpipe: fix loop over mipmap levels
Brian Paul
2010-03-10
1
-1
/
+1
*
|
softpipe: fix memcpy params to avoid static analysis warnings
Brian Paul
2010-03-10
2
-2
/
+12
*
|
cell: handle NULL cso vertex_elements state object on bind
Roland Scheidegger
2010-03-10
1
-1
/
+2
*
|
i915g: Prevent NULL dereference.
Chia-I Wu
2010-03-10
1
-1
/
+4
*
|
svga: Disable debug message.
Michal Krol
2010-03-10
1
-1
/
+1
*
|
svga: Check if vertex elements has been bound before using it.
Michal Krol
2010-03-10
1
-0
/
+5
*
|
softpipe: Prevent NULL dereference.
José Fonseca
2010-03-10
1
-1
/
+2
*
|
trace: Make tr_public.h c++ friendly.
José Fonseca
2010-03-10
1
-9
/
+17
*
|
trace: include tr_public.h
Keith Whitwell
2010-03-10
1
-0
/
+1
[next]