index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Move intel_context's driconf flags to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
1
-8
/
+9
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::optionCache to brw_context.
Kenneth Graunke
2013-07-09
1
-7
/
+7
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-30
/
+42
*
i965: Move ctx->Const setup from intelInitContext to the new helper.
Kenneth Graunke
2013-07-09
1
-25
/
+0
*
i965: Remove i915 chip names.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Replace intel_context:needs_ff_sync with intel->gen == 5.
Kenneth Graunke
2013-07-09
1
-4
/
+0
*
i965: Replace maxBatchSize variable with BATCH_SZ define.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Remove the invalidate_state() vtable hook.
Kenneth Graunke
2013-07-03
1
-3
/
+0
*
i965: Delete pre-DRI2.3 viewport hacks.
Kenneth Graunke
2013-07-03
1
-21
/
+0
*
i965: Move contents of intel_clear.h to intel_context.h.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Move contents of intel_extensions.h to intel_context.h.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Remove is_945.
Kenneth Graunke
2013-06-28
1
-2
/
+0
*
i965: Delete hw_stencil flag.
Kenneth Graunke
2013-06-28
1
-2
/
+0
*
i965: Remove hw_stipple flag.
Kenneth Graunke
2013-06-28
1
-1
/
+0
*
i965: Remove use_early_z option.
Kenneth Graunke
2013-06-28
1
-2
/
+0
*
i965: Drop code for calling the empty brw_update_draw_buffers() hook.
Eric Anholt
2013-06-28
1
-7
/
+0
*
i965: Drop i915 swtnl code.
Eric Anholt
2013-06-28
1
-12
/
+0
*
i965: Drop swtnl fallback code for i915.
Eric Anholt
2013-06-28
1
-12
/
+0
*
i965: Drop #ifdef I915 code.
Eric Anholt
2013-06-28
1
-8
/
+0
*
i965: Drop code checking for gen <= 3.
Eric Anholt
2013-06-28
1
-16
/
+4
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+1010
*
intel: Merge intel_context.c from i915 and i965.
Kristian Høgsberg
2008-02-22
1
-831
/
+1
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-1
/
+2
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-9
/
+8
*
[965] Fix ARB_occlusion_query from intel_screen.c merge.
Eric Anholt
2008-02-13
1
-3
/
+5
*
i965: fix potential NULL pointer dereference. The third region
Xiang, Haihao
2008-02-03
1
-0
/
+3
*
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-29
1
-0
/
+3
*
[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.
Eric Anholt
2008-01-17
1
-1
/
+1
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-0
/
+6
*
i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03.
Xiang, Haihao
2008-01-10
1
-15
/
+15
*
[intel] Rename lost_hardware vtbl entry to new_batch.
Eric Anholt
2008-01-09
1
-1
/
+0
*
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2008-01-09
1
-1
/
+0
*
[965] Fix and enable separate stencil.
Eric Anholt
2007-12-21
1
-0
/
+8
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-15
/
+49
*
[965] Actually enable SGIS_generate_mipmap.
Eric Anholt
2007-12-20
1
-1
/
+1
*
[965] Replace our own depth constants in intel context with GL context ones.
Eric Anholt
2007-12-17
1
-7
/
+0
*
[965] Enable ARB_pixel_buffer_object, and disable broken imaging extension.
Eric Anholt
2007-12-16
1
-5
/
+23
*
[965] Move to using shared texture management code.
Eric Anholt
2007-12-16
1
-1
/
+1
*
[965] Use shared intel_regions.c.
Eric Anholt
2007-12-15
1
-4
/
+4
*
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-13
1
-2
/
+2
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-30
/
+98
*
[965] Hook up DEBUG_BUFMGR output for bufmgr_fake.
Eric Anholt
2007-12-10
1
-0
/
+2
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-94
/
+51
*
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-11-19
1
-2
/
+11
*
More vblank cleanups.
Michel Dänzer
2007-10-30
1
-5
/
+7
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-9
/
+8
*
Merge branch '965-glsl'
Zou Nan hai
2007-10-26
1
-0
/
+14
|
\
[next]