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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxiliary: fix u_split_prim naming convention
Luca Barbieri
2010-08-11
2
-6
/
+6
*
auxiliary: move Ben Skeggs' primitive splitter to common code
Luca Barbieri
2010-08-11
3
-102
/
+2
*
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
*
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
4
-2
/
+38
*
llvmpipe: Always use floating-point operators for floating-point types
nobled
2010-08-10
1
-9
/
+8
*
util: Move _mm_shuffle_epi8() to u_sse.h.
José Fonseca
2010-08-09
1
-28
/
+1
*
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
*
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: 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
1
-1
/
+1
*
r600g: finish multi target rendering support
Jerome Glisse
2010-08-06
5
-32
/
+68
*
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
6
-297
/
+346
*
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
*
r600g: add SRGB support.
Dave Airlie
2010-08-06
3
-4
/
+23
*
r600g: fixup z format translations.
Dave Airlie
2010-08-06
2
-20
/
+24
*
r600g: fix targetmask to work correctly.
Dave Airlie
2010-08-06
1
-2
/
+1
*
r600g: improve supported format selection.
Dave Airlie
2010-08-06
6
-142
/
+212
*
r600g: add bo wait after map.
Dave Airlie
2010-08-06
1
-0
/
+2
*
r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0
Marek Olšák
2010-08-06
2
-2
/
+6
*
llvmpipe: Only get no rast option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+5
*
nvfx: fix nv30 vertex program scalar opcodes
Luca Barbieri
2010-08-06
1
-1
/
+7
*
nvfx: shut up unknown cap 64 warning
Luca Barbieri
2010-08-06
1
-0
/
+2
*
r600g: don't use dynamic state allocation for states
Jerome Glisse
2010-08-05
6
-356
/
+296
*
r300g: fix fb_state atom size
Marek Olšák
2010-08-05
1
-2
/
+6
*
r300g: always emit hyperz state atom.
Dave Airlie
2010-08-05
1
-5
/
+2
*
r300g: disable hiz on rv530 for now.
Dave Airlie
2010-08-05
1
-1
/
+1
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
18
-47
/
+640
*
r600g: force flush on map as temporary fix to readpixel
Jerome Glisse
2010-08-04
1
-0
/
+2
*
r600g: always perform texture perspective divide + fix blending
Jerome Glisse
2010-08-04
4
-65
/
+88
*
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-08-03
1
-2
/
+7
*
r300g: disable multisample visuals until the state tracker bits catch up.
Dave Airlie
2010-08-04
1
-0
/
+3
*
r600g: add polygon offset support
Jerome Glisse
2010-08-03
3
-7
/
+62
*
r600g: flush and resubmit if we reach limit
Jerome Glisse
2010-08-03
4
-37
/
+13
[next]