summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14i965: Mark constant static data as const.Matt Turner1-1/+1
2015-04-14i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs.Kenneth Graunke1-13/+26
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2015-01-19i965: Work around mysterious Gen4 GPU hangs with minimal state changes.Kenneth Graunke1-0/+13
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-6/+6
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-8/+8
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-7/+8
2014-11-21i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.Kenneth Graunke1-0/+4
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-1/+1
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-1/+1
2014-08-14i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts1-10/+12
2014-07-02i965: Update a ton of comments about constant buffers.Eric Anholt1-32/+54
2014-07-02i965: Fix state flags for gen4/5 CURBE.Eric Anholt1-8/+8
2014-07-02i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt1-23/+2
2014-07-02i965: Reuse intel_upload.c for gen4/5 constant buffers.Eric Anholt1-28/+3
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt1-1/+0
2014-02-22i965: Move the remaining driver debug over to stderr.Eric Anholt1-13/+13
2014-02-19i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez1-6/+6
2014-01-17i965: Remove CACHED_BATCH support altogether.Kenneth Graunke1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-9/+9
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+0
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-3/+3
2013-02-11i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt1-6/+0
2012-11-01i965: Update comment about clipper constants.Kenneth Graunke1-9/+1
2012-11-01i965/vs: Remove support for the old parameter layout.Kenneth Graunke1-19/+2
2012-07-25i965: Remove unused param conversion code.Eric Anholt1-2/+1
2011-10-29i965/gen4: Move CURBE offset calculation to emit() time.Eric Anholt1-1/+1
2011-10-29i965/gen4: Fold push constant prepare()/emit() together.Eric Anholt1-13/+9
2011-10-29i965: Remove the validated BO list, now that it's unused.Eric Anholt1-2/+0
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-1/+1
2011-10-05i965 Gen6: Implement gl_ClipVertex.Paul Berry1-4/+6
2011-09-28i965 new VS: don't share clip plane constants in pre-GEN6Paul Berry1-2/+7
2011-09-20i965: Remove bogus assertion on MAX_CLIP_PLANES.Paul Berry1-1/+0
2011-08-30i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt1-2/+1
2011-08-16i965/vs: Start adding support for uniformsEric Anholt1-10/+17
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson1-9/+11
2010-12-08i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt1-15/+7
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt1-2/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-06-23Merge branch 'shader-file-reorg'Brian Paul1-3/+3
2010-06-11i965: Warning fixes from the i965-streaming merge.Eric Anholt1-2/+0
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt1-10/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-3/+3
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt1-15/+9
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-3/+3
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt1-3/+2
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-13/+13