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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: initialize VAP_VTX_STATE_CNTL
Marek Olšák
2010-08-11
1
-0
/
+5
*
r300g: implement gl_FrontFacing
Marek Olšák
2010-08-11
3
-7
/
+53
*
svga: Remove unnecessary headers.
Vinson Lee
2010-08-10
1
-2
/
+0
*
r300g: Remove unnecessary header.
Vinson Lee
2010-08-10
1
-1
/
+0
*
r300/compiler: Implement hardware assisted loops for vertex shaders.
Tom Stellard
2010-08-10
3
-1
/
+40
*
r600g: avoid reemiting literal, avoid scheduling empty cs
Jerome Glisse
2010-08-10
6
-32
/
+40
*
util: Add util_format_srgb().
José Fonseca
2010-08-10
1
-0
/
+38
*
gallivm: fix non-SSE4.1 case in lp_build_pack2()
Brian Paul
2010-08-10
1
-5
/
+9
*
gallivm: Fix bitwise operations for floats, division for integers
nobled
2010-08-10
2
-5
/
+27
*
gallivm: Even more type checking
nobled
2010-08-10
2
-1
/
+26
*
llvmpipe: Always use floating-point operators for floating-point types
nobled
2010-08-10
1
-9
/
+8
*
gallivm: More type checks.
José Fonseca
2010-08-09
1
-0
/
+43
*
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
2010-08-09
2
-9
/
+4
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
7
-92
/
+137
*
util: Move _mm_shuffle_epi8() to u_sse.h.
José Fonseca
2010-08-09
2
-28
/
+30
*
r600g: fix r600 context structure, avoid segfault when no scissor
Jerome Glisse
2010-08-09
2
-3
/
+16
*
r300g: do not print shader compiler errors by default
Marek Olšák
2010-08-09
2
-5
/
+4
*
r600g: fix some warnings
Marek Olšák
2010-08-09
3
-3
/
+5
*
r600g: fill out some missing caps and sort them
Marek Olšák
2010-08-09
1
-32
/
+65
*
r300g: fix hiz/zmask offset emissions.
Dave Airlie
2010-08-09
1
-2
/
+2
*
nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCK
Luca Barbieri
2010-08-09
1
-3
/
+2
*
r300g: remove a flush
Marek Olšák
2010-08-08
1
-1
/
+0
*
gallivm: Fix more integer operations.
José Fonseca
2010-08-08
1
-2
/
+4
*
gallivm: Use the correct context for integers
nobled
2010-08-08
1
-1
/
+1
*
r300g: flush zmasks of zbuffers we are going to use as samplers
Marek Olšák
2010-08-08
4
-7
/
+58
*
r300g: do not allocate a zmask block for 3D textures and cubemaps
Marek Olšák
2010-08-08
1
-0
/
+6
*
r300g: generalize the way we ask for hyperz
Marek Olšák
2010-08-08
1
-9
/
+26
*
gallivm: Add type checks for the basic operations.
José Fonseca
2010-08-08
1
-0
/
+12
*
draw: Remove unused variable.
José Fonseca
2010-08-08
1
-4
/
+2
*
draw: Use the correct type for integers
nobled
2010-08-08
1
-4
/
+2
*
r300g: take hiz/zmask offsets into a/c when clearing.
Dave Airlie
2010-08-08
1
-0
/
+4
*
r300g: fix cbzb clears when hyperz is off
Marek Olšák
2010-08-07
5
-10
/
+11
*
nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.h
Maarten Maathuis
2010-08-06
1
-6
/
+4
*
r600g: add PA_CL_CLIP_CNTL definition
Jerome Glisse
2010-08-06
1
-0
/
+55
*
r600g: fix rendering, only enable target we write too
Jerome Glisse
2010-08-06
1
-2
/
+2
*
r600g: really fix multi target support
Jerome Glisse
2010-08-06
4
-46
/
+26
*
gallium: remove stray semicolons
Brian Paul
2010-08-06
4
-4
/
+4
*
r600g: finish multi target rendering support
Jerome Glisse
2010-08-06
6
-38
/
+158
*
targets/egl: Fix build by including missing headers.
Vinson Lee
2010-08-06
2
-0
/
+2
*
draw: Add an assertion to varray's version of trim().
Chia-I Wu
2010-08-07
1
-1
/
+6
*
draw: Fix draw_pt_split_prim for primitives with adjacency.
Chia-I Wu
2010-08-07
1
-3
/
+3
*
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
2010-08-07
1
-13
/
+23
*
r600g: fix color format, indentation, defines
Jerome Glisse
2010-08-06
3
-89
/
+93
*
Revert "r600g: don't use dynamic state allocation for states"
Jerome Glisse
2010-08-06
12
-362
/
+647
*
draw: Avoid mixed declarations and code.
Chia-I Wu
2010-08-06
3
-4
/
+4
*
r300g: Remove unnecessary headers.
Vinson Lee
2010-08-05
1
-2
/
+0
*
r600g: start to fix up multiple targets.
Dave Airlie
2010-08-06
3
-17
/
+50
*
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
1
-19
/
+15
*
draw: Mask out vertex flags in GS and stream output.
Chia-I Wu
2010-08-06
2
-2
/
+2
*
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
2
-296
/
+36
[next]