Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-07 | [i965] fix fd.o bug #11471 and #11478 | Zou Nan hai | |
1. Follow EXT_texture_rectangle with YCbCr texture 2. swap UV component for MESA_FORMAT_YCBCR | |||
2008-03-06 | i965: Fix double free issue to pass glean/maskedClear test | Xiang, Haihao | |
2008-03-06 | i965:fix segfault issue when clearing the window which | Xiang, Haihao | |
is created with mode GLUT_SINGLE|GLUT_RGB|GLUT_DEPTH. This issue is introduced by 20b8bff49cba3e8246e29004c5ff38f231d589ff | |||
2008-02-29 | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | |
fix double free issue(bug#14710). It also corrects glsl/bitmap demo behavior. | |||
2008-02-28 | [965] Fix conditional sequencing to allow the frame_buffer_texobj case. | Eric Anholt | |
Previously the frame_buffer_texobj case would have been bound as a normal texture, at best resulting in no surface data being associated with it. | |||
2008-02-28 | [965] Bug #9151: make fragment.position return window coords not screen coords. | Eric Anholt | |
2008-02-28 | [965] Fix serious copy'n'paste failure in brw state dumping. | Eric Anholt | |
2008-02-27 | intel: Always use intelInitExtensions() for initializing extensions. | Kristian Høgsberg | |
2008-02-26 | i965: Setup framebuffer texture in meta_draw_region. | Kristian Høgsberg | |
With DRI2 we there is no screen region until a drawable is bound to the context. Set up the framebuffer texture in meta_draw_region instead which should also handle the case where the draw region changes as a result of resizing a redirected window or resizing the screen. | |||
2008-02-26 | [965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL. | Eric Anholt | |
2008-02-26 | [965] remove dead brw_parameter_list_state_flags. | Eric Anholt | |
This was replaced by Mesa core code. | |||
2008-02-25 | intel: Add missing include file to silence last couple of warnings. | Kristian Høgsberg | |
2008-02-25 | i965: fix assertion failure caused by commit ↵ | Xiang, Haihao | |
dd1d66fc4ab5d7064113a2017a431c3461598b91. | |||
2008-02-22 | intel: Merge intel_context.c from i915 and i965. | Kristian Høgsberg | |
2008-02-22 | Merge {i915,i965}/intel_context.h as intel/intel_context.h | Kristian Høgsberg | |
2008-02-22 | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane | |
2008-02-19 | fix compile for previous commit | Zou Nan hai | |
2008-02-19 | [i965] fix broken glsl texdemo1 | Zou Nan hai | |
2008-02-15 | i965: don't swizzle fogcoord if FogOption is FOG_NONE. | Xiang, Haihao | |
fix #10788 issue on 965. | |||
2008-02-14 | i965: use setup attributes as inputs when allocating registers | Xiang, Haihao | |
for WM payload. fix #10767 | |||
2008-02-14 | [i965] flip point sprite | Zou Nan hai | |
2008-02-14 | [i965] gl_FrontFacing support | Zou Nan hai | |
2008-02-14 | i965: remove unused hal hooks | Dave Airlie | |
These don't appear to have ever been used. | |||
2008-02-13 | [965] Fix ARB_occlusion_query from intel_screen.c merge. | Eric Anholt | |
It wasn't being initialized at screen setup, so we were getting stub entrypoints even though it was exposed as enabled. Fixes arbocclude mesa demo. | |||
2008-02-13 | [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965. | Eric Anholt | |
The 965 path wasn't setting pClipRects for batch submission since it didn't want kernel cliprect handling before. The 915 path also grew the INTEL_NO_HW=1 option for testing just driver overhead. | |||
2008-02-12 | [965] Remove stale brw_state_cache.c comment and function export. | Eric Anholt | |
2008-02-07 | [965] Flush icache on new batch, not just new context. | Eric Anholt | |
This is required since our buffer manager may now move our instruction-containing buffers at any batchbuffer emit. | |||
2008-02-05 | i965: adjust the byte order of clear color. fix #14165 | Xiang, Haihao | |
2008-02-04 | [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects. | Eric Anholt | |
This helps us avoid a bunch of mess with gl_client_arrays that we filled with unused data and confused readers. | |||
2008-02-04 | [965] Remove dead structure in brw_draw_upload.c. | 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-02-04 | [965] Add a wrapper around interleaved copy_array_to_vbo_array for profiling. | Eric Anholt | |
If compiled with optimization, it shouldn't appear at all, and helps me for now. | |||
2008-02-04 | [965] Avoid overloaded use of the term 'input' for clarity. | Eric Anholt | |
2008-02-04 | [965] Replace VEP/VBP state structures with inline batch emits. | Eric Anholt | |
2008-02-03 | i965: fix potential NULL pointer dereference. The third region | Xiang, Haihao | |
isn't created at all for 965 | |||
2008-02-01 | [965] Fix indentation. | Eric Anholt | |
2008-02-01 | [965] Replace XXX comment about constant swizzle with an assert. | Eric Anholt | |
2008-02-01 | [965] Fix some indentation in brw_vs_tnl.c. | Eric Anholt | |
2008-02-01 | i965: Don't emit state if fall back to software rendering. fix #14116 | Xiang, Haihao | |
2008-01-31 | [i965] renable regative rhw test | Zou Nan hai | |
2008-01-29 | i965: new integrated graphics chipset support | Xiang, Haihao | |
2008-01-25 | i965: valid message length includes message header. | Xiang, Haihao | |
2008-01-25 | i965: re-define the type of reg.loopcount. | Xiang, Haihao | |
avoid some issues such that 1 + (-2) gets a big positive value. | |||
2008-01-19 | [965] Fix WM unit cache keying that broke line stipple and polygon offset. | Eric Anholt | |
2008-01-18 | [965] Do a little bit rotation in state hash to reduce collisions. | Eric Anholt | |
This was around 3% improvement in OA. | |||
2008-01-17 | [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST. | Eric Anholt | |
2008-01-17 | [965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19ad0618696a | Eric Anholt | |
2008-01-17 | [965] Fix potential segfaults from bad realloc. | Eric Anholt | |
C has no order of evaluation restrictions on function arguments, so we attempted to realloc from new-size to new-size. | |||
2008-01-17 | i965: always call dri_emit_reloc when creating clip unit state | Xiang, Haihao | |
This fix ensures it gets the starting location of the clip program if a clip unit state is same as a unit which is created when metaops is actived and it doesn't impact metaops because the clip state offset isn't emitted when metaops is actived. |