2008-03-25 |
Ben Skeggs | Merge remote branch 'upstream/gallium-0.1' into nouveau... |
commit | commitdiff | tree |
2008-03-25 |
Ben Skeggs | nouveau: refcount buffers on validate list. |
commit | commitdiff | tree |
2008-03-25 |
Brian | gallium: fix a few bugs, warnings in the p_debug code |
commit | commitdiff | tree |
2008-03-25 |
Brian | gallium: move sampler_unit field to pstip_fragment_shad... |
commit | commitdiff | tree |
2008-03-25 |
Brian | gallium: save/restore samplers in draw_textured_quad() |
commit | commitdiff | tree |
2008-03-24 |
Brian Paul | mesa: call glutDestroyWindow (help find mem leaks) |
commit | commitdiff | tree |
2008-03-24 |
Brian Paul | gallium: fix a few texture border/mipmap glitches found... |
commit | commitdiff | tree |
2008-03-24 |
Brian Paul | gallium: check SamplersUsed to determine if texture... |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: make a copy of the vertex shader's token array. |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: use pipe_texture_reference() in a few places... |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: added tgsi_num_tokens() function to return... |
commit | commitdiff | tree |
2008-03-24 |
José Fonseca | gallium: Simple cross platform get-opt system. |
commit | commitdiff | tree |
2008-03-24 |
José Fonseca | gallium: cleanup p_debug |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: move filter assignment out of loop |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: fix REALLOC() to copy smaller of old/new sizes |
commit | commitdiff | tree |
2008-03-24 |
José Fonseca | gallium: Protect operator precedence in macro. |
commit | commitdiff | tree |
2008-03-24 |
Brian Paul | gallium: free bitmap fragment shaders, misc clean-up |
commit | commitdiff | tree |
2008-03-24 |
Brian Paul | gallium: add missing cso_save_samplers() call |
commit | commitdiff | tree |
2008-03-24 |
Michal Krol | gallium: Remove util_gen_mipmap_filter(). |
commit | commitdiff | tree |
2008-03-24 |
Brian | gallium: pass the filter mode to util_gen_mipmap(). |
commit | commitdiff | tree |
2008-03-24 |
Michal Krol | gallium: tweak coords in u_gen_mipmap code |
commit | commitdiff | tree |
2008-03-24 |
Keith Whitwell | draw: pre-declare referenced structs |
commit | commitdiff | tree |
2008-03-24 |
Keith Whitwell | Revert "draw: Fix #include order to fix Linux build." |
commit | commitdiff | tree |
2008-03-24 |
Michel Dänzer | draw: Fix #include order to fix Linux build. |
commit | commitdiff | tree |
2008-03-24 |
Ben Skeggs | nv40: maintain pipe_surface status field |
commit | commitdiff | tree |
2008-03-24 |
Ben Skeggs | nv40: respect rasterizer cso bypass_clipping flag |
commit | commitdiff | tree |
2008-03-24 |
Ben Skeggs | nouveau: fix infinite wait on space for userbuf. |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: check need_pipeline() in passthrough |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: tweak the definition of draw_need_pipeline, fix... |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: fix crlf |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: rename emit functions to match pipe_format names |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: restructure fetch/emit as a pair of function... |
commit | commitdiff | tree |
2008-03-23 |
Michal Krol | gallium: Add util_gen_mipmap_filter(). |
commit | commitdiff | tree |
2008-03-23 |
José Fonseca | gallium: Fix memory leak. |
commit | commitdiff | tree |
2008-03-23 |
José Fonseca | gallium: Remove the debug_mask_* stuff. |
commit | commitdiff | tree |
2008-03-23 |
José Fonseca | gallium: Fix typo. |
commit | commitdiff | tree |
2008-03-23 |
José Fonseca | gallium: Memory debugging utilities. |
commit | commitdiff | tree |
2008-03-23 |
José Fonseca | gallium: wrap decls in extern "C" |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | draw: fix some unsigned vs ushort confusion |
commit | commitdiff | tree |
2008-03-23 |
Keith Whitwell | gallium: beginnings of draw module vertex rework |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: vp reg changes similar to recent fp changes |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: fix fp depth write |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: remove some badness from fp temp/result allocation |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: catch fp extra-const cases where both const and... |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: fp: fix multiple refs to a single const withing... |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: workaround fp result.data[0] clobberage |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | nv40: add dxtn formats (disabled) |
commit | commitdiff | tree |
2008-03-23 |
Ben Skeggs | Merge remote branch 'upstream/gallium-0.1' into nouveau... |
commit | commitdiff | tree |
2008-03-22 |
Brian | gallium: fix a few more shader-related mem leaks |
commit | commitdiff | tree |
2008-03-22 |
Brian | use ctx->Driver.DeleteProgram() in a few more places |
commit | commitdiff | tree |
2008-03-22 |
Brian | gallium: free samplers, textures in destroy() |
commit | commitdiff | tree |
2008-03-22 |
Brian | gallium: remove temporary _screen suffix from function... |
commit | commitdiff | tree |
2008-03-22 |
Brian | gallium: fix a few mem leaks when deleting programs |
commit | commitdiff | tree |
2008-03-22 |
Brian | gallium: fix mem leak (fee pstipple stage) |
commit | commitdiff | tree |
2008-03-22 |
Brian | delete default programs with ctx->Driver.DeleteProgram() |
commit | commitdiff | tree |
2008-03-22 |
José Fonseca | gallium: Remove pedantic asserts. |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Generate blend / depth test code when state atom... |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Change code-gen for CONST_COLOR blend factor |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | Tabs to spaces |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Remove unnecessary default_blend work-around |
commit | commitdiff | tree |
2008-03-21 |
Brian | gallium: fix const buffer update bug |
commit | commitdiff | tree |
2008-03-21 |
Brian | Refactor PBO validate/map code. |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: implement PBO operations for glDraw/ReadPixels... |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | add a number of PBO validate/map/unmap functions |
commit | commitdiff | tree |
2008-03-21 |
Brian | Fix some PBO breakage. |
commit | commitdiff | tree |
2008-03-21 |
Brian | i915: added to-do note about setting the max_lod regist... |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | mesa: minor code re-org |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA... |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: added DXT formats (preliminary, will probably... |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: use is_format_supported() to determine if... |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: document is_format_supported()'s type param |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: PIPE_FORMAT_TYPE_ comments |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: added sRGB formats |
commit | commitdiff | tree |
2008-03-21 |
Brian Paul | gallium: additional comments, fix typos, etc |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: fix bug in query code |
commit | commitdiff | tree |
2008-03-21 |
Michel Dänzer | gallium: Update scons build for state tracker files... |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: add 16-bit SSCALED vb formats |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: ensure vb relocs don't end up on list for swtnl |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: call semi-magic 0x1d88 method |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: swtnl fallback on unsupported array format |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: oops |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: s/free/FREE/ |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: align each level to 64 pixels |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: use num_cbufs |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nouveau: do a retry if initial buffer alloc fails |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nouveau: use saved fence pointer, not head of unsignall... |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nouveau: potentially delay buffer destruction |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nouveau: try combining prev and next resources on free |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | nv40: use new pipe_framebuffer width/height fields |
commit | commitdiff | tree |
2008-03-21 |
Ben Skeggs | Merge remote branch 'upstream/gallium-0.1' into nouveau... |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Fix several bugs in blend code-gen |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Call the correct function to generate blending... |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Fix bus error when there is no depth buffer |
commit | commitdiff | tree |
2008-03-21 |
Ian Romanick | cell: Use code-gen for alpha blend |
commit | commitdiff | tree |
2008-03-20 |
Brian Paul | gallium: catch some out of memory conditions in the... |
commit | commitdiff | tree |
2008-03-20 |
Brian | gallium: set fb.width/height |
commit | commitdiff | tree |
2008-03-20 |
Brian | gallium: enable vp input semantic info |
commit | commitdiff | tree |
2008-03-20 |
Brian | gallium: use new framebuffer width, height fields |
commit | commitdiff | tree |
2008-03-20 |
Brian | cell: use pipe_framebuffer_state.width, height |
commit | commitdiff | tree |
2008-03-20 |
Brian | gallium: assign framebuffer width, height |
commit | commitdiff | tree |
next |