2010-03-16 |
Eric Anholt | i965: Add support for the CMP opcode in the GLSL path. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Eric Anholt | i965: Fix the response len of masked sampler messages... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Ian Romanick | Remove nonexistant files from tarballs rule of Makefile |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Ian Romanick | mesa: set version string to 7.8-rc1 |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Matthew W.... | Correct GL_EQUIV code in r67/7xx. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Pauli Nieminen | radeon: Fix buffer object unmap to be called only once... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Marcin Baczyński | Replace _mesa_strtod with _mesa_strtof. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Keith Whitwell | mesa: Fix memory leak in decompress-with-blit. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Michel Dänzer | vmwgfx/dri: Fix SCons build. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Michel Dänzer | st/dri: Always try to set up R5G6B5 configs. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Luc Verhaegen | dri/r700: include shader/programopt.h instead of progra... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeff Smith | Add programs to .gitignore in redbook |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeff Smith | Add programs to .gitignore in xdemos |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeff Smith | Add -L$(libdir) for xdemos and egl so that the right... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeff Smith | Grammar and spelling fixes |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vinson Lee | radeon: Fix memory leaks from early return. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Brian Paul | st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Brian Paul | st/mesa: fix st_set_framebuffer_surface() state validation |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jakob Bornecrantz | st/xorg: Fixup configure |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Brian Paul | ARB prog parser: added (float) casts and regenerate... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Jakob Bornecrantz | st/xorg: Include cursorstr.h |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Karl Schultz | windows: fix compilation errors and warnings |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Karl Schultz | windows: Quiet warning by not defining YY_NO_UNISTD_H. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Brian Paul | st/mesa: fix incorrect glCopyPixels between window/FBO |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Brian Paul | st/mesa: fix incorrect glDrawPixels into FBO |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Michel Dänzer | st/xorg: Work around cursor reference counting bugs... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | radeon: don't attempt to use alternate blit formats... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brian Paul | softpipe: zero-out entire clear_flags array in sp_tile_... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brian Paul | st/mesa: don't detach renderbuffer, surface in st_finis... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | r600: enable GL_ARB_pixel_buffer_object |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brian Paul | mesa: add additional missing z formats for render to... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | radeon/r200/r600: allow src and dst BOs to be placed... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | radeon/r200/r600: reset bos when validating buffers... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | r600: recalculate point size, if point min/max size... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Alex Deucher | r600: no need to flush on context init |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: don't enable EXT_packed_depth_stencil |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | radeon: no need to emit full state twice after flush |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: allow src and dst BOs to be placed in GTT during... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: reset bos when validating buffers during blit |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | radeon: fallback to software in glCopyTexImage if blit... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: VAP flush is needed only when vertex program... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: recalculate point size, if point min/max size... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: no need to flush on context init |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Maciej Cencora | r300: remove unnecessary code |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brian Paul | mesa: add render-to-texture case for MESA_FORMAT_S8_Z24 |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brian Paul | mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_F... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chia-I Wu | st/vega: Fix OpenVG demo segfaults. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Vinson Lee | gallivm: Initialize variables for default cases. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vinson Lee | progs/demos: Add arbocclude2 to Makefile and .gitignore. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Brian Paul | glx: Move initialization of ext_list_first_time to... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Brian Paul | docs: remove merge conflict garbage |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Ian Romanick | meta: Use the DrawBuffer's stencil size |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Ian Romanick | swrast: Remove redundant test of the visual's accumulat... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Ian Romanick | swrast: Adjust colors based on ReadBuffer visual, not... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Ian Romanick | swrast: Remove stray comment that mentions ctx->Visual |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: checkpoint: code gen for mipmap selection |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | llvmpipe: added code to set texture depth, max mipmap... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: added methods for getting texture depth, num... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: checkpoint: texture LOD computation code gen |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: added field for sampler lod |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Only use the effective subset of the WM sampler... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Remove support for the DRI1 TFP extension. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Remove the paths for making a const surface objec... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Remove the unused SDC BO pointer from the sampler... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Rename SNB brw_*_key structs to gen6_*_key structs. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Pack gen6 blend_state_key structure. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Only do batchbuffer debug if --enable-debug... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Replace batch macro contents with function calls. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Move the assertions about reloc delta from the... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Check that the batch is mapped per BEGIN, not... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Try to assign SNB SF inputs to outputs. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | i965: Fix the SNB SF input size. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Wilson | Always return VOLATILE for ObjectPurgeable(VOLATILE) |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | llvmpipe: add pipe_thread_wait() calls |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallium/docs: document additional wrap mode restrictions |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: minor arithmetic improvements |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallivm: implement non-normalized texture wrap modes |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | mesa: minor reformatting, new comments |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jesse Barnes | progs/xdemos: fix up GLX extension checking |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jesse Barnes | DRI2: expose OML_sync_control if possible |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jesse Barnes | GLX: remove debug prints from glXWaitForMscOML dispatch |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Jesse Barnes | xdemos/omlsync: add waitformsc and swap interval code |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Michal Krol | progs: Add arbocclude2 demo. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | gallium/docs: updated/improve sampler state documentation |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | docs: document GL_APPLE_object_purgeable |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Brian Paul | mesa: whitespace fixes, 80-column wrapping, etc. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Wilson | Merge branch 'object-purgeable' |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Wilson | APPLE_object_purgeable: intel |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Wilson | APPLE_object_purgeable: core |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chia-I Wu | mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chia-I Wu | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chia-I Wu | st/egl: Add get_param to native display interface. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chia-I Wu | st/egl: Move modeset interface to native_modeset.h. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chia-I Wu | st/egl: Add event support to the native display interface. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vinson Lee | Revert "mesa: Remove pointless comparison of unsigned... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Remove non-kernel-exec-fencing support. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Eric Anholt | intel: Remove the unused s8 spans code. Not hit during... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Michel Dänzer | Fix comparison of unsigned value against < 0. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Brian Paul | softpipe: minor tweaks to texture filtering code |
commit | commitdiff | tree | snapshot |
next |