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 |
2008-01-22 |
Brian | Don't build yuvrect_client by default |
commit | commitdiff | tree |
2008-01-22 |
Brian | remove unused var |
commit | commitdiff | tree |
2008-01-22 |
Alexey Sokolov | define M_PI if needed |
commit | commitdiff | tree |
2008-01-20 |
Eric Anholt | [965] Fix WM unit cache keying that broke line stipple... |
commit | commitdiff | tree |
2008-01-18 |
Eric Anholt | [intel] Fix memory leak with fake bufmgr. |
commit | commitdiff | tree |
2008-01-18 |
Eric Anholt | [965] Do a little bit rotation in state hash to reduce... |
commit | commitdiff | tree |
2008-01-18 |
Eric Anholt | [intel] Use a static array for the validation list... |
commit | commitdiff | tree |
2008-01-17 |
Eric Anholt | [intel] Make the no_rast option be standard driconf... |
commit | commitdiff | tree |
2008-01-17 |
Eric Anholt | [i915] Fix driver from cliprects changes, and clean... |
commit | commitdiff | tree |
2008-01-17 |
Eric Anholt | [965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19a... |
commit | commitdiff | tree |
2008-01-17 |
Eric Anholt | [965] Fix potential segfaults from bad realloc. |
commit | commitdiff | tree |
2008-01-17 |
Xiang, Haihao | i965: always call dri_emit_reloc when creating clip... |
commit | commitdiff | tree |
2008-01-16 |
Eric Anholt | [965] Fix inversion of SLT/SGE results in vertex programs. |
commit | commitdiff | tree |
2008-01-16 |
Eric Anholt | [965] Rename depth_mask in CC key to depth_write, since... |
commit | commitdiff | tree |
2008-01-16 |
Eric Anholt | [965] Fix the type of alpha_ref in CC key, fixing pprac... |
commit | commitdiff | tree |
2008-01-16 |
Dan Nicholson | autoconf: Use -fno-strict-aliasing on GCC |
commit | commitdiff | tree |
2008-01-15 |
Eric Anholt | Fix the compile of disabled DEBUG_PARSING code. |
commit | commitdiff | tree |
2008-01-15 |
Eric Anholt | Bug #13492: Only call ProgramStringNotify if program... |
commit | commitdiff | tree |
2008-01-15 |
Eric Anholt | [965] Increase max relocation count, fixing assertions... |
commit | commitdiff | tree |
2008-01-15 |
Kristian Høgsberg | [i915] Prevent recursive batchbuffer flushing. |
commit | commitdiff | tree |
2008-01-15 |
Zou Nan hai | i965: fix an assert fail in brw_new_batch |
commit | commitdiff | tree |
2008-01-14 |
Eric Anholt | [i915] Fix recursive lock hang in intelContendedLock... |
commit | commitdiff | tree |
2008-01-14 |
Eric Anholt | [intel] Delay unmapping of driver-private buffers to... |
commit | commitdiff | tree |
2008-01-14 |
Eric Anholt | [965] Force a new vertex upload buffer at new batch... |
commit | commitdiff | tree |
2008-01-11 |
Dan Nicholson | Allow osmesa to be enabled or disabled |
commit | commitdiff | tree |
2008-01-10 |
Eric Anholt | [965] Remove an open-coded memcpy. |
commit | commitdiff | tree |
2008-01-10 |
Eric Anholt | [intel] Remove gratuitous (batchbuffer) flush before... |
commit | commitdiff | tree |
2008-01-10 |
Eric Anholt | [intel] Report buffer size when allocating with INTEL_D... |
commit | commitdiff | tree |
next |