summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_curbe.c
AgeCommit message (Expand)Author
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2010-12-08i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-11i965: Warning fixes from the i965-streaming merge.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-06i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt
2010-02-06i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.Eric Anholt
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2009-11-13i965: Flag BRW_NEW_CONTEXT on some context state.Eric Anholt
2009-09-24i965: Load NV program matrices when required.Eric Anholt
2009-08-29i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.cEric Anholt
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-27i965: #include prog_print.h to silence warningBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul
2009-04-24i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...Brian Paul
2009-04-23i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982Brian Paul
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt
2009-04-22i965: updates to some debug codeBrian Paul
2009-04-22i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flagsBrian Paul
2009-04-17i965: updated CURBE allocation codeBrian Paul
2009-04-16i965: const buffer debug code (disabled)Brian Paul
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul
2009-04-10i965: added null const_buffer pointer check in update_constant_buffer()Brian Paul
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul
2009-04-03i965: remove unused varBrian Paul
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul
2009-03-12i965: fix const correctnessBrian Paul
2009-03-10i965: use new cast wrappersBrian Paul
2009-03-10i965: asst. code clean-ups, commentsBrian Paul
2009-02-25i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt
2008-12-03i965: Fix failure to upload new constant data when changing programs.Eric Anholt
2008-10-28i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt
2008-10-24i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao
2008-09-23i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie