summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-3/+3
2010-02-06i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt1-4/+7
2010-02-06i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt1-0/+1
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt1-7/+18
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg1-1/+1
2009-11-13i965: Flag BRW_NEW_CONTEXT on some context state.Eric Anholt1-1/+1
2009-09-24i965: Load NV program matrices when required.Eric Anholt1-0/+3
2009-08-29i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.cEric Anholt1-0/+3
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt1-52/+0
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt1-15/+0
2009-05-01Merge branch 'const-buffer-changes'Brian Paul1-14/+8
2009-04-27i965: #include prog_print.h to silence warningBrian Paul1-0/+1
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul1-2/+4
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul1-2/+4
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul1-5/+9
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul1-2/+2
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt1-2/+2
2009-04-22i965: updates to some debug codeBrian Paul1-6/+6
2009-04-22i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flagsBrian Paul1-8/+1
2009-04-17i965: updated CURBE allocation codeBrian Paul1-5/+9
2009-04-16i965: const buffer debug code (disabled)Brian Paul1-0/+12