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
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i915: remove unused driFd variable
Emil Velikov
2015-07-13
2
-3
/
+0
*
i915: use EmitNoIndirectSampler
Tapani Pälli
2015-06-30
1
-0
/
+3
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-1
/
+1
*
Revert "i915: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-1
/
+0
*
i915: Enable ARB_direct_state_access
Fredrik Höglund
2015-05-14
1
-0
/
+1
*
main: Refactor _mesa_update_draw_buffer_bounds.
Laura Ekstrand
2015-05-14
2
-2
/
+2
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
2
-2
/
+2
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
i915/sync: Return early when calloc fails
Chad Versace
2015-05-07
1
-0
/
+2
*
i915/sync: Don't crash when deleting sync object
Chad Versace
2015-05-07
1
-1
/
+3
*
Fix a few typos
Zoë Blade
2015-04-27
4
-7
/
+7
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-0
/
+4
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
24
-107
/
+107
*
i915: add parens to silence operator precedence warning
Brian Paul
2015-03-11
1
-1
/
+1
*
i915: Fix GCC unused-but-set-variable warning in release build.
Vinson Lee
2015-03-09
1
-4
/
+1
*
i915: Remove unused IS_GEN2 macro
Ian Romanick
2015-03-09
1
-5
/
+0
*
i915: Remove (mostly) unused IS_915 macro
Ian Romanick
2015-03-09
1
-5
/
+3
*
i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros
Ian Romanick
2015-03-09
1
-5
/
+3
*
i915: Remove IS_9XX macro
Ian Romanick
2015-03-09
2
-5
/
+2
*
i915: Remove unused IS_MOBILE macro
Ian Romanick
2015-03-09
1
-10
/
+0
*
i915: Fix GCC unused-variable warning in release build.
Vinson Lee
2015-03-06
1
-2
/
+1
*
intel: fix EGLImage renderbuffer _BaseFormat
Frank Henigman
2015-03-03
1
-2
/
+1
*
i915: Remove hand-rolled memcpy implementation.
Matt Turner
2015-03-02
2
-29
/
+1
*
i915: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
i915: replace INLINE with inline
Brian Paul
2015-02-26
10
-22
/
+22
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
2
-3
/
+3
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
1
-6
/
+0
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
1
-0
/
+2
*
i915: For the love of all that is holy, stop saying "IGD"
Adam Jackson
2015-02-18
1
-7
/
+7
*
i915c: Use the actual MIN instruction.
Kenneth Graunke
2015-02-17
1
-15
/
+1
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-6
/
+8
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
2
-2
/
+2
*
i965: Require pixel alignment for GPU copy blit
Cody Northrop
2014-12-16
1
-2
/
+3
*
i915: Add headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+25
*
i915: Alphabetize source list.
Matt Turner
2014-12-12
1
-23
/
+23
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
2
-0
/
+3
*
i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2
Ville Syrjälä
2014-11-20
1
-18
/
+19
*
i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLE
Ville Syrjälä
2014-11-13
6
-17
/
+17
*
i915: Don't call _mesa_meta_glsl_Clear() on gen2
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Protect macro argument for TEXTURE_SET()
Ville Syrjälä
2014-11-13
1
-1
/
+1
*
i915: Kill intel_context::hw_stencil
Ville Syrjälä
2014-11-13
2
-2
/
+0
*
i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffers
Ville Syrjälä
2014-11-13
1
-0
/
+9
*
i915: Override mip filter to nearest with aniso
Ville Syrjälä
2014-11-13
1
-0
/
+2
*
i915: Use L8A8 instead of I8 to simulate A8 on gen2
Ville Syrjälä
2014-11-13
2
-3
/
+2
*
i915: Fix GL_DOT3_RGBA a bit
Ville Syrjälä
2014-11-13
1
-2
/
+3
*
mesa: Refactor viewport transform computation.
Mathias Fröhlich
2014-10-24
1
-17
/
+9
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-2
/
+2
*
i915: Fix black buffers when importing prime fds
Andreas Pokorny
2014-09-23
1
-0
/
+2
*
dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...
Emil Velikov
2014-08-15
1
-3
/
+0
*
android: dri/i9*5: remove used _INCLUDES variable
Emil Velikov
2014-08-13
2
-6
/
+1
[prev]
[next]