summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-04i965/fs: Conditionalize constant-index UBO load code and add comments.Eric Anholt1-28/+33
2012-12-04i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFsEric Anholt3-8/+28
2012-12-04i965/fs: Allow source mods on gen7+ math.Eric Anholt1-1/+1
2012-12-04i965/fs: Add instruction emit for varying-index reads of uniforms.Eric Anholt4-0/+105
2012-12-04i965/fs: Rename the existing pull constant load opcode.Eric Anholt6-14/+16
2012-12-04i965: Add a header_present flag for setting up dp read messages.Eric Anholt3-1/+7
2012-12-04i965/gen7: Add some safety checks for send messages from GRFs.Eric Anholt1-0/+15
2012-12-03intel: Always enable GL_ARB_framebuffer_objectIan Romanick1-2/+1
2012-12-03i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke1-0/+1
2012-12-03i965: Include codegen time in the INTEL_DEBUG=perf stall detection.Eric Anholt2-12/+18
2012-12-03i965: Don't leak the IR annotation into later instructions.Eric Anholt2-0/+2
2012-12-03i965/vp: Fix crashes with INTEL_DEBUG=vs.Eric Anholt1-0/+1
2012-12-03i965/vs: Fix uninitialized shader pointer used in debug output.Eric Anholt1-0/+2
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák3-3/+3
2012-11-30radeon: Fix memory leak in radeonCreateScreen2.Vinson Lee1-1/+3
2012-11-30nouveau: Fix build.Brian Paul1-1/+1
2012-11-30i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().Kenneth Graunke2-7/+24
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul7-13/+13
2012-11-29i965/fp: Fix segfault on gen4 TXB instructions.Eric Anholt1-0/+2
2012-11-29mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat1-3/+14
2012-11-29Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."Kenneth Graunke1-5/+3
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry14-33/+33
2012-11-28i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.Kenneth Graunke3-4/+3
2012-11-28i965/vs: Split final assembly code generation out of vec4_visitor.Kenneth Graunke4-53/+106
2012-11-28i965/vs: Abort on unsupported opcodes rather than failing.Kenneth Graunke1-3/+4
2012-11-28i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.Kenneth Graunke3-14/+19
2012-11-28i965/vs: Rework memory contexts for shader compilation data.Kenneth Graunke5-8/+12
2012-11-28i965/vs: Pass the brw_context pointer into brw_compute_vue_map().Kenneth Graunke1-3/+2
2012-11-28i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.Kenneth Graunke5-9/+14
2012-11-28i965/vs: Move some functions from brw_vec4_emit.cpp to brw_vec4.cpp.Kenneth Graunke2-263/+265
2012-11-28meta: Don't try to glOrtho when the draw buffer isn't initialized.Kenneth Graunke1-3/+5
2012-11-28i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups.Eric Anholt1-1/+3
2012-11-28i965/fs: Don't generate saturates over existing variable values.Eric Anholt1-0/+1
2012-11-28i965/fs: Add some minimal backend-IR dumping.Eric Anholt2-0/+92
2012-11-26i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke6-6/+4
2012-11-26i965/fs: Split final assembly code generation out of fs_visitor.Kenneth Graunke3-78/+156
2012-11-26i965/fs: Abort on unsupported opcodes rather than failing.Kenneth Graunke1-1/+1
2012-11-26i965: Make it possible to create a cfg_t without a backend_visitor.Kenneth Graunke2-3/+18
2012-11-26i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke3-14/+20
2012-11-26i965/fs: Pass the brw_context pointer into fs_visitor explicitly.Kenneth Graunke3-5/+7
2012-11-26i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke8-17/+19
2012-11-26i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor.Kenneth Graunke3-5/+8
2012-11-26i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke9-66/+64
2012-11-26i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke5-85/+82
2012-11-26i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke4-68/+63
2012-11-26i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke4-6/+1
2012-11-26i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.Chris Forbes1-0/+1
2012-11-26i965: emit w/a for packed attribute formats in VSChris Forbes3-13/+126
2012-11-26i965: set attribute w/a bits for packed formatsChris Forbes1-4/+26
2012-11-26i965: Generalize GL_FIXED VS w/a supportChris Forbes3-14/+26