summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.Paul Berry2012-07-201-7/+2
* i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.Paul Berry2012-07-203-6/+14
* i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.Paul Berry2012-07-201-0/+23
* i965/blorp: Fix integer downsampling on Gen7.Paul Berry2012-07-202-11/+55
* i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.Paul Berry2012-07-201-27/+90
* i965: Add support for AVG instruction.Paul Berry2012-07-202-0/+23
* i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.Paul Berry2012-07-202-4/+1
* mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.Paul Berry2012-07-201-25/+0
* i965: Avoid unnecessary recompiles for shaders that don't use dFdy().Paul Berry2012-07-194-14/+10
* i965/fs: Make register spill/unspill only do the regs for that instruction.Eric Anholt2012-07-181-33/+33
* i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt2012-07-184-34/+16
* i965/fs: Replace usage is_tex() with regs_written() checks.Eric Anholt2012-07-181-9/+9
* i965/fs: Rename virtual_grf_next to virtual_grf_count.Eric Anholt2012-07-186-22/+21
* i965/fs: Move a block out of a loop in live variables setup.Eric Anholt2012-07-181-4/+5
* i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...Anuj Phogat2012-07-181-7/+21
* intel: Enable GL_OES_compressed_ETC1_RGB8_textureChad Versace2012-07-161-0/+5
* i965: Move loop over texture units into brw_populate_sampler_prog_key.Kenneth Graunke2012-07-123-82/+81
* i965: Always emit alpha when nr_color_buffers == 0.Kenneth Graunke2012-07-123-11/+6
* i965: Delete previous workaround for textureGrad with shadow samplers.Kenneth Graunke2012-07-124-75/+5
* i965: Add a lowering pass to convert TXD to TXL by computing the LOD.Kenneth Graunke2012-07-124-0/+157
* i965/msaa: Add CMS support to blorp.Paul Berry2012-07-111-2/+43
* i965/msaa: Add CMS-related sampler messages to brw_defines.h.Paul Berry2012-07-111-0/+2
* i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.Paul Berry2012-07-113-0/+54
* i965/msaa: Add CMS MSAA settings to brw_structs.h.Paul Berry2012-07-111-2/+20
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-116-88/+151
* i965/msaa: Move {rt,tex}_interleaved into blorp program key.Paul Berry2012-07-112-16/+30
* intel: Add offset field to miptreeKristian Høgsberg2012-07-112-4/+6
* i965: Add hardware context support.Kenneth Graunke2012-07-102-4/+12
* i965/fs: Invalidate live intervals after copy propagation.Eric Anholt2012-07-061-0/+3
* i965/fs: Invalidate live intervals in passes that remove an instruction.Eric Anholt2012-07-061-0/+6
* i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.Eric Anholt2012-07-062-43/+43
* i965/vs: Move class functions to brw_vec4.cpp.Eric Anholt2012-07-062-106/+126
* i965/fs: Move class functions from the header to .cpp files.Eric Anholt2012-07-063-278/+326
* i965/fs: Allow copy propagation on uniforms.Eric Anholt2012-07-031-4/+7
* i965/fs: Allow copy propagation with source modifiers.Eric Anholt2012-07-031-3/+17
* i965/fs: Move copy propagation test out to a separate function.Eric Anholt2012-07-032-6/+20
* i965/msaa: Fix centroid interpolation of unlit pixels.Paul Berry2012-07-024-4/+39
* i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.Paul Berry2012-07-024-2/+39
* i965: fix transform feedback with primitive restartJordan Justen2012-07-023-0/+18
* i965: Re-enable rendering to SNORM formats.Kenneth Graunke2012-07-021-6/+1
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-281-1/+1
* i965: enable ARB_instanced_arrays extensionJordan Justen2012-06-273-7/+41
* 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