aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Collapse)AuthorAgeFilesLines
* i965: Correct build_lighting in i965 driver according toXiang, Haihao2007-09-011-2/+4
| | | | commit 6dd98e9853a6984150aa47467112e016c40a4ab4.
* i965: Calculate the positional light in homogeneous coordinates.Xiang, Haihao2007-08-311-0/+5
| | | | fix bug#11009
* optimize 965 clipZou Nan hai2007-08-314-15/+113
| | | | | 1. increase clip thread number to 2 2. do cliptest for -rhw
* i965: Take the upper limitation on LOD into account.Xiang, Haihao2007-08-311-2/+2
|
* Bug #10571: Fix 965 line clipping when neither vertex needs clipping.David Moore2007-08-301-6/+14
|
* i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-293-2/+8
| | | | operations are based on read drawable. fix bug#10136.
* i965: check NULL pointer. fix bug#12193Xiang, Haihao2007-08-291-0/+2
|
* i965: samplers group in fours in WM_STATE. fix bug#9415Xiang, Haihao2007-08-291-1/+1
|
* i965: flush batch buffer when getting the maximum. This makesXiang, Haihao2007-08-281-0/+6
| | | | some 3D programs such as pymol work well.
* i965: align width/height for volume textureXiang, Haihao2007-08-172-13/+34
|
* i965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOORDMODE_CLAMP_BORDERXiang, Haihao2007-08-151-1/+1
| | | | to implement GL_CLAMP
* i965: fix projtex_maskXiang, Haihao2007-08-132-2/+2
| | | | | projtex_mask is only an 8bit field, and wm.input_size_masks includes other attributes' information, therefore right shift is needed.
* i965: roland's DXTn format texture patch(bug10347)Xiang, Haihao2007-08-102-5/+19
|
* i965/i915tex: applying right alignment to compressed texture,Xiang, Haihao2007-08-101-3/+13
| | | | which make small textures(4x4,2x2,1x1) work well.
* i965: set mt->cpp differently with compressed textureXiang, Haihao2007-08-102-4/+34
|
* Fix typo in logic for unalias2()Keith Whitwell2007-08-021-1/+1
|
* fix fd.o bug #11804Zou Nan hai2007-08-023-0/+13
| | | | glPolygonMode with point sprite on i965
* Fix previous commitZou Nan hai2007-08-021-1/+1
|
* EXT_texture_sRGB support on i965Zou Nan hai2007-08-023-0/+25
|
* fix fd.o bug #11788, max point sizeZou Nan hai2007-08-011-1/+1
|
* i965: fix bad casts in do_blit_bitmap to support WindowPos correctlyXiang, Haihao2007-07-311-4/+4
|
* i965: Use I16_UNORM instead of L16_UNORM (bug 11742)Xiang, Haihao2007-07-311-1/+1
|
* ARB sprite point support on i965Zou Nan hai2007-07-304-4/+105
|
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-2/+4
| | | | | | The clamping for these values depends on whether we're drawing AA or non-AA points, lines. Defer clamping until drawing time. Drivers could compute and keep clamped AA and clamped non-AA values if desired.
* fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-043-5/+12
|
* Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
|
* i965: Add pci info for 965GME/GLE chip.Wang Zhenyu2007-05-312-5/+9
|
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-222-97/+0
|
* include swrast_setup/swrast_setup.h to silence warningBrian2007-05-221-0/+1
|
* fog: fix potential issues with generated vp using fogRoland Scheidegger2007-05-221-8/+14
| | | | | Change the generated vertex programs (tnl/brw) to follow the same logic as the tnl fog wrt using absolute value, and sync them up a bit (untested).
* add some #includes to silence warningsBrian2007-05-032-1/+2
|
* Merge branch 'crestline-qa', adding support for the 965GM chipset.Eric Anholt2007-03-302-0/+4
|\
| * Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-261-1/+1
| |\
| * \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-223-5/+5
| |\ \
| * \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-211-9/+3
| |\ \ \
| * \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-191-4/+11
| |\ \ \ \
| * \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-141-15/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-121-1/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-071-2/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-061-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-061-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-02-2536-4860/+250
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Intel 965GM chipset infoWang Zhenyu2007-02-022-0/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Revert origin crestline pci id patchWang Zhenyu2007-02-022-4/+0
| | | | | | | | | | | |
| * | | | | | | | | | | 1. Fix bug #155Zou Nan hai2007-01-183-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. I notice multiple ARB_occlusion_query should be able to overlap according to spec. 3. Declaring extern variables in a .c file is evil, fix it.
| * | | | | | | | | | | Merge branch 'master' into crestlineKeith Packard2007-01-066-10/+15
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into crestlineWang Zhenyu2007-01-063-53/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i965/brw_tex_layout.c Michel Dänzer replaced the copy of the 945 mipmap layout code with that from the 945 driver directly.
| * | | | | | | | | | | | | Support linear format in i965.Haihao Xiang2006-12-263-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug #117 #118
| * | | | | | | | | | | | | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2006-12-134-25/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix bug #93, i965 driver not thread safe.Zou Nan hai2006-12-133-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am not confident of it is 100% thread safe now. bufmgr_fake.c need a total rewrite later (cherry picked from 606632ca27558ee1335be2f4a5906f2baa240a6a commit)