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: Add XRGB8888 format to intel_screen_make_configs
Derek Foreman
2017-01-13
1
-1
/
+2
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-4
/
+6
*
i915: remove unneeded #include "util/simple_list.h"
Brian Paul
2016-11-20
2
-2
/
+0
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
2
-14
/
+14
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-2
/
+2
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
3
-6
/
+6
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
5
-32
/
+32
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-1
/
+0
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
*
i915/i965: remove commented out warning
Timothy Arceri
2016-10-01
1
-3
/
+1
*
i915: Enable EGL_KHR_gl_texture_3D_image
Adam Jackson
2016-09-23
1
-0
/
+3
*
i915: Check return value of screen->image.loader->getBuffers
Emil Velikov
2016-08-30
1
-6
/
+9
*
i915: remove unnecessary `if`
Eric Engestrom
2016-08-24
1
-3
/
+1
*
dri: add a way to request that modes have matching color/zs depths
Ilia Mirkin
2016-08-23
1
-2
/
+2
*
i915: Avoid aliasing violation.
Matt Turner
2016-08-01
1
-1
/
+3
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
i915: Convert i915 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-10
/
+7
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
1
-148
/
+0
*
i915: limit extern "C" hack only for libdrm headers
Emil Velikov
2016-03-09
1
-7
/
+6
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
1
-20
/
+0
*
mesa: Remove EmitCondCodes.
Matt Turner
2016-03-01
1
-1
/
+0
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
1
-1
/
+1
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-1
/
+2
*
i915: include teximage.h
Kenneth Graunke
2016-02-12
1
-0
/
+1
*
i915: correctly parse/set the context flags
Emil Velikov
2016-01-22
1
-0
/
+2
*
i915: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
i915/i965: Fix typo in perf_debug message
Ian Romanick
2016-01-05
1
-1
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-4
/
+5
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-4
/
+3
*
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
2015-10-08
1
-2
/
+3
*
i915: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
2
-2
/
+0
*
i915: Drop broken front_buffer_reading/drawing optimization
Ville Syrjälä
2015-10-06
3
-41
/
+15
*
i915: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
2015-10-06
2
-15
/
+0
*
i830: Fix culling with user fbos on gen2
Ville Syrjälä
2015-10-06
1
-0
/
+2
*
i915: Adjust line size limits
Ville Syrjälä
2015-10-06
1
-2
/
+2
*
i915: Enable intel_render path for points
Ville Syrjälä
2015-10-06
1
-5
/
+3
*
i915: Use COPY_DWORDS for points
Ville Syrjälä
2015-10-06
1
-5
/
+1
*
i915: Use _tnl_RenderClippedPolygon and _tnl_RenderClippedLine
Ville Syrjälä
2015-10-06
1
-17
/
+2
*
i915: Handle provoking vertex in intelFastRenderClippedPoly()
Ville Syrjälä
2015-10-06
1
-4
/
+12
*
i915: Use C99 initializers for primitive arrays
Ville Syrjälä
2015-10-06
2
-50
/
+50
*
mesa: remove Driver.Accum
Marek Olšák
2015-10-03
1
-1
/
+0
*
i915: Remember to call intel_prepare_render() before blitting
Ville Syrjälä
2015-09-30
1
-0
/
+5
*
i915: Fix texcoord vs. varying collision in fragment programs
Ville Syrjälä
2015-09-30
2
-26
/
+71
*
i830: Fix collision between I830_UPLOAD_RASTER_RULES and I830_UPLOAD_TEX(0)
Ville Syrjälä
2015-09-30
1
-4
/
+4
*
i915: Make hw_prim[] const
Ville Syrjälä
2015-09-23
1
-1
/
+1
*
mesa: Remove unused HAVE_TRI_STRIP_1 defines
Ian Romanick
2015-09-23
1
-1
/
+0
[next]