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
/
nv04
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke the nv0x-nv2x gallium pipe drivers.
Francisco Jerez
2010-02-04
18
-2807
/
+0
*
gallium: fix more missing includes from various places
Dave Airlie
2010-02-04
1
-0
/
+1
*
nouveau: include stdio.h and u_inlines.h in all context files since embedded ...
Dave Airlie
2010-02-04
1
-0
/
+2
*
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
3
-3
/
+3
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
7
-7
/
+7
*
nv04: Update to new nouveau_class.h
Marcin Kościelnicki
2010-02-01
1
-20
/
+20
*
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+6
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
2
-5
/
+9
|
\
|
*
gallium: add the new PIPE_CAP blend bits to more drivers
Roland Scheidegger
2010-01-26
1
-0
/
+4
|
*
nouveau: adapt drviers to blend changes
Roland Scheidegger
2010-01-25
1
-5
/
+5
*
|
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-1
/
+1
|
/
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-6
/
+6
|
\
|
*
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-24
1
-6
/
+6
*
|
nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc
Marcin Slusarz
2010-01-05
4
-81
/
+123
*
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
2
-8
/
+6
|
\
\
|
*
|
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-21
2
-8
/
+6
*
|
|
nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40
Luca Barbieri
2009-12-30
2
-15
/
+18
*
|
|
nouveau: Unreference state/buffer objects on context/screen destruction.
Younes Manton
2009-12-28
1
-0
/
+2
*
|
|
nouveau: Fix swizzling for copies to rectangular textures
Luca Barbieri
2009-12-28
1
-3
/
+12
*
|
|
nouveau: Fix nv20-40 swizzled miptree RTs
Luca Barbieri
2009-12-28
2
-0
/
+50
*
|
|
nv04: Fix build after the latest nouveau_class.h changes.
Francisco Jerez
2009-12-28
6
-62
/
+62
*
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-19
1
-6
/
+0
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
2
-7
/
+9
*
|
nouveau: avoid running out of relocs
Maarten Maathuis
2009-12-14
1
-3
/
+6
|
/
*
nouveau: use boolean instead of bool
Roland Scheidegger
2009-12-08
1
-1
/
+1
*
nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.
Younes Manton
2009-12-06
2
-1
/
+3
*
Merge branch 'gallium-noblocks'
Roland Scheidegger
2009-12-04
3
-24
/
+10
|
\
|
*
gallium: adapt nv drivers to interface cleanups
Roland Scheidegger
2009-12-02
3
-24
/
+10
*
|
nv: Update for renamed sampler/texture state setters.
Michal Krol
2009-12-01
1
-2
/
+2
|
/
*
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
3
-15
/
+15
*
nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.
Younes Manton
2009-10-31
1
-0
/
+1
*
nouveau: implement is_{texture,buffer}_referenced properly
Ben Skeggs
2009-10-19
2
-26
/
+3
*
Add support for more 8 and 16 bits formats
Patrice Mandin
2009-10-12
1
-1
/
+10
*
nv04-nv40: Fix swizzle transfers for NPOT sizes.
Younes Manton
2009-10-06
1
-113
/
+34
*
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-21
/
+5
*
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-09-16
1
-2
/
+0
*
nv04: Handle more Z formats.
Younes Manton
2009-08-26
1
-0
/
+4
*
nouveau: swizzle a single row or column, doing it one pixel at a time
Patrice Mandin
2009-07-27
1
-28
/
+80
*
nouveau: only swizzle square textures for copy
Patrice Mandin
2009-07-26
1
-4
/
+11
*
nouveau: Take into account destination position for copy_swizzle, need to spl...
Patrice Mandin
2009-07-26
1
-2
/
+12
*
nouveau: Recursively swizzle an NPOT sized copy
Patrice Mandin
2009-07-26
1
-5
/
+21
*
nouveau: use nv04_surface_copy_swizzle only for POT sizes
Patrice Mandin
2009-07-24
1
-1
/
+4
*
nouveau: Take into account sx,sy parameters to read from source surface
Patrice Mandin
2009-07-22
1
-2
/
+2
*
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-07-14
1
-0
/
+2
*
nouveau: return some supported zeta formats
Ben Skeggs
2009-07-01
1
-0
/
+7
*
nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED
Ben Skeggs
2009-07-01
1
-0
/
+2
*
nouveau: Turn off debug cannon.
Younes Manton
2009-06-29
1
-2
/
+1
[next]