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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Don't bother touching lighting stuff if shaders are in use
Ben Skeggs
2006-11-19
1
-1
/
+15
|
*
Fix nv30LineWidth, hw expects a ubyte.
Ben Skeggs
2006-11-19
1
-1
/
+5
|
*
Avoid sharing subchannels with the ddx until context switching is done
Ben Skeggs
2006-11-19
1
-1
/
+1
|
*
More FIFO fixes.
Ben Skeggs
2006-11-19
2
-2
/
+8
|
*
Stupid bug..
Ben Skeggs
2006-11-19
1
-2
/
+2
|
*
poke the correct FIFO regs
Ben Skeggs
2006-11-19
1
-2
/
+2
|
*
More state functions
Stephane Marchesin
2006-11-18
3
-10
/
+56
|
*
Add nv20_state.c ; hook nv10_state.c into the build ; do the renaming
Stephane Marchesin
2006-11-18
5
-42
/
+621
|
*
Small unneeded nv03 fix
Stephane Marchesin
2006-11-17
1
-1
/
+1
|
*
Use RENDERINPUTS macros to access render_inputs_bitset
Ben Skeggs
2006-11-17
2
-11
/
+15
|
*
Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0.
Ben Skeggs
2006-11-17
3
-11
/
+18
|
*
jkolb pointed out that face can also be FRONT_AND_BACK. Added stencil funcs
Ben Skeggs
2006-11-16
1
-12
/
+63
|
*
Add nv30InitStateFuncs
Ben Skeggs
2006-11-16
2
-30
/
+89
|
*
nv10 state copy/pasted from nv30 state
Patrice Mandin
2006-11-16
1
-0
/
+498
|
*
Fix segfault in nouveauCalcViewport
Ben Skeggs
2006-11-13
1
-0
/
+2
|
*
Add include guard.
Jeremy Kolb
2006-11-12
1
-0
/
+3
|
*
Some more nouveau_screen.c setup, not sure how correct it is yet though..
Ben Skeggs
2006-11-12
5
-1
/
+337
|
*
We need nmesa->driFd and friends setup before we call nouveauFifoInit
Ben Skeggs
2006-11-12
1
-10
/
+10
|
*
Dont call exit() from the DRI driver, with AIGLX this is particularly nasty
Ben Skeggs
2006-11-12
4
-8
/
+13
|
*
fix typo
Ben Skeggs
2006-11-11
1
-1
/
+1
|
*
Some nouveau_screen work for darktama
Stephane Marchesin
2006-11-11
1
-0
/
+21
|
*
Fill in nv30PointSize and nv30Viewport.
Jeremy Kolb
2006-11-11
2
-2
/
+17
|
*
Fix the texture init function name
Stephane Marchesin
2006-11-11
2
-1
/
+6
|
*
Add the GL_LIGHING enable
Stephane Marchesin
2006-11-11
2
-3
/
+14
|
*
Some work on nv30 state, heavily based on jkolb's work
Stephane Marchesin
2006-11-11
4
-19
/
+470
|
*
Commit a small nitpick
Stephane Marchesin
2006-11-07
1
-1
/
+1
|
*
Architect the DRI :
Stephane Marchesin
2006-11-05
18
-185
/
+1705
|
*
Added OUT_RING* debugging macros. Compile with NOUVEAU_RING_DEBUG to use.
Jeremy Kolb
2006-11-01
1
-1
/
+22
|
*
Oops. Forgot to check in the context change.
Jeremy Kolb
2006-11-01
1
-0
/
+2
|
*
Fix compile errors. Add vblank_seq to nouveau_context.
Jeremy Kolb
2006-11-01
2
-3
/
+3
|
*
Kill all the current shader code.
Ben Skeggs
2006-09-24
4
-1389
/
+0
|
*
Some small changes
Stephane Marchesin
2006-09-17
3
-6
/
+11
|
*
Rename nouveau_tris.* to nouveau_swtcl.*
Stephane Marchesin
2006-09-17
7
-11
/
+14
|
*
Small changes
Stephane Marchesin
2006-09-17
4
-6
/
+4
|
*
Make nouveau actually compile
Stephane Marchesin
2006-09-17
3
-11
/
+18
|
*
Some work towards making the nv10 swtcl compile
Stephane Marchesin
2006-09-17
2
-9
/
+38
|
*
oops, time to go to bed
Patrice Mandin
2006-09-08
1
-1
/
+1
|
*
nv10: vertex attribute output format
Patrice Mandin
2006-09-08
2
-1
/
+24
|
*
more macros, still missing the alloc_verts one
Patrice Mandin
2006-09-08
1
-0
/
+6
|
*
reimport sw stuff
Patrice Mandin
2006-09-08
1
-36
/
+4
|
*
render_primitive macro
Patrice Mandin
2006-09-08
1
-1
/
+1
|
*
vert_copy_spec macro
Patrice Mandin
2006-09-08
1
-3
/
+5
|
*
vert_copy_rgba macro
Patrice Mandin
2006-09-08
1
-9
/
+1
|
*
basic primitives
Patrice Mandin
2006-09-08
1
-30
/
+41
|
*
Remove useless reference to fifo_num field
Patrice Mandin
2006-09-08
1
-3
/
+1
|
*
A couple of quick fixes, the original had some half-finished
Ben Skeggs
2006-06-03
1
-30
/
+45
|
*
Another TODO, so I don't forget..
Ben Skeggs
2006-06-03
1
-0
/
+1
|
*
Add start of vertex shader backend, will most likely not work correctly yet
Ben Skeggs
2006-06-03
4
-0
/
+1373
|
*
More context.
Jeremy Kolb
2006-04-17
1
-1
/
+3
|
*
Changed invalid context fields to valid ones.
Jeremy Kolb
2006-04-17
1
-5
/
+5
[prev]
[next]