Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | |
2009-03-26 | radeon/r200/r300: set correct row stride for rbs | Dave Airlie | |
2009-03-26 | r300: check buffer sizes in non-tcl case + set correct VRAM limits | Dave Airlie | |
2009-03-26 | radeon: fixup map/unmap texture to work with override BOs | Dave Airlie | |
if you hit this you've already failed but we shouldn't crash | |||
2009-03-26 | r200: add fbo files to the compile | Dave Airlie | |
2009-03-25 | r300: cleanup swtcl a little | Maciej Cencora | |
- remove disabled code - silence compiler warnings (uinitialized values) - remove unneeded code | |||
2009-03-25 | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-03-25 | slang: ensure structure elements have their array length set | Alan Hourihane | |
2009-03-25 | r300_cmdbuf.c: convert cast to a form supported by Sun cc | Alan Coopersmith | |
Fixes Sun cc error: "r300_cmdbuf.c", line 142: invalid cast expression Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-03-25 | r300: Texture size limit cleanups. | Michel Dänzer | |
Since core Mesa MAX_TEXTURE_LEVELS was bumped, we were incorrectly advertising a maximum texture size of 4096 on older chips, causing corrupted menu text in Extreme Tux Racer or Armagetron. Also make sure our texture image array can actually hold all the mipmap levels we support... | |||
2009-03-24 | mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there) | Alan Hourihane | |
2009-03-24 | mesa/st: bump gallium version to 0.3 | Keith Whitwell | |
To distinguish from the -0.2 version still being maintained on the gallium-mesa-7.4 branch. There are already greater interface changes between these two branches than there were between -0.2 and -0.1. Also stop injecting Tungsten into the vendor string - the Gallium in the renderer string should be sufficient. | |||
2009-03-24 | i965: fix point rasterization when rendering to FBO | Robert Ellison | |
The FBO pixel coordinate system, with (0,0) as the upper-left pixel, is inverted in Y compared to the normal OpenGL pixel coordinate system, which has (0,0) as its lower-left pixel. Viewport and polygon stipple are sensitive to this inversion; so is point rasterization. The basic fix is simple: when rendering to an FBO, instead of the normal RASTRULE_UPPER_RIGHT that's appropriate for OpenGL windows, use the Y inversion RASTRULE_LOWER_RIGHT. Unfortunately, current Intel documentation has this value listed as "Reserved, but not seen as useful". It does work on at least some i965-class devices, though; and the worst that could happen if an older device didn't support it would be incorrect point rasterization to FBOs, which is what happens already, so this fix is at least no worse than what happens presently, and is better for some (and possibly all) i965-class devices. | |||
2009-03-24 | radeon/r200/r300: fix warnings | Dave Airlie | |
2009-03-23 | i965: Fix glFrontFacing in twoside GLSL demo. | Eric Anholt | |
This also cuts instructions by just using the existing bit in the payload rather than computing it from the determinant in the SF unit and passing it as a varying down to the WM. Something still goes wrong with getting the backface color right, but a simpler shader appears to get the right result. | |||
2009-03-23 | i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used. | Eric Anholt | |
Previously, we would sample (f,glFrontFacing,undef,undef) instead of the (f,0,0,1) that fragment.fogcoord is supposed to return. Due to glFrontFacing's presence in FOGC.y, we'll still give bad results there when glFrontFacing is used. Bug #19122, piglit testcase fp-fog. | |||
2009-03-23 | i965: Clean up a bit of mess with unneeded variables in emit_interp. | Eric Anholt | |
2009-03-23 | i965: Fix trailing "d" in debug output for 3DSTATE_VERTEX_ELEMENTS. | Eric Anholt | |
2009-03-24 | r300: remove lock.h link | Dave Airlie | |
2009-03-24 | radeon: fixup some issue with fbos and sw fallbacks | Dave Airlie | |
2009-03-24 | radeon/r200/r300: set the texture depth correctly for DRI2 | Dave Airlie | |
2009-03-24 | radeon: actual format is rgba8 | Dave Airlie | |
2009-03-24 | radeon: fix typo | Dave Airlie | |
2009-03-24 | radeon: setup pipes for r300 | Dave Airlie | |
2009-03-24 | radeon: stupid mesa extension fail | Dave Airlie | |
2009-03-23 | i965: Fix occlusion query when no other WM state updates occur. | Eric Anholt | |
Turns out that XXX comment was important. We weren't flagging the WM to re-update with the statistics enable, so we got zeroes out of our query. Bug #20740, fixes piglit occlusion_query test. Signed-off-by: Eric Anholt <eric@anholt.net> | |||
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer | |
2009-03-23 | radeon: fixup wrapper bo name | Dave Airlie | |
2009-03-23 | Merge branch 'radeon-fbo-hacking' into radeon-rewrite | Dave Airlie | |
2009-03-23 | raedon/r200/r300: mega-FBO commits. | Dave Airlie | |
Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | |||
2009-03-22 | radeon fbo: add draw offset calcs | Dave Airlie | |
2009-03-22 | radeon/r200/r300: add support for new tfp interface | Dave Airlie | |
also fixup old interface, gets rid of white boxes in compiz | |||
2009-03-22 | Merge remote branch 'origin/master' into HEAD | Dave Airlie | |
2009-03-22 | radeon: use mipmap fns in FBO code | Dave Airlie | |
2009-03-22 | radeon: add miptree offset functions | Dave Airlie | |
2009-03-21 | r200: fix for sure | Dave Airlie | |
2009-03-21 | radeon/r200: oops make correct fbo init calls | Dave Airlie | |
2009-03-21 | radeon: add xRGB span functions | Dave Airlie | |
same as ARGB need to add a parameter to get ptr32 | |||
2009-03-21 | radeon: dri2 is hooked up elsewhere now | Dave Airlie | |
2009-03-21 | radeon/r200: add fbo init | Dave Airlie | |
2009-03-21 | radeon/r200: add fbo state changes | Dave Airlie | |
2009-03-21 | r300: fix viewport inversion for FBOs | Dave Airlie | |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell | |
2009-03-21 | st: Silence compiler warnings. | Michal Krol | |
2009-03-21 | radeon: align FBO pitch | Dave Airlie | |
2009-03-21 | radeon: fixup last missing x_off/y_off | Dave Airlie | |
2009-03-21 | radeon: add cpp/pitch to rrb | Dave Airlie | |
2009-03-21 | radeon/fbo: add x_off and y_off in correct places | Dave Airlie | |
2009-03-21 | radeon: dPriv handling is now in cliprects code | Dave Airlie | |
2009-03-21 | radeon: fixup span code for FBOs | Dave Airlie | |