Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | gallium: Install DRI drivers into lib/gallium | Jakob Bornecrantz | |
2009-02-10 | gallium: Introduce new subdirs build variables | Jakob Bornecrantz | |
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13) | |||
2009-02-10 | Revert "cell: update linux-cell config" | Jakob Bornecrantz | |
This reverts commit 22c6c1eaad49692416f45bcbbcdc6424aea2da7c. Need to revert this since we reverted commited this depended on. | |||
2009-02-10 | Revert "mesa: added new linux-gallium and linux-gallium-debug configs" | Jakob Bornecrantz | |
This reverts commit abbe96cb6e7581a52652030e40442b943a482840. It only reverts parts of the commit the other parts where related to libmesagallium changes. | |||
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: add x86/rtasm/x86sse.c to fix linux-x86 build | Brian Paul | |
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 | cell: update linux-cell config | Brian Paul | |
2009-02-09 | mesa: build/use libmesagallium.a for gallium builds | Brian Paul | |
This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc. | |||
2009-02-09 | mesa: added new linux-gallium and linux-gallium-debug configs | Brian Paul | |
Also, remove gallium-related things from configs/default. They're in linux-gallium now. So the default builds are the same as they have been for Mesa/master. | |||
2009-02-09 | softpipe: add null ptr check in softpipe_map_constant_buffers() | Brian Paul | |
Fixes segfault regression in progs/glsl/identity.c | |||
2009-02-09 | mesa: prefix #includes with main/ | Brian Paul | |
2009-02-09 | swrast: fix typo: s/drapix/drawpix/ | Brian Paul | |
2009-02-09 | mesa: remove old 'sources' file in favor of 'sources.mak' | Brian Paul | |
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 | mesa: autoconf fixes for OS X | Siddhartha Chaudhuri | |
See bug report 17566. | |||
2009-02-09 | mesa: rework _mesa_reference_framebuffer() to look like ↵ | Brian Paul | |
_mesa_reference_renderbuffer() _mesa_unreference_framebuffer() is deprecated since _mesa_reference_framebuffer(ptr, NULL) can be used instead. | |||
2009-02-08 | nouveau: include and calc offset before changing dimensions for next level | Patrice Mandin | |
2009-02-08 | nouveau: upload and swizzle each mipmap level in turn | Patrice Mandin | |
2009-02-08 | r300: Accidentally removed a pipe_buffer_reference that should be there. | Corbin Simpson | |
2009-02-08 | r300: Add SW TCL paths for clear. | Corbin Simpson | |
This should make things work for people on RSxxx chipsets. | |||
2009-02-08 | r300: Update to match pipe_surface changes. | Corbin Simpson | |
2009-02-07 | cell: remove unused var | Brian Paul | |
2009-02-07 | cell: compile fix: many updates to cell texture code for new surface mapping | Brian Paul | |
The Cell texture code really needs a thorough inspection and clean-up someday... | |||
2009-02-07 | softpipe: simplify an assertion | Brian Paul | |
2009-02-07 | cell: compile fix: no-op xlib_create_brw_screen() for Cell build | Brian Paul | |
2009-02-07 | cell: compile fix: alpha.ref is now alpha.ref_value | Brian Paul | |
2009-02-07 | cell: compile fix: pipe_constant_buffer no longer has size field | Brian Paul | |
2009-02-07 | cell: compile fix: pipe_constant_buffer no longer has size field | Brian Paul | |
2009-02-07 | mesa: minor fixes to incomplete texture debug code | Brian Paul | |
2009-02-07 | mesa: debug code for printing info about textures, writing teximages to disk | Brian Paul | |
2009-02-07 | mesa: code refactoring: move texcombine code into update_tex_combine() | Brian Paul | |
2009-02-07 | mesa: minor clean-ups, remove unneeded conditional | Brian Paul | |
2009-02-07 | mesa: fix logic error in computing enableBits in update_texture_state() | Brian Paul | |
If we had a vertex shader but no fragment shader (i.e. fixed function) we didn't get the right enabled texture targets. Fixes blank/white texture problem. | |||
2009-02-07 | nouveau: Need to surface_copy() without a pipe context. | Younes Manton | |
2009-02-06 | Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ↵ | Corbin Simpson | |
gallium-0.2 | |||
2009-02-06 | Readd trace to list of default pipe drivers. | Corbin Simpson | |
Looks like the gallium-0.2-radeon merge clobbered it. | |||
2009-02-06 | Merge branch 'gallium-0.2-radeon' into gallium-0.2 | Corbin Simpson | |
2009-02-06 | Rename winsys amd to radeon. | Corbin Simpson | |
2009-02-06 | Remove r300 from default build. | Corbin Simpson | |
2009-02-06 | g3dvl: Catch up to gallium changes, fix build. | Younes Manton | |
2009-02-06 | nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT. | Younes Manton | |
2009-02-06 | nouveau: Frontbuffer pitch needs to be set. | Younes Manton | |
2009-02-06 | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoords | Brian Paul | |
Handle the case where there's no per-vertex texcoords but the fragment shader needs texcoords. Fixes piglit shaders/fp-generic/dph test. | |||
2009-02-06 | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) | Brian Paul | |
Fixes piglit shaders/fp-incomplete-tex test. | |||
2009-02-06 | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul | |
Replaces the VERBOSE_GLSL, VERBOSE_GLSL_DUMP flags which only worked in debug builds. MESA_GLSL will work both in debug and non-debug builds. Also add facility to dump glUniform() calls to stdout. | |||
2009-02-06 | mesa: tweak output of _mesa_write_shader_to_file() | Brian Paul | |
Enclose GPU code in comments to the file can be re-fed back into GLSL compiler. | |||
2009-02-06 | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul | |
This reverts commit b2e779988eeb595187933fe2122d86f8ccfe059c. I didn't mean to push this stuff yet. I'm having a bad git day... | |||
2009-02-06 | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul | |
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. |