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_context.h
Age
Commit message (
Expand
)
Author
2009-06-16
i965: fix bugs in projective texture coordinates
Brian Paul
2009-06-16
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-06
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
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-22
i965: define BRW_MAX_GRF
Brian Paul
2009-04-22
i965: checkpoint commit: use two state caches instead of one
Brian Paul
2009-04-22
i965: the brw_constant_buffer state atom is no longer dynamic
Brian Paul
2009-04-17
i965: updated CURBE allocation code
Brian Paul
2009-04-14
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-09
i965: re-org of some of the new constant buffer code
Brian Paul
2009-04-09
i965: new SURF_INDEX_ macros
Brian Paul
2009-04-03
i965: check-point commit of new constant buffer support
Brian Paul
2009-04-03
i965: rename scratch_buffer -> scratch_bo to be consistant with other buffers
Brian Paul
2009-03-10
i965: added cast wrappers, comments
Brian Paul
2009-03-10
i965: fix typos in comments
Brian Paul
2009-03-06
i965: avoid unnecessary calls to brw_wm_is_glsl()
Brian Paul
2009-03-05
i965: Remove dead flushing code.
Eric Anholt
2009-02-26
i965: rename draw_regions -> color_regions
root
2009-02-25
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Eric Anholt
2009-02-20
i965: added comment
Brian Paul
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-01-01
i965: increase number of texture samplers to 16
Brian Paul
2008-12-03
i965: Fix failure to upload new constant data when changing programs.
Eric Anholt
2008-11-28
i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACE
Eric Anholt
2008-11-28
i965: Fix clashing enums for BRW_NEW_INDICES/VERTICES versus BATCH/DEPTH_BUFFER.
Eric Anholt
2008-11-28
i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
Eric Anholt
2008-10-28
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-27
i965: Remove dead brw->wrap flag.
Eric Anholt
2008-10-07
i965: Add ARB_occlusion_query support.
Eric Anholt
2008-09-28
Remove TNL-to-VP tracking from i965
Ian Romanick
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-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-04-18
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-03-21
[965] Shuffle state flags to match the order we initialize them in.
Michal Wajdeczko
2008-03-13
[i965] multiple rendering target support
Zou Nan hai
2008-02-26
i965: Setup framebuffer texture in meta_draw_region.
Kristian Høgsberg
2008-02-14
i965: use setup attributes as inputs when allocating registers
Xiang, Haihao
2008-02-04
[965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.
Eric Anholt
2008-02-04
[965] Move temporary vbo array storage into the function using it.
Eric Anholt
2008-02-04
[965] Remove dead brw_vertex_element members.
Eric Anholt
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] Allow more than one draw_prims per batchbuffer.
Eric Anholt
2008-01-09
[965] Replace the always_update dirty flag with BRW_NEW_BATCH.
Eric Anholt
[prev]
[next]