Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-17 | rather than use CRTC 1 (aka LVDS), try and setup all connectors/encoders | Alan Hourihane | |
and get the same output on all. | |||
2008-08-17 | choose a 1024x768 resolution | Alan Hourihane | |
2008-08-17 | choose sane default for dri driver location | Alan Hourihane | |
2008-08-15 | fix DESTDIR omissions | Hanno Böck | |
2008-08-15 | mesa: glsl: fix linking of varying vars which are arrays | Brian Paul | |
2008-08-15 | gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are ↵ | Brian Paul | |
missing/null fixes potential segfaults when vertex arrays are missing | |||
2008-08-15 | xlib: Kill xmesa_surface. | José Fonseca | |
A winsys cannot expect that the surfaces passed display_surface are the surfaces it created, as surface are now in generate texture views created by pipe_screen. Indeed, the fact it was working so far was mere luck. This fixes a weird tiled output when using the trace pipe driver. Winsys' surfaces should die. | |||
2008-08-15 | trace: Fix typo. | José Fonseca | |
2008-08-15 | python/retrace: Update frame when PIPE_FLUSH_FRAME spotted. | José Fonseca | |
2008-08-15 | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | |
That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | |||
2008-08-15 | trace: Allow multiple screens. Flush after call. | José Fonseca | |
2008-08-15 | pyhon/retrace: Retrace surface contents. | José Fonseca | |
Now capable of replaying trivial/quad-tex-2d | |||
2008-08-15 | python/retrace: Keep addresses as strings. | José Fonseca | |
To simplify looking up these in the trace. | |||
2008-08-15 | trace: Several fixes. | José Fonseca | |
2008-08-15 | python: Fix put/get_tile_raw bindings. | José Fonseca | |
2008-08-15 | trace: Trace surface contents. | José Fonseca | |
2008-08-15 | trace: Make stream a global variable. | José Fonseca | |
This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly. | |||
2008-08-15 | mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish. | José Fonseca | |
2008-08-15 | gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame. | José Fonseca | |
2008-08-15 | python/retrace: Commit unsaved changes to the doc. | José Fonseca | |
2008-08-14 | gallium: init default texture image to gray | Brian Paul | |
2008-08-14 | gallium: use a default texture in update_textures(), update_samplers() when ↵ | Brian Paul | |
needed The default texture is used when the current fragment shader has texture sample instructions but the user has not provided/bound a texture. | |||
2008-08-14 | gallium: added queries to determin GL_EXT_packed_depth_stencil support | Brian Paul | |
2008-08-14 | trace: Update status. | José Fonseca | |
2008-08-14 | python: Update status. | José Fonseca | |
2008-08-14 | python/retrace: Application capable of replaying gallium traces. | José Fonseca | |
At the moment it is capable of replaying trivial/tri kind of apps. See README for status. | |||
2008-08-14 | python: Allow to use trace pipe driver with python. | José Fonseca | |
2008-08-14 | python: Fix typo in buffer::write. | José Fonseca | |
2008-08-14 | python: Remove unused var. | José Fonseca | |
2008-08-14 | xlib: Use trace usage. | José Fonseca | |
2008-08-14 | trace: Separate the trace screen/context vs the original screen/context. | José Fonseca | |
2008-08-14 | mesa: Don't use alignments < 4. | José Fonseca | |
2008-08-14 | mesa: posix_memalign requires alignment to be multiple of sizeof(void*) | José Fonseca | |
2008-08-14 | gallium: Catch errors from posix_memalign. | José Fonseca | |
2008-08-14 | python: Simplify st_winsys. | José Fonseca | |
2008-08-14 | python: Bindings fixes. | José Fonseca | |
2008-08-14 | translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements. | José Fonseca | |
2008-08-14 | check for winsys->destroy before calling | Alan Hourihane | |
2008-08-13 | gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET | Brian Paul | |
Fixes a few glean glsl regressions. | |||
2008-08-13 | gallium: in fallback_copy_texsubimage() create new tex surface for CPU read ↵ | Brian Paul | |
access Was trying to use the strb->surface but it's made for GPU read/write only. | |||
2008-08-13 | tgsi: Initial code for KILP, needs CCs working to be complete. | Michal Krol | |
2008-08-13 | tgsi: Use a homebrew version of toupper(). | Michal Krol | |
2008-08-13 | tgsi: Fix typo. | Michal Krol | |
2008-08-13 | tgsi: Validate instruction opcode and operand counts. | Michal Krol | |
2008-08-13 | tgsi: Use tgsi_info to dump opcode names. | Michal Krol | |
2008-08-13 | tgsi: Use tgsi_opcode_info. | Michal Krol | |
2008-08-13 | make: List tgsi_info.c. | Michal Krol | |
2008-08-13 | scons: List tgsi_info.c. | Michal Krol | |
2008-08-13 | tgsi: Opcode information. | Michal Krol | |
2008-08-13 | fix compilation | Zack Rusin | |