summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-274-10/+10
* i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.Paul Berry2012-06-262-4/+6
* i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.Paul Berry2012-06-261-1/+9
* i965/msaa: Implement glSampleCoverage.Paul Berry2012-06-264-7/+26
* i965/fs: Fix conversions float->bool, int->boolChad Versace2012-06-251-7/+7
* i965/msaa: Add backend support for centroid interpolation.Paul Berry2012-06-253-11/+32
* i965/fs: Refactor interpolation code to prepare for adding centroid support.Paul Berry2012-06-252-8/+17
* i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry2012-06-253-2/+6
* i965: Compute dFdy() correctly for FBOs.Paul Berry2012-06-226-9/+46
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-217-7/+0
* i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry2012-06-204-18/+32
* i965/msaa: Disable unsupported formats.Paul Berry2012-06-201-0/+13
* i965: Don't set brw_wm_prog_key::iz_lookup on Gen6+.Kenneth Graunke2012-06-191-18/+20
* i965: Fix brw_swap_cmod() for LE/GE comparisons.Kenneth Graunke2012-06-181-4/+4
* i965: Add support for ir_unop_f2u to i965 backend.Paul Berry2012-06-153-0/+3
* i965/blorp: Implement source clipping.Paul Berry2012-06-151-3/+11
* i965: Add forgotten bitcast operations in brw_fs_channel_expressions.Kenneth Graunke2012-06-071-0/+4
* i965/blorp: allow all buffer formats provided src and dst match.Paul Berry2012-06-071-25/+7
* i965/blorp: Implement logic for additional buffer formats.Paul Berry2012-06-073-7/+37
* i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.Paul Berry2012-06-071-4/+4
* i965/blorp: Refactor surface format determination.Paul Berry2012-06-074-10/+10
* i965: Enable the GL_ARB_shader_bit_encode extension.Kenneth Graunke2012-06-073-0/+25
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-6/+6
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-3/+3
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-064-45/+27
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-062-48/+23
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-063-122/+22
* i965/fs: Fix user-defined FS outputs with less than four components.Kenneth Graunke2012-06-052-2/+9
* i965/vs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-06-051-2/+2
* i965/fs: Fix texelFetchOffset() on pre-Gen7.Kenneth Graunke2012-06-051-12/+28
* i965: Implement texture buffer objects on Gen6.Kenneth Graunke2012-06-022-0/+61
* intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke2012-06-011-1/+1
* i965/blorp: Implement destination clipping and scissoringPaul Berry2012-05-291-5/+67
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* i965/msaa: Enable 4x MSAA on Gen7.Paul Berry2012-05-252-9/+9
* i965/msaa: Implement manual blending operation for Gen7.Paul Berry2012-05-251-23/+67
* i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.Paul Berry2012-05-253-68/+151
* i965/msaa: Validate Gen7 surface state constraints.Paul Berry2012-05-253-3/+109
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-2510-58/+162
* i965/msaa: Add defines for Gen7.Paul Berry2012-05-251-0/+5
* i965/blorp: Enable blorp blits on Gen7.Paul Berry2012-05-252-2/+4
* i965/blorp: Implement proper texel fetch messages for Gen7.Paul Berry2012-05-252-2/+31
* i965/blorp: Use 16 pixel dispatch on Gen7.Paul Berry2012-05-251-1/+9
* i965/blorp: Allocate space for push constants on Gen7.Paul Berry2012-05-253-30/+28
* i965/blorp: Set the dynamic state upper bound.Paul Berry2012-05-251-1/+6
* i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.Paul Berry2012-05-253-34/+49
* i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessaryPaul Berry2012-05-254-27/+87
* i965/blorp: Emit sample index in SAMPLE_LD message when necessaryPaul Berry2012-05-252-21/+36
* i965/blorp: Generalize sampling code in preparation for Gen7Paul Berry2012-05-251-26/+61
* i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.Paul Berry2012-05-251-5/+40