| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2006-12-13 | 48 | -855/+761 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug #93, i965 driver not thread safe. | Zou Nan hai | 2006-12-13 | 3 | -4/+18 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix bug #99. | Zou Nan hai | 2006-12-13 | 1 | -1/+11 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer | 2006-12-13 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer | 2006-12-13 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARB_occlusion_query support | Zou Nan hai | 2006-12-13 | 4 | -1/+55 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if (tex width < 4), mipmap calculation will be out of range | Zou Nan hai | 2006-12-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug #93 | Zou Nan hai | 2006-12-13 | 3 | -4/+18 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for bug #99 | Zou Nan hai | 2006-12-12 | 1 | -1/+11 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'origin' into crestline | Eric Anholt | 2006-12-11 | 27 | -69/+413 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARB_occlusion_query support | Wang Zhenyu | 2006-12-11 | 4 | -1/+55 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if (tex width < 4), mipmap calculation will be out of range | Wang Zhenyu | 2006-12-11 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid branch instructions while in single program flow mode. | Eric Anholt | 2006-12-10 | 5 | -59/+125 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt | 2006-12-10 | 1 | -2/+30 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding pci id of Crestline | Wang Zhenyu | 2006-12-10 | 2 | -0/+4 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more tips, validation info | Brian | 2007-03-28 | 1 | -1/+24 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cond code fix | Brian | 2007-03-28 | 1 | -1/+6 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix cond code swizzle bug | Brian | 2007-03-28 | 1 | -0/+5 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle logical NOT and XOR without library functions. Results in much tighte... | Brian | 2007-03-28 | 3 | -75/+90 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimization for the emit_not() function | Brian | 2007-03-28 | 1 | -3/+28 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove IR_BREAK_IF_FALSE | Brian | 2007-03-28 | 3 | -46/+13 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't generate IR_BREAK_IF_FALSE | Brian | 2007-03-28 | 1 | -10/+17 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of IR_CONT_IF_FALSE | Brian | 2007-03-28 | 3 | -10/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of BRK0, BRK1, CONT0, CONT1 instructions. | Brian | 2007-03-28 | 5 | -49/+0 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere. | Brian | 2007-03-28 | 1 | -49/+66 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify, clean-up break/cont code | Brian | 2007-03-28 | 1 | -8/+10 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added some null ptr checks to handle error recovery | Brian | 2007-03-28 | 1 | -2/+15 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use constant_to_src_reg() to simplify some code | Brian | 2007-03-28 | 1 | -19/+24 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added missing returns after slang_info_log_error() calls | Brian | 2007-03-28 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix, clean-up code related to comparisons, condition codes, etc. | Brian | 2007-03-28 | 1 | -47/+78 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print condcodes if DEBUG_PROG | Brian | 2007-03-28 | 1 | -0/+7 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expose _mesa_condcode_string(), fix some printing | Brian | 2007-03-28 | 2 | -12/+14 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check that if/while/do-while condition is boolean or scalar | Brian | 2007-03-28 | 1 | -0/+34 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump version to 6.5.3 to match version.h | Brian | 2007-03-28 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing OSMesaColorClamp function | Alan Hourihane | 2007-03-28 | 1 | -0/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable MakeTexture() | Brian | 2007-03-27 | 1 | -2/+8 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added ftransform() comment | Brian | 2007-03-27 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement true CAL/RET subroutines. Some optimizations, clean-ups coming... | Brian | 2007-03-27 | 2 | -19/+162 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix another pc off-by one | Brian | 2007-03-27 | 1 | -1/+2 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added _slang_label_new_unique() | Brian | 2007-03-27 | 2 | -0/+24 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix some printing issues related to subroutines | Brian | 2007-03-27 | 1 | -15/+29 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix a fragment fog regression | Brian | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix off by one error in OPCODE_RET | Brian | 2007-03-27 | 1 | -3/+4 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | init machine->StackDepth=0 | Brian | 2007-03-27 | 1 | -0/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more parenthesis | Brian | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i915tex compile fix (account for moved _UseTexEnvProgram var) | Roland Scheidegger | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix incorrect _MaxElement calculation | Roland Scheidegger | 2007-03-27 | 1 | -1/+2 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommit e731d8aafa98bbf9d30f83e65f28b7718be55834. | Roland Scheidegger | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add parenthesis around a bit-wise AND term in _tnl_InvalidateState() | Brian | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the UseTexEnvProgram logic. | Brian | 2007-03-27 | 11 | -11/+26 |