2008-02-18 |
Dan Nicholson | glapi: Generate xserver glapi sources in the mesa tree |
commit | commitdiff | tree |
2008-02-16 |
Brian | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes... |
commit | commitdiff | tree |
2008-02-16 |
Brian | Added minmag.c test |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Fix path to minstall in last commit. |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Install dri_interface.h in 'make install'. |
commit | commitdiff | tree |
2008-02-15 |
Eric Anholt | [intel] Allow attIndex to be negative to avoid defeatin... |
commit | commitdiff | tree |
2008-02-15 |
Eric Anholt | [915] Don't attempt our accelerated drawpixels if no... |
commit | commitdiff | tree |
2008-02-15 |
Eric Anholt | [915] Revert broken context creation change from IS_915... |
commit | commitdiff | tree |
2008-02-15 |
Brian | Fix glBindTexture crash (bug 14514) |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | chmod a-x **/glslnoise.c |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Fix parallel build by making symlinks before makedepend. |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Fix sis_dri on ia64. |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Fix build on ia64. |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Add IS_915(), simplify IS_9XX() a bit. |
commit | commitdiff | tree |
2008-02-15 |
Eric Anholt | [intel] Bug #13636: Allow recursive buffer mapping... |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Add E7221 variant to i915. |
commit | commitdiff | tree |
2008-02-15 |
Adam Jackson | Trivial SELinux awareness. Enable with --enable-selinux. |
commit | commitdiff | tree |
2008-02-15 |
Roland Scheidegger | fix bug with generated fragment programs if vertex... |
commit | commitdiff | tree |
2008-02-15 |
Xiang, Haihao | i965: don't swizzle fogcoord if FogOption is FOG_NONE. |
commit | commitdiff | tree |
2008-02-15 |
Xiang, Haihao | i915: set fogcoord to (f,0,0,1). fix #10788 issue on... |
commit | commitdiff | tree |
2008-02-15 |
Kristian Høgsberg | Add TTM buffer object based texture from pixmap impleme... |
commit | commitdiff | tree |
2008-02-15 |
Kristian Høgsberg | Add GLXPixmap version of glxgears to show case new... |
commit | commitdiff | tree |
2008-02-14 |
Kristian Høgsberg | Hook up i915 driver to new DRI2 infrastructure. |
commit | commitdiff | tree |
2008-02-14 |
Kristian Høgsberg | Add new DRI2 infrastructure. |
commit | commitdiff | tree |
2008-02-14 |
caner | miniglx doc updates |
commit | commitdiff | tree |
2008-02-14 |
Xiang, Haihao | i965: use setup attributes as inputs when allocating... |
commit | commitdiff | tree |
2008-02-14 |
Zou Nan hai | [i965] flip point sprite |
commit | commitdiff | tree |
2008-02-14 |
Zou Nan hai | [i965] gl_FrontFacing support |
commit | commitdiff | tree |
2008-02-14 |
Dave Airlie | i965: remove unused hal hooks |
commit | commitdiff | tree |
2008-02-14 |
Eric Anholt | [965] Fix ARB_occlusion_query from intel_screen.c merge. |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [intel] Fix 965 rendering with non-TTM by merging intel... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | When mapping, wait on the buffer's fence, not hardware... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | Remove O(n^2) debugging code from non-debug path of... |
commit | commitdiff | tree |
2008-02-13 |
Xiang, Haihao | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [intel] Remove cached reloc data buffer now that it... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [intel] Fix type of some more flags variables for uint6... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [intel] Note when BO map/unmap fail with TTM. |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [intel] Fix INTEL_DEBUG=bufmgr after relocation interfa... |
commit | commitdiff | tree |
2008-02-13 |
Eric Anholt | [965] Remove stale brw_state_cache.c comment and functi... |
commit | commitdiff | tree |
2008-02-12 |
Brian | Fix broken test. |
commit | commitdiff | tree |
2008-02-12 |
Brian | Set Min/MaxLod with glTexParameterf, not glTexParameteri |
commit | commitdiff | tree |
2008-02-12 |
Brian | tweak incr/decrements amounts for keyboard options |
commit | commitdiff | tree |
2008-02-12 |
Brian | press 0,1,2,etc keys for specific bias values |
commit | commitdiff | tree |
2008-02-12 |
Dan Nicholson | glapi: Correct prerequisites for gl_and_glX_API.xml |
commit | commitdiff | tree |
2008-02-12 |
Dan Nicholson | glapi: Use make automatic variables to clean up the... |
commit | commitdiff | tree |
2008-02-12 |
Dan Nicholson | glapi: Use variable for indent and flags |
commit | commitdiff | tree |
2008-02-12 |
Ben Skeggs | nouveau: ddx versioning changed |
commit | commitdiff | tree |
2008-02-08 |
Claudio Ciccani | [directfb] Added RGB444 and RGB555. |
commit | commitdiff | tree |
2008-02-08 |
Claudio Ciccani | [glut-directfb] Fixed displaying of single buffered... |
commit | commitdiff | tree |
2008-02-08 |
Claudio Ciccani | [glut-directfb] When converting microseconds to millise... |
commit | commitdiff | tree |
2008-02-07 |
Eric Anholt | [965] Flush icache on new batch, not just new context. |
commit | commitdiff | tree |
2008-02-07 |
Andy Skinner | added -altopts to allow overriding all other opts |
commit | commitdiff | tree |
2008-02-06 |
Eric Anholt | [915] Fix COS function using same plan as SIN. |
commit | commitdiff | tree |
2008-02-06 |
Eric Anholt | [915] Use a quartic term to improve the accuracy of... |
commit | commitdiff | tree |
2008-02-06 |
Eric Anholt | [915] Fix fp SIN function, and use a quadratic approxim... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Bug 14314: assertion failure with with !AIGLX... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Fix TTM relocation caching overzealousness. |
commit | commitdiff | tree |
2008-02-05 |
Xiang, Haihao | i965: adjust the byte order of clear color. fix #14165 |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | Include glext.h in the cva test so that it actually... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | Allow first != 0 in mesa CVA handling, and add more... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Convert brw_draw_upload to managing dri_bos,... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Remove dead structure in brw_draw_upload.c. |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Move temporary vbo array storage into the functio... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Remove dead brw_vertex_element members. |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Add a wrapper around interleaved copy_array_to_vb... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Avoid overloaded use of the term 'input' for... |
commit | commitdiff | tree |
2008-02-05 |
Eric Anholt | [965] Replace VEP/VBP state structures with inline... |
commit | commitdiff | tree |
2008-02-04 |
Dave Airlie | r300: fix isosurf on rs690 |
commit | commitdiff | tree |
2008-02-03 |
Xiang, Haihao | i965: fix potential NULL pointer dereference. The third... |
commit | commitdiff | tree |
2008-02-02 |
Eric Anholt | [965] Fix indentation. |
commit | commitdiff | tree |
2008-02-02 |
Eric Anholt | Revert "intel: don't apply the relocation optimization... |
commit | commitdiff | tree |
2008-02-02 |
Eric Anholt | [965] Replace XXX comment about constant swizzle with... |
commit | commitdiff | tree |
2008-02-02 |
Eric Anholt | [965] Fix some indentation in brw_vs_tnl.c. |
commit | commitdiff | tree |
2008-02-01 |
Xiang, Haihao | mesa: re-define NEED_SECONDARY_COLOR. fix #14310. |
commit | commitdiff | tree |
2008-02-01 |
Zou Nan hai | [intel] fix for previous fix |
commit | commitdiff | tree |
2008-02-01 |
Zou Nan hai | [intel] use _mesa_copy_rect for upload compressed... |
commit | commitdiff | tree |
2008-02-01 |
Xiang, Haihao | i965: Don't emit state if fall back to software renderi... |
commit | commitdiff | tree |
2008-01-31 |
Zou Nan hai | [i965] renable regative rhw test |
commit | commitdiff | tree |
2008-01-31 |
Xiang, Haihao | intel: don't apply the relocation optimization if a... |
commit | commitdiff | tree |
2008-01-31 |
Roland Scheidegger | regenerate glsl library functions |
commit | commitdiff | tree |
2008-01-31 |
Roland Scheidegger | fix w component of glsl vec4 asin |
commit | commitdiff | tree |
2008-01-30 |
Brian | check if fb->Delete is null (bugs 13507,14293) |
commit | commitdiff | tree |
2008-01-29 |
Alex Deucher | Add new RV380 pci id |
commit | commitdiff | tree |
2008-01-29 |
Xiang, Haihao | i965: new integrated graphics chipset support |
commit | commitdiff | tree |
2008-01-28 |
Brian | push out far clip plane to 200 |
commit | commitdiff | tree |
2008-01-28 |
Brian | Added d/D keys to change viewing distance, 'a' to toggl... |
commit | commitdiff | tree |
2008-01-27 |
Dave Airlie | r300: add initial rs690 support to Mesa |
commit | commitdiff | tree |
2008-01-25 |
Xiang, Haihao | i965: valid message length includes message header. |
commit | commitdiff | tree |
2008-01-25 |
Xiang, Haihao | i965: re-define the type of reg.loopcount. |
commit | commitdiff | tree |
2008-01-24 |
Eric Anholt | Bufmgr cleanup from intel-batchbuffer branch of 2d... |
commit | commitdiff | tree |
2008-01-24 |
Eric Anholt | Clean up comments/dead code from relocation buffer... |
commit | commitdiff | tree |
2008-01-24 |
Eric Anholt | Merge commit 'airlied/i915-ttm-cfu' |
commit | commitdiff | tree |
2008-01-24 |
Brian | Bring in previous 7.0.1/2 release notes, added Cell... |
commit | commitdiff | tree |
2008-01-24 |
Dave Airlie | i915: move to using copy from user for relocations |
commit | commitdiff | tree |
2008-01-23 |
Brian | Assorted patches for miniglx/linux-solo (Gavin Li ... |
commit | commitdiff | tree |
2008-01-23 |
Brian | Fix some issues with glDrawBuffer(GL_NONE), bug 14198 |
commit | commitdiff | tree |
2008-01-22 |
Adam Jackson | glxinfo: Fix multisample visual reporting. |
commit | commitdiff | tree |
2008-01-22 |
Kristian Høgsberg | [intel] Clean up references to screen buffer metrics. |
commit | commitdiff | tree |
2008-01-22 |
Brian | fix pc vs. gc->ps usage (bug 14197) |
commit | commitdiff | tree |
next |