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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600c: const buffer sizes must be a multiple of 16 consts
Alex Deucher
2010-09-13
3
-29
/
+21
*
EGL DRI2: add PCI ID for Ironlake mobile
Jesse Barnes
2010-09-13
1
-0
/
+1
*
r600c/eg: remove obselete comment
Alex Deucher
2010-09-13
1
-2
/
+0
*
r600c/eg: remove unused emit timestamp function
Alex Deucher
2010-09-13
1
-8
/
+0
*
r600c/eg: emit CB_BLEND_ALPHA with the other blend values
Alex Deucher
2010-09-13
1
-5
/
+5
*
r600c: remove redundant state emit on evergreen
Alex Deucher
2010-09-13
1
-17
/
+0
*
mesa: Revert accidentally committed vertex code chunk
Kristian Høgsberg
2010-09-13
1
-2
/
+0
*
r600c: eg: fix typo
Andre Maasikas
2010-09-13
1
-1
/
+1
*
r600c: eg: 256 float4 constants may need more than 256 bytes
Andre Maasikas
2010-09-13
2
-2
/
+2
*
r600c: eg - fix uninitialized variable
Andre Maasikas
2010-09-13
1
-0
/
+2
*
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
2010-09-13
2
-1
/
+13
*
r300g: fix SWTCL
Marek Olšák
2010-09-13
4
-41
/
+99
*
llvmpipe: Unbreak rasterization on 64bit.
José Fonseca
2010-09-13
1
-24
/
+22
*
gallium: Change the resource_copy_region semantics to allow copies between di...
José Fonseca
2010-09-13
1
-3
/
+5
*
r600g: evergreen fixup dsa state for running query.
Dave Airlie
2010-09-13
2
-3
/
+2
*
r600c: remove stray unmap call
Andre Maasikas
2010-09-13
1
-1
/
+0
*
llvmpipe: use gcc asm only with gcc
José Fonseca
2010-09-13
1
-1
/
+1
*
r300g: print unassigned FS inputs for DBG_RS
Marek Olšák
2010-09-13
1
-0
/
+9
*
r300g: fix map_buffer
Marek Olšák
2010-09-13
1
-4
/
+17
*
r300/compiler: fix warnings
Marek Olšák
2010-09-13
2
-2
/
+3
*
r300g: add new debug options for dumping scissor regs and disabling CBZB clear
Marek Olšák
2010-09-13
5
-3
/
+16
*
r300g: skip rendering if CS space validation fails
Marek Olšák
2010-09-13
3
-52
/
+73
*
r300g: remove u_upload_flush from r300_draw_arrays
Marek Olšák
2010-09-13
1
-1
/
+0
*
nvfx: Remove unused variables.
Vinson Lee
2010-09-12
3
-3
/
+1
*
nvfx: Move declaration before code.
Vinson Lee
2010-09-12
1
-6
/
+12
*
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
6
-46
/
+127
*
llvmpipe: allow tri_3_16 at any 4-aligned location within a tile
Keith Whitwell
2010-09-12
1
-27
/
+50
*
llvmpipe: refactor tri_3_16
Keith Whitwell
2010-09-12
1
-17
/
+47
*
llvmpipe: pass linear masks to fragment shader
Keith Whitwell
2010-09-12
3
-73
/
+23
*
llvmpipe: fix warnings on both 32 and 64 bit builds
Keith Whitwell
2010-09-12
1
-3
/
+3
*
llvmpipe: fix wierd performance regression in isosurf
Keith Whitwell
2010-09-12
1
-6
/
+8
*
pb: Fix the build, and add notes.
José Fonseca
2010-09-12
5
-5
/
+14
*
llvmpipe: Only generate the whole shader specialization for opaque shaders.
José Fonseca
2010-09-12
1
-1
/
+7
*
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-09-12
11
-28
/
+24
*
nv30: fix breakage due to 10 texcoord support on nv40
Luca Barbieri
2010-09-11
1
-2
/
+2
*
Add missing files to the tarball file lists.
Chia-I Wu
2010-09-12
1
-1
/
+6
*
mesa: Fix depend.es[12] generation when LLVM is enabled.
Chia-I Wu
2010-09-12
2
-29
/
+27
*
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
[next]