Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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 | 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 | 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. | |||
2009-02-06 | r300: Clean up CS counting. | Corbin Simpson | |
2009-02-05 | r300: working trivial/clear for r5xx | Joakim Sindholt | |
2009-02-05 | r300: Add framebuffer setup stub. | Corbin Simpson | |
2009-02-05 | nv20: copy miptree flags from nv40 | Pekka Paalanen | |
nv20_miptree_create() should set various flags. Copy stuff over from nv40. trivial/tri does not abort on nv04 swizzled copy anymore. I still miss my triangle. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2009-02-05 | nv04-nv40: fix nv##_surface_copy() for flipped | Pekka Paalanen | |
If do_flipp is true, it would first do the proper copy, height would wrap around to unsigned maximum, and then it attempts to do another copy. Return after doing the proper copy. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2009-02-05 | nv04: fix pasto in nv04_surface_2d_init() | Pekka Paalanen | |
Wrong hardware object being used, when compared with earlier code. Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2009-02-05 | indices: quad fixes | Keith Whitwell | |
2009-02-05 | gallium: add new aux lib for index list translations | Keith Whitwell | |
Could this be the ultimate index list translating utility? Maybe, but it doesn't yet include support for splitting primitives. Unlike previous attempts, this captures all possible combinations of API and hardware provoking vertex, supports generated list reuse and various other tricks. Relies on python-generated code. | |||
2009-02-05 | gallium: fixup #includes: p_screen.h does not need anything in p_state.h | Brian Paul | |
2009-02-05 | gallium: move 'struct pipe_winsys' | Brian Paul | |
Not used in p_state.h but used in p_context.h and p_screen.h | |||
2009-02-05 | nv50: stop using nouveau_push.h, it's evil | Ben Skeggs | |
2009-02-05 | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs | |
2009-02-05 | nv50: move 2d blit/fill code into pipe driver | Ben Skeggs | |
2009-02-05 | nouveau: support getting "native" bo from winsys | Ben Skeggs | |
2009-02-04 | glsl: use _slang_var_swizzle() in a few places to simplify the code. | Brian Paul | |
2009-02-04 | glsl: remove unused prototype | Brian Paul | |
2009-02-04 | glsl: replace assertion with conditional in _slang_pop_var_table() | Brian Paul | |
We were hitting the assertion when we ran out of registers, which can happen. Also, add some additional assertions and freshen up some comments. |