Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-12 | radeon: add mminfo struct to wrapper | Dave Airlie | |
2009-02-12 | radeon: add defines for future bits | Dave Airlie | |
2009-02-12 | r200: make build complete | Dave Airlie | |
2009-02-12 | r300: make r300 work with latest changes | Dave Airlie | |
2009-02-12 | radeon: make build without libdrm_radeon better | Dave Airlie | |
2009-02-13 | radeon/r200/r300: make build again with tracker changes | Dave Airlie | |
2009-02-12 | radeon: remove depends on libdrm_radeon for now. | Dave Airlie | |
will fixup makefiles later to detect and use libdrm_Radeon in proper places | |||
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | r200/r300: get up to speed on renamed files | Dave Airlie | |
2009-02-12 | radeon: renaming and headers cleanup | Dave Airlie | |
2009-02-12 | r100/r200: fix front rendering issue. | Dave Airlie | |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie | |
This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor | |||
2009-02-11 | Fix an i965 assertion failure on glClear() | Robert Ellison | |
While running conform with render-to-texture: conform -d 33 -v 2 -t -direct the i965 driver failed this assertion: intel_clear.c:77: intel_clear_tris: Assertion `(mask & ~((1 << BUFFER_BACK_LEFT) | (1 << BUFFER_FRONT_LEFT) | (1 << BUFFER_DEPTH) | (1 << BUFFER_STENCIL))) == 0' failed. The problem is that intel_clear_tris() is called by intelClear() to clear any and all of the available color buffers, but intel_clear_tris() actually only handles the back left and front left color buffers; so the assertion fails as soon as you try to clear a non-standard color buffer. The fix is to have intelClear() only call intel_clear_tris() with buffers that intel_clear_tris() can support. intelClear() already backs down to _swrast_Clear() for all buffers that aren't handled explicitly. | |||
2009-02-11 | r300: disable assert that fires | Dave Airlie | |
2009-02-11 | radeon: unmap in case of two dma regions being used for one cmdbuf | Dave Airlie | |
2009-02-11 | radeon: cleanup cmdbuffer | Dave Airlie | |
2009-02-11 | r300: fix front buffer rendering properly fixes tests in glean | Dave Airlie | |
2009-02-11 | r200: fix build | Dave Airlie | |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt | |
This involved fixing driConcatConfigs to not return const (which had made a mess of a previous patch too). | |||
2009-02-10 | sis: fix signedness warnings | Eric Anholt | |
2009-02-10 | trident: Fix signedness warning. | Eric Anholt | |
2009-02-10 | tdfx: Fix begin/endquery for current API. | Eric Anholt | |
2009-02-10 | intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush(). | Eric Anholt | |
Everything other than "make sure the last rendering ends up visible on the screen" doesn't need that behavior. | |||
2009-02-10 | intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format. | Eric Anholt | |
2009-02-10 | intel: Fix some state leakage of {Client,}ActiveTexture in metaops. | Eric Anholt | |
Found while debugging cairo-gl. | |||
2009-02-10 | intel: don't crash when dri2 tells us about buffers we don't care about. | Eric Anholt | |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul | |
This is the big merge of the gallium-0.2 branch into master. gallium-master-merge was just the staging area for it. Both gallium-0.2 and gallium-master-merge are considered closed now. Conflicts: progs/demos/Makefile src/mesa/main/state.c src/mesa/main/texenvprogram.c | |||
2009-02-10 | intel: minor reformatting, comments | Brian Paul | |
2009-02-11 | radeon: fix span init needs more work | Dave Airlie | |
2009-02-11 | radeon/r200/r300: merge span code into single shared file | Dave Airlie | |
2009-02-11 | radeon/r200: flush vertices when data in cmdbuf. | Dave Airlie | |
This fixes a whole bunch of regressions in piglit | |||
2009-02-11 | radeon: r100 can't use some of the texture formats. | Dave Airlie | |
this fixes the texrect-many test | |||
2009-02-11 | radeon/r200/r300: fix span code for depth reading. | Dave Airlie | |
makes the maskedClear test work | |||
2009-02-10 | r100: remove debug code | Dave Airlie | |
2009-02-10 | r100: fix 3D texture fallback | Dave Airlie | |
2009-02-10 | radeon: fix fallback case where t->mt is valid NULL | Dave Airlie | |
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer | |
Add the MSAA samples array or make sure its contents are initialized. | |||
2009-02-09 | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | |
2009-02-09 | i965: need to disable current shader, if any, in intel_clear_tris() | Brian Paul | |
Fixes bad background in all the progs/glsl/ tests. | |||
2009-02-10 | radeon: put back state emission lastcmd | Dave Airlie | |
2009-02-10 | r200: invalidate texture paths in some more places | Dave Airlie | |
2009-02-10 | radeon: major cleanups removing old dead codepaths. | Dave Airlie | |
This should be working gears on radeon state | |||
2009-02-09 | re-add MSAA support | Brian Paul | |
(cherry picked from commit f7d80aa00611917bc8ce637136d982b151b8f44f) This also involved adding the new MSAA fields to driCreateConfigs(). Also, re-add prog_instructions->Sampler field for i965 driver. Will have to revisit that. | |||
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-02-09 | radeon: fix alignment issues in ELT code | Dave Airlie | |
2009-02-09 | radeon: make more r100 work | Dave Airlie | |
2009-02-09 | r200: cleanup some bits that aren't used | Dave Airlie | |
2009-02-07 | radeon: remove include that breaks build in !OLD_PACKET path | Dave Airlie | |
this path isn't enabled by default in any case. | |||
2009-02-06 | radeon: port over arrays code even though not in use yet | Dave Airlie | |
2009-02-06 | r100: fixup radeon so gears seems to work | Dave Airlie | |