| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-03-21 | gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA) to check if s3tc is ↵ | Brian Paul | |
| supported The PIPE_CAP_S3TC token will be deprecated. | |||
| 2008-03-21 | gallium: use is_format_supported() to determine if GL_EXT_texture_sRGB is ↵ | Brian Paul | |
| supported | |||
| 2008-03-21 | gallium: Update scons build for state tracker files added/removed. | Michel Dänzer | |
| 2008-03-21 | [i965] multiple rendering target fix | Zou Nan hai | |
| 2008-03-21 | r500: setup fragment program constant emission atom | Dave Airlie | |
| 2008-03-20 | gallium: catch some out of memory conditions in the texture image code. | Brian Paul | |
| st_finalize_texture()'s return code now indicates success/fail instead of presence of texture border (which we discard earlier). | |||
| 2008-03-20 | gallium: assign framebuffer width, height | Brian | |
| 2008-03-20 | gallium: unused var silence warning | Brian | |
| 2008-03-20 | gallium: glBitmap code now separe from glDraw/CopyPixels code | Brian | |
| Also, glBitmap now re-uses the vertex buffer to avoid frequent allocations/ deallocations. And, use u_simple_shaders utility code. | |||
| 2008-03-20 | gallium: glBitmap code now separated from glDraw/CopyPixels code | Brian | |
| 2008-03-20 | gallium: Y-invert blit depending on framebuffer orientation | Brian | |
| 2008-03-20 | gallium: in clear_with_quad() check fb orientation, invert Y if needed | Brian | |
| 2008-03-20 | gallium: create one vertex buffer and re-use, also enable bypass_clipping | Brian | |
| Quad clears should be a little more efficient now. | |||
| 2008-03-20 | gallium: use the utility pasthrough shaders | Brian | |
| This avoids the Mesa->TGSI translation step. | |||
| 2008-03-20 | [i915] GL_DEPTH_TEXTURE_MODE fix | Zou Nan hai | |
| 2008-03-20 | r300: add rv530 pci id for the t60p laptop | Dave Airlie | |
| 2008-03-20 | r300: this code really shouldn't be here. | Dave Airlie | |
| For R500 just ignore it for now while I do something interesting like run glxgears. | |||
| 2008-03-20 | mesa: cleanup state emission and rs for r500 | Dave Airlie | |
| trivial clear app now renders | |||
| 2008-03-20 | r500 RS unit setup | Dave Airlie | |
| 2008-03-20 | mesa: The span array is only populated in single-pixel | Xiang, Haihao | |
| point drawing function. | |||
| 2008-03-19 | [965] Initialize region surface key structure padding. | Eric Anholt | |
| Fixes valgrind warnings, and potential performance loss from cache misses. | |||
| 2008-03-19 | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. | Eric Anholt | |
| It was harmless, as the only time we need to clear PRESUMED_OFFSET, the variable had been initialized already. | |||
| 2008-03-19 | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | |
| 2008-03-19 | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul | |
| This provides better information about which images in texture object have changed. Also, call texture_update() from more places previously missed. | |||
| 2008-03-19 | gallium: need to set/save framebuffer state in st_context since we use it ↵ | Brian Paul | |
| elsewhere | |||
| 2008-03-19 | Radeon 9500 (0x4144) only has one pipe | Alex Deucher | |
| confirmed by Reid Linnemann <lreid@cs.okstate.edu> | |||
| 2008-03-19 | gallium: implement CSO save/restore functions for use by meta operations ↵ | Brian | |
| (blit, gen-mipmaps, quad-clear, etc) Also, additional cso_set_*() functions for viewport, framebuffer, blend color, etc. state. | |||
| 2008-03-19 | gallium: remove old commented-out code | Brian | |
| 2008-03-19 | x86_init_func_size() returns int to indicate success/fail (bug 15119) | Brian | |
| 2008-03-19 | s/x86_init_func/x86_init_func_size (fixes bug 15119) | Brian | |
| 2008-03-19 | [i915] arb point sprite only support in i965 | Zou Nan hai | |
| 2008-03-19 | [i915] fix fragment.position | Zou Nan hai | |
| 2008-03-19 | more r500 vs r300 kickin | Dave Airlie | |
| 2008-03-18 | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. | Eric Anholt | |
| The most egregious, and the one the bug report and failure in the cubemap demo were about was introduced with intel_mipmap_pitch_align(), where a "* 2" for the pitch calculation was lost. The base size < 32 case also failed to align, which may have caused problems with render to texture. Another bug would have broken 2x2/1x1 base mipmap levels by placing the data where the hardware wouldn't look for it. Other bugs remain with the layout of the small mipmap faces (hardware looks for them in X,Y,Z,-X,-Y,-Z order along the bottom row, but we lay them out X,-X,Y,-Y,Z,-Z). | |||
| 2008-03-18 | [i915] Add comments about how cube texture layout works. | Eric Anholt | |
| 2008-03-18 | [i915] Move miptree layout code into separate functions per target. | Eric Anholt | |
| Also clean up some other miscellaneous formatting nits while I'm at it. | |||
| 2008-03-18 | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt | |
| 2008-03-18 | [945] Remove conditional in 945 3D mipmap layout checking for cube layout. | Eric Anholt | |
| 2008-03-19 | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | |
| to slip over the allocated memory for the vb. pull in sse fixes from gallium-0.1 | |||
| 2008-03-19 | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | |
| to slip over the allocated memory for the vb. | |||
| 2008-03-19 | remove redundant init | Alan Hourihane | |
| 2008-03-18 | gallium: plug in and init GL_EXT_framebuffer_blit function/extension | Brian | |
| 2008-03-18 | gallium: added st_cb_blit.c | Brian | |
| 2008-03-18 | gallium: glFramebufferBlitEXT() implementation | Brian | |
| 2008-03-18 | gallium: fix typos | Brian | |
| 2008-03-18 | gallium: restore additional state after clearing with quad | Brian | |
| 2008-03-18 | gallium: use new color packing utility functions | Brian | |
| 2008-03-18 | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and ↵ | Zou Nan hai | |
| GL_LINE_STRIP" There is no information in GS to determinate when to reset line stipple count, still fallback to software This reverts commit 5a0314b431ab147c6156c3011f4cb54161ba4b25. | |||
| 2008-03-18 | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai | |
| 2008-03-18 | r300: add new rs690 pci id | Dave Airlie | |
