2011-04-27 |
Eric Anholt | Revert "intel: use throttle ioctl for throttling" |
commit | commitdiff | tree |
2011-04-27 |
Brian Paul | st/mesa: choose 3-component float formats before 4... |
commit | commitdiff | tree |
2011-04-27 |
Brian Paul | st/mesa: whitespace fixes |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | util: make macros MIN3, MAX3, MIN4, MAX4 little more... |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | mesa: add macros MIN3 and MAX3 |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | gallium/nouveau: fix printf warnings |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | gallivm: fix warning: ‘value’ may be used uninitialized... |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | st/mesa: fix warning: ‘user_memory’ may be used uniniti... |
commit | commitdiff | tree |
2011-04-27 |
Marek Olšák | svga: fix warning: ‘uc.ui’ may be used uninitialized... |
commit | commitdiff | tree |
2011-04-27 |
nobled | os: simplify ifdef |
commit | commitdiff | tree |
2011-04-26 |
Brian Paul | docs: fix typo, wrap lines in 7.11 release notes |
commit | commitdiff | tree |
2011-04-26 |
Brian Paul | docs: add GL_ARB_robustness to 7.11 release notes |
commit | commitdiff | tree |
2011-04-26 |
Brian Paul | Squashed commit of the following: |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for compute-to-mrf in 16-wide... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Typo fix a comment. |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Enable constant propagation in 16-wide. |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Fix and enable the instruction scheduler for... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for 16-wide dispatch with uniforms... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | hash_table: Add an iterator for doing things like clean... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add a little whitespace between shader dumping... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for compr4 MRF writes. |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for 16-wide dispatch on gen5. |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add initial support for 16-wide dispatch on... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for discard instructions in 16... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for math instructions in 16-wide... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Fix interference calculation of pixel_[xy... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Disable some optimization passes under 16... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for 16-wide texturing on gen5+. |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for computing pixel_[xy] in 16... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965/fs: Add support for 16-wide dispatch to the regist... |
commit | commitdiff | tree |
2011-04-26 |
Eric Anholt | i965: Move the destination reg setup for 8/16 wide... |
commit | commitdiff | tree |
2011-04-26 |
Kristian Høgsberg | intel: Use tiling for dri2AllocateBuffer implementation |
commit | commitdiff | tree |
2011-04-26 |
Kristian Høgsberg | intel: Set gen in intelInitScreen, just copy value... |
commit | commitdiff | tree |
2011-04-26 |
Kristian Høgsberg | intel: Use X tiling for DRM EGL Images |
commit | commitdiff | tree |
2011-04-26 |
Ian Romanick | mesa: Remove SWcontext::_FogMode, use gl_context::gl_fo... |
commit | commitdiff | tree |
2011-04-25 |
Kristian Høgsberg | egl: Use the right extension name in #ifdef |
commit | commitdiff | tree |
2011-04-25 |
Kristian Høgsberg | wayland: Fix prototypes for EGL_WL_bind_wayland_display... |
commit | commitdiff | tree |
2011-04-25 |
Nicolas Kaiser | main: remove duplicated includes |
commit | commitdiff | tree |
2011-04-25 |
Benjamin Franzke | winsys/wayland: Fix typo in Makefile |
commit | commitdiff | tree |
2011-04-25 |
Benjamin Franzke | st/egl: Add wayland shm softpipe support |
commit | commitdiff | tree |
2011-04-25 |
Benjamin Franzke | st/egl: Generalize wayland backend a bit |
commit | commitdiff | tree |
2011-04-25 |
Benjamin Franzke | winsys: Add wayland shm sw winsys |
commit | commitdiff | tree |
2011-04-25 |
Henri Verbeet | r600g: Unify comment style somewhat. |
commit | commitdiff | tree |
2011-04-25 |
Henri Verbeet | r600g: Cleanup the big endian support a bit. |
commit | commitdiff | tree |
2011-04-25 |
Henri Verbeet | r600g: Use EG constants in EG r600_colorformat_endian_s... |
commit | commitdiff | tree |
2011-04-25 |
Marek Olšák | configure.ac: require LLVM for r300g on x86 and x86_64 |
commit | commitdiff | tree |
2011-04-25 |
Marek Olšák | configure.ac: enable LLVM by default on x86 and x86_64 |
commit | commitdiff | tree |
2011-04-25 |
Marek Olšák | mesa: add stricter checks for float formats in the... |
commit | commitdiff | tree |
2011-04-25 |
Marek Olšák | mesa: implement generate-mipmap fallback for RGB10_A2 |
commit | commitdiff | tree |
2011-04-25 |
Vinson Lee | r600g: Remove r600_helper.c from SConscript. |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | docs: update GL3 status |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | r600g: remove some pointless and unused functions |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | r600g: do not reset device to 0 when doing unrelated... |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | r600g: trivially implement LATC/3DC |
commit | commitdiff | tree |
2011-04-24 |
Dave Airlie | r600g: drop r600_helper.c no point in it |
commit | commitdiff | tree |
2011-04-24 |
Dave Airlie | r600g: enable EXT_draw_buffers2 |
commit | commitdiff | tree |
2011-04-24 |
Dave Airlie | st/mesa: fix regression since a22aba4eae9b29db731487bce... |
commit | commitdiff | tree |
2011-04-24 |
Dave Airlie | r600g: fix glean clipflat test. |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | r300g: reorder caps |
commit | commitdiff | tree |
2011-04-24 |
Marek Olšák | r300g: fix exposing caps on r300-r400 |
commit | commitdiff | tree |
2011-04-24 |
Bryan Cain | glsl: Fix typos in comments. |
commit | commitdiff | tree |
2011-04-24 |
Dave Airlie | r600g: fix glsl-fs-abs-neg |
commit | commitdiff | tree |
2011-04-23 |
Dave Airlie | r600g: fix bank swizzle calcs for scalar only operations. |
commit | commitdiff | tree |
2011-04-23 |
Dave Airlie | r600g: PV/PS have cycle restrictions in scalar operations |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | mesa: Add some comments about FRAG_RESULT_COLOR vs... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | mesa: Fix fragment.color (no index) writes with OPTION... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | i965: Don't double-emit fragment.color writes for MRT... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | i965: Fill in the remaining fields of gen5+ sampler... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | i965: Fix batch decode for the gen5+ sampler default... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | intel: Add support for ARB_sampler_objects. |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | i965: Add support for NV_conditional_render. |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | swrast: Disable glAccum drawing during conditional... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | meta: Don't do conditional rendering on GenerateMipmaps... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | i965: Add support for ARB_texture_compression_rgtc. |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | mesa: Don't assert on the compressed convertformat... |
commit | commitdiff | tree |
2011-04-23 |
Eric Anholt | mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COM... |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | mesa/gdi: Address compiler warnings. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | mesa/gdi: Remove InitCritSections.cpp. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | Drop fx windows driver. |
commit | commitdiff | tree |
2011-04-23 |
Jakob Bornecrantz | glu: Fix linux build |
commit | commitdiff | tree |
2011-04-23 |
Jakob Bornecrantz | glu: Clone the enviroment |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | docs: Remove MSVS project files. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | scons: Build glu. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | scons: Build classic mesa gdi driver. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | osmesa: Fix Mingw build. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | scons: Build osmesa. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | mapi/glapi: Avoid warnings about visibility being unsup... |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | mesa/vf: Remove. |
commit | commitdiff | tree |
2011-04-23 |
José Fonseca | graw: Replace dead symlinks to delete python statetrack... |
commit | commitdiff | tree |
2011-04-22 |
Brian Paul | draw: fix point/line/tri flushing bug in vbuf code |
commit | commitdiff | tree |
2011-04-22 |
Marek Olšák | r300g: do not advertise color_buffer_float on r300... |
commit | commitdiff | tree |
2011-04-22 |
Marek Olšák | r300/compiler: fix up error message |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | egl/wayland: Follow buffer.attach removal |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | egl/wayland: Update to buffer.damage addition |
commit | commitdiff | tree |
2011-04-22 |
Marek Olšák | configure.ac: fix up the help text for --enable-gallium... |
commit | commitdiff | tree |
2011-04-22 |
Marek Olšák | r300g: disallow A16F,L16F,LA16F,I16F texture formats... |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | st/egl: Update to wayland protocol,egl changes |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | egl_dri2: Create wl_buffers for pixmap surfaces |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | egl/wayland: Add new version parameter for post_drm |
commit | commitdiff | tree |
2011-04-22 |
Benjamin Franzke | egl/wayland: Fix prefixes for interface names |
commit | commitdiff | tree |
next |