Brian Paul
6ab6518735
clean-up, comments
19 年前
Brian Paul
0cb0a04eca
indent
19 年前
Roland Scheidegger
46e454863e
decrease the current vertex count by 1 if an uneven number of vertices is copied by _tnl_copy_vertices. Otherwise, since in this case it will copy an extra vertex to avoid problems with vertex order in the new buffer, one triangle will be drawn twice. This fixes bug #9062.
19 年前
Brian Paul
40c7cb7e17
const correctness
19 年前
Brian Paul
98ea0a3f1f
new comments
19 年前
Brian Paul
f9f4625367
clean-up, comments
19 年前
Brian Paul
958a8af3b0
reindent
19 年前
Brian Paul
982ceb6773
fix comments
19 年前
Ben Skeggs
7398748add
Some missing state init
19 年前
Roland Scheidegger
22b74ff2b7
fix the gl version test
19 年前
Ian Romanick
b0d8b13777
Add tdfx updates to release notes.
19 年前
Roland Scheidegger
7f9afedeb5
remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(). Connected to bug #9103, though that bug got fixed without this change too.
19 年前
Brian Paul
9540c9c04f
GLX protocol fixes for glMap* functions (bug 8899)
19 年前
Keith Whitwell
96c0a6de25
Prune incoming state to the atoms of interest. Hopefully this will
prevent driver-initiated statechanges in the middle of
DrawElements/DrawArrays from disturbing this code.
19 年前
Keith Whitwell
b72fbcbe63
Another fix
19 年前
Keith Whitwell
96228d952d
Set _NEW_LIGHT when materials are present in display lists also.
19 年前
Keith Whitwell
c8238aa0ff
Move setting of _NEW_LIGHT to only occur when materials are present.
19 年前
Roland Scheidegger
49a3ea8110
fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #9110).
19 年前
Patrice Mandin
3e4a5c0642
Enable nv10 tcl state
19 年前
Patrice Mandin
ac09b567a8
nv10,nv20: nvX0ShadeModel static function
19 年前
Patrice Mandin
677666eb70
nv10,nv20,nv30: color light components renamed from a,b,c to r,g,b
19 年前
Patrice Mandin
81ae0bd249
ah, correct revision now
19 年前
Patrice Mandin
4ed78e20a4
update from renouveau
19 年前
Patrice Mandin
b5e800068b
nv10: update state
19 年前
Brian Paul
8f008056b2
list header files in sources files (Dan Nicholson)
19 年前
Keith Whitwell
f332da515c
blend, logicop changes for intelEmitCopyBlit backported to i915
19 年前
Ben Skeggs
a75440bcf0
nouveauCreateDmaObject
19 年前
Keith Whitwell
b1c102d37b
More fixes, glean seems to run now.
19 年前
Stephane Marchesin
fb65450704
Remaining state cache changes
19 年前
Stephane Marchesin
0ea45b1ad8
Add the state caching mechanism. It seems to work, from what I can see.
19 年前
Alan Hourihane
33d2835182
Don't define as const's to avoid compiler optimization & warning.
19 年前
Keith Whitwell
64920ed10a
Fix more typos.
19 年前
Keith Whitwell
46c04525d2
Gary Wong's patches for CopyPixels Logiop (enable) and Blend
(disallow). Slightly cleaned to disallow on all blend states for code
consiseness and turn a table lookup into a function to match other
code in the driver.
19 年前
Keith Whitwell
f58ec215c5
Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.
19 年前
Keith Whitwell
d6f89107ba
Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code
after repositioning of INDEX value in BRW_ATTRIB enum.
19 年前
Sean D'Epagnier
0570fcfd93
Added correct include files to files,
No longer modify cmap if the device is truecolor (messes up dual monitors
with vt switching)
19 年前
Sean D'Epagnier
0337e5635f
glTexCoord3dv was not using third coordinate
19 年前
Jeremy Kolb
a20cf73053
More state.
19 年前
Rune Petersen
25e495d605
Disable fragment program debug messages.
19 年前
Jeremy Kolb
afb49fef90
Add state initialization to context creation.
19 年前
Brian Paul
b24320bb30
added new 'sources' file to tarball (might not get used though)
19 年前
Keith Whitwell
479aca6bf1
Fix typos that meant vbos were never unmapped
19 年前
Brian Paul
7cc5522f86
fix glPopAttrib/color material bug #9091
19 年前
Jouk Jansen
d2fc1c8384
Committing in .
Solve small definition problem for OpenVMS
Modified Files:
Mesa/src/mesa/shader/descrip.mms
19 年前
Keith Whitwell
87f602dd82
Don't perform dangling attribute check on POS attribute. It can't by
definition dangle (every vertex has a position). However
save->currentsz isn't properly maintained for this attribute, as there
is no current position value to track. Reported by Haihao Xiang.
19 年前
Stephane Marchesin
50c85daf02
Cleanup the swtcl code.
19 年前
Stephane Marchesin
ac208c95cd
Use NONINC_METHOD for vertex data.
19 年前
Stephane Marchesin
4165a10972
More work on the swtcl
19 年前
Stephane Marchesin
fe2e6100ec
More fifo debug fixes
19 年前
Stephane Marchesin
a8d34992ea
Oops.
19 年前