summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+0
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-3/+3
* i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt2013-02-111-6/+0
* i965: Update comment about clipper constants.Kenneth Graunke2012-11-011-9/+1
* i965/vs: Remove support for the old parameter layout.Kenneth Graunke2012-11-011-19/+2
* i965: Remove unused param conversion code.Eric Anholt2012-07-251-2/+1
* i965/gen4: Move CURBE offset calculation to emit() time.Eric Anholt2011-10-291-1/+1
* i965/gen4: Fold push constant prepare()/emit() together.Eric Anholt2011-10-291-13/+9
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-2/+0
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-1/+1
* i965 Gen6: Implement gl_ClipVertex.Paul Berry2011-10-051-4/+6
* i965 new VS: don't share clip plane constants in pre-GEN6Paul Berry2011-09-281-2/+7
* i965: Remove bogus assertion on MAX_CLIP_PLANES.Paul Berry2011-09-201-1/+0
* i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt2011-08-301-2/+1
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-10/+17
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-211-9/+11
* i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt2010-12-081-15/+7
* i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt2010-10-271-2/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-3/+3
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* | i965: Warning fixes from the i965-streaming merge.Eric Anholt2010-06-111-2/+0
* | i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-10/+0
|/
* i965: Avoid calloc/free in the CURBE upload process.Eric Anholt2010-06-091-15/+9
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-3/+3
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-3/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-13/+13
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+3
* i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt2010-02-061-4/+7
* i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt2010-02-061-0/+1
* i965: Upload as many VS constants as possible through the push constants.Eric Anholt2010-01-191-7/+18
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-1/+1
* i965: Flag BRW_NEW_CONTEXT on some context state.Eric Anholt2009-11-131-1/+1
* i965: Load NV program matrices when required.Eric Anholt2009-09-241-0/+3
* i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.cEric Anholt2009-08-291-0/+3
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-52/+0
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-15/+0
* Merge branch 'const-buffer-changes'Brian Paul2009-05-011-14/+8
|\
| * i965: #include prog_print.h to silence warningBrian Paul2009-04-271-0/+1
| * i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-271-2/+4
| * i965: updates to some debug codeBrian Paul2009-04-221-6/+6
| * i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flagsBrian Paul2009-04-221-8/+1
* | i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-271-2/+4
* | i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul2009-04-241-5/+9
* | i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul2009-04-231-2/+2
* | intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2009-04-231-2/+2
|/
* i965: updated CURBE allocation codeBrian Paul2009-04-171-5/+9
* i965: const buffer debug code (disabled)Brian Paul2009-04-161-0/+12