Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-30 | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/drivers/i915simple/i915_context.h | |||
2008-05-30 | i915: Remade texture allocation code again | Jakob Bornecrantz | |
2008-05-30 | i915: Fix extentions not being set | Jakob Bornecrantz | |
2008-05-29 | egl: new EGL/gallium/softpipe/xlib winsys | Brian Paul | |
Checkpoint commit. Most required code is in place, and compiles, but totally untested. | |||
2008-05-30 | gallium: Provide the INT64_C/UINT64_C macros. | José Fonseca | |
"long long" types and 1234LL constants are not supported by eVC. | |||
2008-05-30 | gallium: Replace getenv by placeholder code on WinCE. | José Fonseca | |
WinCE processes supposedly have environment, but it is not clear which API to use. | |||
2008-05-29 | draw: quieten some debug | Keith Whitwell | |
2008-05-29 | i915: Fix GPU lockup on resize | Jakob Bornecrantz | |
2008-05-29 | i915: Cleaned up intel_winsys_pipe.c | Jakob Bornecrantz | |
2008-05-29 | i915: Deprecated pipe_winsys buffer functions | Jakob Bornecrantz | |
2008-05-29 | draw: add more switches to turn FSE on/off | Keith Whitwell | |
2008-05-29 | gallium: MSVC warning fixes. | José Fonseca | |
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c src/gallium/auxiliary/draw/draw_pt_varray_tmp.h src/gallium/auxiliary/draw/draw_pt_vcache.c | |||
2008-05-29 | psb: Make msvc happy. | José Fonseca | |
Conflicts: src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c | |||
2008-05-29 | draw: michal's patch for calling powf... teapot still not quite right | Keith Whitwell | |
2008-05-29 | draw: better calculation of fetch_count | Keith Whitwell | |
2008-05-29 | draw: remove printf | Keith Whitwell | |
2008-05-29 | draw: make sure constant buffer data is aligned before passing to aos.c | Keith Whitwell | |
2008-05-29 | i915: Remove last usage of surface_alloc_storage | Jakob Bornecrantz | |
2008-05-29 | i915: Ops how did that get there | Jakob Bornecrantz | |
2008-05-29 | i915: Get up to date with the latest EGL changes | Jakob Bornecrantz | |
2008-05-29 | draw: draw_range_elements trial | Keith Whitwell | |
2008-05-29 | scons: Remove duplicate entry. | Michal Krol | |
2008-05-29 | draw: Put PIPE_CDECL in the right places. | José Fonseca | |
MSVC seems picky about this. | |||
2008-05-29 | draw: share machine | Keith Whitwell | |
2008-05-28 | draw: enable FSE by default | Keith Whitwell | |
2008-05-28 | rtasm: special case for [ebp] | Keith Whitwell | |
2008-05-28 | draw: Use PIPE_CDECL. | José Fonseca | |
2008-05-28 | scons: Add new files. | José Fonseca | |
2008-05-28 | scons: List missing files for draw module. | Michal Krol | |
2008-05-28 | draw: Decorate callbacks with PIPE_CDECL. | Michal Krol | |
2008-05-28 | i915: Add draw_flush to state changes | Jakob Bornecrantz | |
2008-05-28 | tgsi: Observe constness. | José Fonseca | |
2008-05-28 | translate: Mark functions as PIPE_CDECL. | José Fonseca | |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-tex-surfaces | Keith Whitwell | |
2008-05-28 | i915: DriConfigOptions started complaining on this line | Jakob Bornecrantz | |
2008-05-28 | i915: Remove workaround for buggy draw module | Jakob Bornecrantz | |
2008-05-28 | i915: Prepare for tiled private front and back buffers | Jakob Bornecrantz | |
2008-05-28 | i915: Made vertex submission eaven faster | Jakob Bornecrantz | |
2008-05-28 | i915: Made vbuf work | Jakob Bornecrantz | |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | |||
2008-05-28 | i915: Don't segfault on buffer allocation error | Jakob Bornecrantz | |
2008-05-28 | i915: Make EGL_i915 compile | Jakob Bornecrantz | |
2008-05-28 | i915: Make EGL_i915 segfault if modesetting is not working | Jakob Bornecrantz | |
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca | |
2008-05-27 | softpipe: enable vbuf by default | Keith Whitwell | |
The non-vbuf option is going away... | |||
2008-05-27 | draw: reset stipple counter whenever non-line prim encountered | Keith Whitwell | |
2008-05-27 | draw: support psize in vs_varient paths | Keith Whitwell | |
Preserve the vinfo "EMIT_*" format descriptors in the varient key, and deal with PSIZE directly in each implementation. | |||
2008-05-27 | draw: add disabled debug code | Keith Whitwell | |
2008-05-27 | draw: ensure vs outputs mapped correctly to vinfo attribs | Keith Whitwell | |
2008-05-27 | draw: fix ABS aliasing bug | Keith Whitwell | |