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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-75
/
+48
*
nouveau: compilation fixes
Patrice Mandin
2008-03-02
1
-2
/
+2
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-5
/
+7
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-1
/
+0
*
nouveau: ddx versioning changed
Ben Skeggs
2008-02-12
1
-1
/
+6
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
2
-2
/
+2
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
2
-9
/
+8
*
nouveau: ppc, swap fragment programs on big endian systems.
Dave Airlie
2007-11-01
3
-5
/
+16
*
More vblank cleanups.
Michel Dänzer
2007-10-30
1
-1
/
+7
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
3
-5
/
+2
*
Merge branch 'dri2'
Kristian Høgsberg
2007-10-12
1
-58
/
+38
|
\
|
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-58
/
+38
|
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-11
/
+11
*
|
nouveau: move nv10 clear command, for usage by other gpu
Patrice Mandin
2007-10-06
4
-83
/
+115
|
/
*
nouveau: Replace removed device classes with their proper labels.
Maarten Maathuis
2007-10-04
1
-33
/
+33
*
nouveau: add GeForce 7300 SE to card list
Dave Airlie
2007-09-20
1
-0
/
+1
*
nouveau : nv1x use OUT_RING_CACHE_FORCE for NV10_TCL_PRIMITIVE_3D_PROJECTION_...
Matthieu Castet
2007-09-19
1
-2
/
+2
*
nouveau : add OUT_RING_CACHE_FORCE* to add stuff in the cache even if the val...
Matthieu Castet
2007-09-19
1
-4
/
+30
*
nouveau : add GL_FOG_COLOR + fix a compil error
Matthieu Castet
2007-09-19
1
-3
/
+14
*
nouveau: nv10: color logic op only for nv11+
Patrice Mandin
2007-09-19
1
-2
/
+8
*
nouveau : avoid vertex_size / 4 for each vertex ops
Matthieu Castet
2007-09-16
1
-13
/
+12
*
nouveau : use GLfloat instead of uint32_t. After all, our vertex attributes a...
Matthieu Castet
2007-09-16
1
-10
/
+10
*
nouveau : implement nv10_render_points
Matthieu Castet
2007-09-16
1
-1
/
+28
*
nouveau : fix nv10_render functions
Matthieu Castet
2007-09-16
1
-37
/
+15
*
nouveau : opps I introduce a bug when cleaning vertex pos attribute swap patch
Matthieu Castet
2007-09-16
1
-2
/
+2
*
nouveau : nv1x pos vertex attribute need to be the first in mesa.
Matthieu Castet
2007-09-16
1
-14
/
+58
*
nouveau : use new nouveau_reg.h with correct Bracket in macro
Matthieu Castet
2007-09-15
5
-370
/
+3863
*
nouveau : check for nmesa->state_cache.atoms overflow
Matthieu Castet
2007-09-14
1
-0
/
+1
*
nouveau : fix NV10_TCL_PRIMITIVE_3D_CLIP_PLANE
Matthieu Castet
2007-09-14
2
-3
/
+3
*
nouveau : diable broken light enable on nv10
Matthieu Castet
2007-09-13
1
-1
/
+11
*
nouveau: nv10: check NULL pointers
Patrice Mandin
2007-09-06
1
-2
/
+6
*
nouveau: init depth range
Patrice Mandin
2007-09-06
1
-0
/
+1
*
nouveau: nv10: replace macros by loop to set vertex attributes
Patrice Mandin
2007-09-06
1
-54
/
+41
*
nouveau: need parenthesis around macro params, generator should be fixed
Patrice Mandin
2007-09-06
1
-1
/
+1
*
nouveau: nv10: emit vertex data in proper order for nv1x hw
Patrice Mandin
2007-09-05
1
-22
/
+56
*
nouveau: who needs nv03 ?
Stephane Marchesin
2007-09-04
3
-13
/
+0
*
nouveau: nv10: need to transpose mesa model+proj matrix for hw
Patrice Mandin
2007-09-04
3
-14
/
+5
*
nouveau: nv10: forgot function to set modelview matrix
Patrice Mandin
2007-09-03
1
-1
/
+11
*
nouveau: separate modelview and projection matrix updates
Patrice Mandin
2007-09-03
7
-34
/
+32
*
nouveau: nv10: remove setting projection matrix when scaling viewport
Patrice Mandin
2007-08-31
1
-30
/
+11
*
nouveau: add hw-dependent function to update modelview*projection matrix
Patrice Mandin
2007-08-31
7
-0
/
+85
*
nouveau: nv10: set total stride of vertex array for POS attribute
Patrice Mandin
2007-08-27
1
-9
/
+15
*
nouveau: nv10: also set modelview0 matrix to identity
Patrice Mandin
2007-08-25
1
-1
/
+5
*
nouveau: nv10: add a scissor func, do not cache viewport settings
Patrice Mandin
2007-08-25
1
-28
/
+68
*
nouveau: nv10: properly set viewport and projection
Patrice Mandin
2007-08-25
1
-3
/
+3
*
nouveau: nv10: set projection matrix from viewport size
Patrice Mandin
2007-08-22
1
-18
/
+33
*
nouveau: nv10: initialize more of nv10 tcl engine
Patrice Mandin
2007-08-22
1
-0
/
+102
*
nouveau: nv10: Move some initialization stuff
Patrice Mandin
2007-08-21
1
-13
/
+23
*
nouveau: Use proper notifier object
Patrice Mandin
2007-08-21
1
-2
/
+2
*
nouveau: nv10: Remove commented, unsupported by hw command
Patrice Mandin
2007-08-21
1
-7
/
+0
[next]