index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_curbe.c
Age
Commit message (
Expand
)
Author
2010-02-06
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-02-06
i965: Reset the "need new CURBE BO" flag when we make a new CURBE bo.
Eric Anholt
2010-01-19
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2009-11-13
i965: Flag BRW_NEW_CONTEXT on some context state.
Eric Anholt
2009-09-24
i965: Load NV program matrices when required.
Eric Anholt
2009-08-29
i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
Eric Anholt
2009-05-06
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-01
Merge branch 'const-buffer-changes'
Brian Paul
2009-04-27
i965: #include prog_print.h to silence warning
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-24
i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_su...
Brian Paul
2009-04-23
i965: revert part of commit 4f4907d69f9020ce17aef21b6431d2dd65e01982
Brian Paul
2009-04-23
intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.
Eric Anholt
2009-04-22
i965: updates to some debug code
Brian Paul
2009-04-22
i965: use new _NEW_PROGRAM_CONSTANTS flag instead of dynamic flags
Brian Paul
2009-04-17
i965: updated CURBE allocation code
Brian Paul
2009-04-16
i965: const buffer debug code (disabled)
Brian Paul
2009-04-14
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-10
i965: added null const_buffer pointer check in update_constant_buffer()
Brian Paul
2009-04-09
i965: re-org of some of the new constant buffer code
Brian Paul
2009-04-03
i965: remove unused var
Brian Paul
2009-04-03
i965: check-point commit of new constant buffer support
Brian Paul
2009-03-12
i965: fix const correctness
Brian Paul
2009-03-10
i965: use new cast wrappers
Brian Paul
2009-03-10
i965: asst. code clean-ups, comments
Brian Paul
2009-02-25
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Eric Anholt
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2008-12-03
i965: Fix failure to upload new constant data when changing programs.
Eric Anholt
2008-10-28
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-24
i965: don't emit state when dri_bufmgr_check_aperture_space fails.
Xiang, Haihao
2008-09-23
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
965: cleanups to state emission from aperture checking and state ordering.
Eric Anholt
2008-06-11
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-07
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-04-18
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-01-10
[965] Improve performance by allocating CURBE buffers a page at a time.
Eric Anholt
2008-01-10
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-09
[965] Replace the always_update dirty flag with BRW_NEW_BATCH.
Eric Anholt
2007-12-14
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-07
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-03
[965] Change constant buffer from state structs to plain batch emission.
Eric Anholt
2007-10-04
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
[next]