aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
...
* r200: fix cubemapsDave Airlie2009-01-222-9/+26
|
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-2214-1687/+1009
| | | | we now get texrect + trivial textures working
* r300/radeon: move face_for_targetDave Airlie2009-01-213-21/+18
|
* r300: start migrating common functions into common codeDave Airlie2009-01-213-123/+133
|
* r300: move to common texture_image objectDave Airlie2009-01-214-42/+43
|
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-2111-186/+173
|
* r200: make tri render on my r200.Dave Airlie2009-01-2112-94/+129
|
* r200: tri runs without crashing - doesn't draw anythingDave Airlie2009-01-203-208/+52
|
* r200: clear is working at least - not much elseDave Airlie2009-01-2030-1145/+1200
|
* r300: move some more function to genericDave Airlie2009-01-159-215/+217
|
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-159-105/+126
|
* r100/r200: move to new atom style emissionDave Airlie2009-01-154-24/+40
|
* radeon: get ctx right in copybufferDave Airlie2009-01-141-4/+2
|
* r200: add missing symbolsDave Airlie2009-01-142-3/+1
|
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-147-33/+61
|
* radeon: move debug symbol add DRI2Dave Airlie2009-01-145-13/+14
|
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-1418-225/+194
|
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-1412-192/+80
|
* radeon: remove old lock codeDave Airlie2009-01-143-369/+0
|
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-1413-944/+404
|
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-1436-741/+738
|
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-1446-1226/+1067
|
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-1412-117/+112
|
* radeon/r200: move state atom to common headerDave Airlie2009-01-149-137/+103
|
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-1321-425/+279
|
* radeon: use bo_wait to wait for all buffers to be rendered toDave Airlie2009-01-131-1/+10
| | | | | Not 100% sure this is correct, but its what Intel does and its better than CP_IDLE.
* radeon/r300: add code to setup r300 vs r500 using pci device from kernelDave Airlie2009-01-111-149/+177
|
* r300: disable settexoffset extension on r300Dave Airlie2008-12-221-1/+1
|
* radeon: fix library name for consistencyDave Airlie2008-12-221-1/+1
|
* radeon: remove start/end offset + cleanup some whitespaceDave Airlie2008-12-225-62/+33
|
* radeon: fixup r500 FP emission for new CSDave Airlie2008-12-223-42/+95
|
* radeno: hopefully make r200/radeon buildDave Airlie2008-12-212-4/+6
|
* radeon: make DRI1 one work with new CS mechanismDave Airlie2008-12-0110-110/+187
|
* radeon: cs add print cs callbackJerome Glisse2008-11-161-1/+6
|
* radeon: fix pointer danglingJerome Glisse2008-11-166-12/+16
|
* radeon: update to libdrm-radeon API changesJerome Glisse2008-11-156-21/+23
|
* radeon: dri2 don't forget to free bufferJerome Glisse2008-11-143-1/+77
|
* r300: release bo from pixmapJerome Glisse2008-11-143-4/+26
|
* r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse2008-11-147-49/+105
|
* r300: SetTex extension supportJerome Glisse2008-11-149-19/+113
|
* r300: cs + DRI2 supportJerome Glisse2008-11-1421-348/+958
| | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet.
* r300: bo and cs abstraction.Jerome Glisse2008-11-1436-3343/+3360
| | | | | | | | | | This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse
* mesa: no longer need Writemask field in GLSL IR nodesBrian Paul2008-11-134-69/+23
| | | | The Swizzle and Size fields carry all the info we need now.
* mesa: revamp GLSL instruction emit codeBrian Paul2008-11-131-244/+381
| | | | | | | | | | | | | | | This is a step toward better array handling code. In particular, when more than one operand of an instruction uses indirect addressing, we'll need some temporary instructions and registers. By converting IR storage to instruction operands all in one place (emit_instruction()) we can be smarter about this. Also, somewhat better handling of dst register swizzle/writemask handling. This results in tighter writemasks on some instructions which is good for SOA execution. And, cleaner instruction commenting with inst_comment(). Next: remove some more dead code and additional clean-ups...
* mesa: make writemask_string() non-staticBrian Paul2008-11-132-4/+7
|
* mesa: remove some do-nothing GLSL codeBrian Paul2008-11-131-16/+0
|
* mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul2008-11-131-0/+1
| | | | Was broken by commit 9aca9a4b72b2a7b378e50bd88f9c3324d07375ec.
* mesa: use the tighter definition of GLSL ftransform() from the gallium branchesBrian Paul2008-11-132-31/+40
|
* mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul2008-11-133-188/+184
|
* mesa: fix bug in GLSL built-in matrix state lookupBrian Paul2008-11-131-2/+5
|