index
:
~andrem/mesa
master
r600-basevtx
r600-blit
r600-debug
r600-depth
r600-dxtn
r600-glsl
r600-test
Unnamed repository; edit this file to name it for gitweb.
andrem
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
r600: compressed tex tiled upload via blitter
r600-dxtn
Andre Maasikas
15
-40
/
+415
2010-09-13
r600c: eg: fix typo
Andre Maasikas
1
-1
/
+1
2010-09-13
r600c: eg: 256 float4 constants may need more than 256 bytes
Andre Maasikas
2
-2
/
+2
2010-09-13
r600c: eg - fix uninitialized variable
Andre Maasikas
1
-0
/
+2
2010-09-13
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
2
-1
/
+13
2010-09-13
r300g: fix SWTCL
Marek Olšák
4
-41
/
+99
2010-09-13
llvmpipe: Unbreak rasterization on 64bit.
José Fonseca
1
-24
/
+22
2010-09-13
gallium: Change the resource_copy_region semantics to allow copies between di...
José Fonseca
1
-3
/
+5
2010-09-13
r600g: evergreen fixup dsa state for running query.
Dave Airlie
2
-3
/
+2
2010-09-13
r600c: remove stray unmap call
Andre Maasikas
1
-1
/
+0
2010-09-13
llvmpipe: use gcc asm only with gcc
José Fonseca
1
-1
/
+1
2010-09-13
r300g: print unassigned FS inputs for DBG_RS
Marek Olšák
1
-0
/
+9
2010-09-13
r300g: fix map_buffer
Marek Olšák
1
-4
/
+17
2010-09-13
r300/compiler: fix warnings
Marek Olšák
2
-2
/
+3
2010-09-13
r300g: add new debug options for dumping scissor regs and disabling CBZB clear
Marek Olšák
5
-3
/
+16
2010-09-13
r300g: skip rendering if CS space validation fails
Marek Olšák
3
-52
/
+73
2010-09-13
r300g: remove u_upload_flush from r300_draw_arrays
Marek Olšák
1
-1
/
+0
2010-09-12
nvfx: Remove unused variables.
Vinson Lee
3
-3
/
+1
2010-09-12
nvfx: Move declaration before code.
Vinson Lee
1
-6
/
+12
2010-09-12
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
6
-46
/
+127
2010-09-12
llvmpipe: allow tri_3_16 at any 4-aligned location within a tile
Keith Whitwell
1
-27
/
+50
2010-09-12
llvmpipe: refactor tri_3_16
Keith Whitwell
1
-17
/
+47
2010-09-12
llvmpipe: pass linear masks to fragment shader
Keith Whitwell
3
-73
/
+23
2010-09-12
llvmpipe: fix warnings on both 32 and 64 bit builds
Keith Whitwell
1
-3
/
+3
2010-09-12
llvmpipe: fix wierd performance regression in isosurf
Keith Whitwell
1
-6
/
+8
2010-09-12
pb: Fix the build, and add notes.
José Fonseca
5
-5
/
+14
2010-09-12
llvmpipe: Only generate the whole shader specialization for opaque shaders.
José Fonseca
1
-1
/
+7
2010-09-12
pb: add void * for flush ctx to mapping functions
Dave Airlie
11
-28
/
+24
2010-09-11
nv30: fix breakage due to 10 texcoord support on nv40
Luca Barbieri
1
-2
/
+2
2010-09-12
Add missing files to the tarball file lists.
Chia-I Wu
1
-1
/
+6
2010-09-12
mesa: Fix depend.es[12] generation when LLVM is enabled.
Chia-I Wu
2
-29
/
+27
2010-09-11
r600g: Undo bo placement change.
Tilman Sauerbeck
1
-1
/
+1
2010-09-11
llvmpipe: Silence some warnings.
José Fonseca
1
-2
/
+2
2010-09-11
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
1
-3
/
+1
2010-09-11
gallivm: Use const keyword on swizzles.
José Fonseca
2
-2
/
+2
2010-09-11
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2
-33
/
+87
2010-09-11
llvmpipe: Don't store display the alpha ref value in the key.
José Fonseca
4
-12
/
+13
2010-09-11
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
8
-8
/
+50
2010-09-11
gallivm: Helper functions for pointer indirection.
José Fonseca
2
-0
/
+56
2010-09-11
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2
-9
/
+4
2010-09-11
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
2
-0
/
+70
2010-09-11
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
4
-0
/
+1156
2010-09-11
gallivm: Move the texture modifiers to the header.
José Fonseca
2
-19
/
+20
2010-09-11
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
3
-6
/
+9
2010-09-11
Add a test for the KIL opcode
Alex Corscadden
1
-0
/
+18
2010-09-11
llvmpipe: restore larger command blocks
Keith Whitwell
1
-1
/
+1
2010-09-11
llvmpipe: move some debug to DEBUG_SCENE
Keith Whitwell
1
-2
/
+2
2010-09-11
llvmpipe: add DEBUG_MEM option
Keith Whitwell
3
-0
/
+14
2010-09-11
llvmpipe: allow bigger scenes
Keith Whitwell
1
-1
/
+1
2010-09-10
r300/compiler: Reorganize presub_helper()
Tom Stellard
1
-33
/
+27
[next]