summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke1-2/+2
2017-10-12i965: Store image_param in brw_context instead of prog_dataJason Ekstrand1-2/+2
2017-10-12i965: Add a helper for populating constant buffersJason Ekstrand1-6/+6
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-3/+9
2017-08-30i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-2/+2
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson1-2/+1
2017-05-10i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke1-5/+5
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-2/+2
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-2/+1
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-1/+1
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-1/+1
2016-10-06i965: get inputs read from nir infoTimothy Arceri1-1/+3
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke1-3/+3
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-3/+3
2016-06-16i965: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-10/+11
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-0/+2
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
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