| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [965] Flush icache on new batch, not just new context. | Eric Anholt | 2008-02-07 | 1 | -1/+1 |
* | i965: adjust the byte order of clear color. fix #14165 | Xiang, Haihao | 2008-02-05 | 1 | -1/+2 |
* | [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects. | Eric Anholt | 2008-02-04 | 4 | -209/+126 |
* | [965] Remove dead structure in brw_draw_upload.c. | Eric Anholt | 2008-02-04 | 1 | -24/+0 |
* | [965] Move temporary vbo array storage into the function using it. | Eric Anholt | 2008-02-04 | 2 | -38/+25 |
* | [965] Remove dead brw_vertex_element members. | Eric Anholt | 2008-02-04 | 2 | -5/+0 |
* | [965] Add a wrapper around interleaved copy_array_to_vbo_array for profiling. | Eric Anholt | 2008-02-04 | 1 | -7/+18 |
* | [965] Avoid overloaded use of the term 'input' for clarity. | Eric Anholt | 2008-02-04 | 1 | -13/+9 |
* | [965] Replace VEP/VBP state structures with inline batch emits. | Eric Anholt | 2008-02-04 | 2 | -67/+66 |
* | i965: fix potential NULL pointer dereference. The third region | Xiang, Haihao | 2008-02-03 | 1 | -0/+3 |
* | [965] Fix indentation. | Eric Anholt | 2008-02-01 | 1 | -6/+6 |
* | [965] Replace XXX comment about constant swizzle with an assert. | Eric Anholt | 2008-02-01 | 2 | -2/+2 |
* | [965] Fix some indentation in brw_vs_tnl.c. | Eric Anholt | 2008-02-01 | 1 | -6/+6 |
* | i965: Don't emit state if fall back to software rendering. fix #14116 | Xiang, Haihao | 2008-02-01 | 1 | -2/+11 |
* | [i965] renable regative rhw test | Zou Nan hai | 2008-01-31 | 3 | -16/+12 |
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-01-29 | 22 | -70/+245 |
* | i965: valid message length includes message header. | Xiang, Haihao | 2008-01-25 | 1 | -1/+1 |
* | i965: re-define the type of reg.loopcount. | Xiang, Haihao | 2008-01-25 | 1 | -1/+1 |
* | [965] Fix WM unit cache keying that broke line stipple and polygon offset. | Eric Anholt | 2008-01-19 | 1 | -9/+14 |
* | [965] Do a little bit rotation in state hash to reduce collisions. | Eric Anholt | 2008-01-18 | 1 | -2/+16 |
* | [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST. | Eric Anholt | 2008-01-17 | 1 | -1/+1 |
* | [965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19ad0618696a | Eric Anholt | 2008-01-17 | 1 | -4/+4 |
* | [965] Fix potential segfaults from bad realloc. | Eric Anholt | 2008-01-17 | 1 | -1/+4 |
* | i965: always call dri_emit_reloc when creating clip unit state | Xiang, Haihao | 2008-01-17 | 1 | -8/+7 |
* | [965] Fix inversion of SLT/SGE results in vertex programs. | Eric Anholt | 2008-01-16 | 2 | -6/+3 |
* | [965] Rename depth_mask in CC key to depth_write, since it's a boolean enable. | Eric Anholt | 2008-01-16 | 1 | -4/+3 |
* | [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering. | Eric Anholt | 2008-01-16 | 1 | -1/+1 |
* | i965: fix an assert fail in brw_new_batch | Zou Nan hai | 2008-01-15 | 1 | -2/+4 |
* | [965] Force a new vertex upload buffer at new batch time. | Eric Anholt | 2008-01-14 | 2 | -1/+6 |
* | [965] Remove an open-coded memcpy. | Eric Anholt | 2008-01-10 | 1 | -4/+4 |
* | [965] Improve performance by allocating CURBE buffers a page at a time. | Eric Anholt | 2008-01-10 | 3 | -9/+33 |
* | [intel] Only flush batch when changing draw buffers, not every cliprect update. | Eric Anholt | 2008-01-10 | 1 | -0/+1 |
* | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | 2008-01-10 | 10 | -16/+42 |
* | i965: fix bug #14002 | Xiang, Haihao | 2008-01-10 | 1 | -2/+3 |
* | i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03. | Xiang, Haihao | 2008-01-10 | 1 | -15/+15 |
* | [965] Allow more than one draw_prims per batchbuffer. | Eric Anholt | 2008-01-09 | 3 | -7/+17 |
* | [965] Replace the always_update dirty flag with BRW_NEW_BATCH. | Eric Anholt | 2008-01-09 | 5 | -15/+27 |
* | [intel] Rename lost_hardware vtbl entry to new_batch. | Eric Anholt | 2008-01-09 | 4 | -18/+6 |
* | [965] Remove drawing rect upload, which is handled (better) by the kernel. | Eric Anholt | 2008-01-09 | 3 | -53/+0 |
* | [intel] Clean up cliprect handling in intel drivers. | Eric Anholt | 2008-01-09 | 1 | -47/+5 |
* | [intel] Remove the dead intel->need_flush member. | Eric Anholt | 2008-01-09 | 4 | -5/+1 |
* | [965] Clarify a bit of index buffer upload code. | Eric Anholt | 2008-01-09 | 1 | -1/+4 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 2 | -4/+18 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 2 | -7/+4 |
* | [intel] Convert relocations to not be cleared out on buffer submit. | Eric Anholt | 2008-01-03 | 10 | -215/+166 |
* | [965] Fix some missing initialization in WM keys. | Eric Anholt | 2008-01-03 | 1 | -0/+6 |
* | [965] Convert WM unit to use a cache key instead of brw_cache_data. | Eric Anholt | 2008-01-02 | 2 | -80/+126 |
* | [965] Convert VS unit to use a cache key instead of brw_cache_data. | Eric Anholt | 2008-01-02 | 1 | -26/+63 |
* | [965] Convert SF unit to use a cache key instead of brw_cache_data. | Eric Anholt | 2008-01-02 | 1 | -47/+105 |
* | [965] Convert GS unit to use a cache key instead of brw_cache_data. | Eric Anholt | 2008-01-02 | 1 | -23/+62 |