Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/egl: Fix warning | Jakob Bornecrantz | 2009-03-25 | 1 | -1/+7 |
| | |||||
* | python: Show call no in image window. | José Fonseca | 2009-03-25 | 1 | -3/+4 |
| | |||||
* | trace: Update readme. | José Fonseca | 2009-03-25 | 1 | -3/+3 |
| | | | | | Actually, the trace driver with the xlib statetracker is still causing assertion failures here.. | ||||
* | trace: Number calls. | José Fonseca | 2009-03-25 | 2 | -1/+12 |
| | |||||
* | python/retrace: Use the call no when dumping images. | José Fonseca | 2009-03-25 | 1 | -3/+6 |
| | | | | To make it easy associate images with the calls. | ||||
* | python: Use a sequential number to identify each call. | José Fonseca | 2009-03-25 | 2 | -2/+15 |
| | | | | TODO: Modify the trace driver to generate these on the XML file itself. | ||||
* | python/trace: Control the interpreter from command line options. | José Fonseca | 2009-03-25 | 2 | -40/+80 |
| | |||||
* | python: Use Ansi escape codes regardless of output is a tty or not. | José Fonseca | 2009-03-25 | 1 | -1/+4 |
| | |||||
* | python: List packages needed on debian systems. | José Fonseca | 2009-03-25 | 1 | -0/+4 |
| | |||||
* | python: Allow to dump all images to disk. | José Fonseca | 2009-03-25 | 1 | -1/+13 |
| | |||||
* | python: Tweak instructions. | José Fonseca | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | python: s/pitch/stride/ | José Fonseca | 2009-03-25 | 2 | -4/+4 |
| | |||||
* | python: s/num_cbufs/nr_cbufs/ | José Fonseca | 2009-03-25 | 3 | -3/+3 |
| | |||||
* | wgl: Use right integer type. | José Fonseca | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | wgl: Use SetWindowLongPtr. | José Fonseca | 2009-03-25 | 1 | -6/+6 |
| | |||||
* | util: Use size_t (for x86_64). | José Fonseca | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | util: Don't use x86 asm on x86_64. | José Fonseca | 2009-03-25 | 4 | -16/+21 |
| | |||||
* | draw: Use size_t (for x86_64). | José Fonseca | 2009-03-25 | 1 | -5/+4 |
| | |||||
* | scons: Move MSVC specific away from Mingw builds. | José Fonseca | 2009-03-25 | 2 | -4/+10 |
| | |||||
* | r300: cleanup swtcl a little | Maciej Cencora | 2009-03-25 | 1 | -9/+1 |
| | | | | | | - remove disabled code - silence compiler warnings (uinitialized values) - remove unneeded code | ||||
* | scons: Support building with the Windows SDK. | José Fonseca | 2009-03-25 | 5 | -6/+151 |
| | | | | x86_64 is also supported. | ||||
* | egl: include stdint.h to get the c99 integer typedefs | Brian Paul | 2009-03-25 | 1 | -0/+1 |
| | | | | Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 | ||||
* | Add Solaris to OS'es using X in eglplatform.h | Alan Coopersmith | 2009-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | define __builtin_expect for non-gcc compilers in two more glx files | Alan Coopersmith | 2009-03-25 | 2 | -0/+8 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | 2009-03-25 | 9 | -26/+49 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith | 2009-03-25 | 3 | -4/+4 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | mklib improvements for Solaris | Alan Coopersmith | 2009-03-25 | 2 | -24/+39 |
| | | | | | | | | | Move flags for linking standard C/C++ libraries from configure.ac to mklib Use -norunpath flag when linking with Sun C++ compiler Convert mklib -exports list into a linker mapfile Set FINAL_LIBS correctly when -noprefix is used Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | glew: fix GLEW_LIB_NAME | Brian Paul | 2009-03-25 | 1 | -1/+1 |
| | | | | This fixes rebuilding of the library every time we run make. | ||||
* | Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of ↵ | Michel Dänzer | 2009-03-25 | 2 | -53/+0 |
| | | | | | | | | | | | | | | buffers." This scheme breaks when the display connection doesn't receive ConfigureNotify events. This caused reporoducible problems (cropped / misplaced output) when starting a 3D application in a guest operating system in VMware Workstation. This reverts commit dd1c68f15123a889a3ce9d2afe724e272d163e32. Conflicts: src/glx/x11/dri2_glx.c | ||||
* | gl: update include/GL/glext.h to version 48 | Brian Paul | 2009-03-25 | 1 | -10/+52 |
| | |||||
* | egl: don't use __FUNCTION__ in error messages | Brian Paul | 2009-03-25 | 1 | -4/+4 |
| | |||||
* | slang: ensure structure elements have their array length set | Alan Hourihane | 2009-03-25 | 1 | -0/+1 |
| | |||||
* | r300-gallium: r300-fs: Moar. | Corbin Simpson | 2009-03-25 | 5 | -22/+35 |
| | |||||
* | r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking. | Corbin Simpson | 2009-03-25 | 4 | -31/+84 |
| | | | | progs/trivial/clear no longer is horrifically wrong, just kind of wrong. | ||||
* | r300-gallium: r500-fs: Remove unused variable. | Corbin Simpson | 2009-03-25 | 1 | -1/+0 |
| | |||||
* | r300_cmdbuf.c: convert cast to a form supported by Sun cc | Alan Coopersmith | 2009-03-25 | 1 | -1/+1 |
| | | | | | | | Fixes Sun cc error: "r300_cmdbuf.c", line 142: invalid cast expression Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | r300: Texture size limit cleanups. | Michel Dänzer | 2009-03-25 | 4 | -6/+23 |
| | | | | | | | | | 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... | ||||
* | progs/vp: more psiz tests | Keith Whitwell | 2009-03-25 | 2 | -0/+15 |
| | |||||
* | nv50: fix typo in nv50_query.c | Ben Skeggs | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | nouveau: fix some pipe_buffer reference counting issues | Ben Skeggs | 2009-03-25 | 1 | -1/+5 |
| | |||||
* | mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there) | Alan Hourihane | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | nouveau: Frontbuffer needs to be marked as linear. | Younes Manton | 2009-03-24 | 1 | -1/+2 |
| | |||||
* | demos: add LDFLAGS for corender target, bug 20844 | Brian Paul | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | progs/vp: add pointsize + clamp test | Keith Whitwell | 2009-03-24 | 1 | -0/+9 |
| | |||||
* | mesa/st: bump gallium version to 0.3 | Keith Whitwell | 2009-03-24 | 1 | -13/+2 |
| | | | | | | | | | 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. | ||||
* | progs/trivial: add fflushes for cygwin | Keith Whitwell | 2009-03-24 | 115 | -0/+116 |
| | |||||
* | i965: fix point rasterization when rendering to FBO | Robert Ellison | 2009-03-24 | 3 | -1/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | progs/trivial: draw non-interleaved arrays out of one vbo | Keith Whitwell | 2009-03-24 | 3 | -0/+262 |
| | |||||
* | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz | 2009-03-24 | 2 | -1/+1 |
| | |||||
* | i965: Fix glFrontFacing in twoside GLSL demo. | Eric Anholt | 2009-03-23 | 8 | -38/+79 |
| | | | | | | | 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. |