Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | nouveau: dst offset is correct | Patrice Mandin | |
2009-02-10 | pipebuffer: Drop reliance on pipe_winsys. | José Fonseca | |
2009-02-10 | Missing: tgsi: Fix build -- rename Size to NrTokens. | Patrice Mandin | |
2009-02-10 | nouveau: recalc sub width and height for each mipmap level | Patrice Mandin | |
2009-02-10 | nv40: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | nv30: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | nv20: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | brw: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | i915: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | gallivm: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | draw: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-02-10 | gallium: Rename Size member of TGSI token to NrTokens. | Michal Krol | |
Driver writers often got confused and assumed Size to be the number of immediate values in Immediate declaration. | |||
2009-02-10 | mesa: Compare formats using nominal bytes per pixel. | José Fonseca | |
This is a temporary fix which works for the formats we care so far. The real fix would be abandon the concept "nominal bytes per pixel" entirely in Mesa, and use macropixels instead, as done in gallium interfaces already. | |||
2009-02-10 | wgl: Fix null pointer reference. | José Fonseca | |
2009-02-10 | stw: Hack for applications which use wglSetPixelFormat instead of ↵ | José Fonseca | |
SetPixelFormat. | |||
2009-02-10 | glut: Use the official WGL functions. | José Fonseca | |
Especially using wglGetPixelFormat instead of GetPixelFormat causes problems with opengl32.dll and drivers that not hack around this issue. | |||
2009-02-10 | glut: DESCRIPTION .def clause deprecated. | José Fonseca | |
2009-02-10 | wgl: s/0x%p/%p/g | José Fonseca | |
Rather not have 0x prefix, than 0x0x in certain platforms. | |||
2009-02-09 | mesa: fixes for srgb formats | Roland Scheidegger | |
swizzling in fetch/store srgba/sargb functions fixed (consistent with equivalent non-srgb formats now). | |||
2009-02-09 | fix _mesa_get_teximage for srgb textures | Roland Scheidegger | |
2009-02-09 | indices: Fix typo. | José Fonseca | |
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 | 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 | 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 | |