index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
22
-0
/
+51
*
vc4: Add missing break statement.
Eric Anholt
2016-08-31
1
-0
/
+1
*
gallium/docs: clarify render_condition_enabled parameter to clear functions
Brian Paul
2016-08-31
1
-0
/
+4
*
mesa: Add some more .gitignore
Jason Ekstrand
2016-08-31
2
-0
/
+2
*
i965: Pass start_offset to brw_set_uip_jip().
Matt Turner
2016-08-31
4
-14
/
+6
*
i965: Merge gen7_clip_state atom into gen6_clip_state atom.
Kenneth Graunke
2016-08-31
3
-20
/
+1
*
i965: Use gs_prog_data in is_drawing_points/lines().
Kenneth Graunke
2016-08-31
4
-17
/
+19
*
i965: Fix missing dirty bits related to is_drawing_points/lines.
Kenneth Graunke
2016-08-31
3
-5
/
+23
*
nvc0: remove an attempt at uploading all IMMD into a CB
Samuel Pitoiset
2016-08-31
3
-40
/
+0
*
nv50: remove unused nv50_program::immd_size field
Samuel Pitoiset
2016-08-31
1
-1
/
+0
*
nv30: set usage to staging so that the buffer is allocated in GART
Ilia Mirkin
2016-08-31
1
-1
/
+2
*
egl/x11_dri3: provide an authentication function
Frank Binns
2016-08-31
1
-1
/
+18
*
egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes
Frank Binns
2016-08-31
2
-29
/
+7
*
scons: Fix MinGW cross compilation.
Jose Fonseca
2016-08-31
1
-21
/
+25
*
nv30: only bail on color/depth bpp mismatch when surfaces are swizzled
Ilia Mirkin
2016-08-31
1
-2
/
+3
*
glsl: Handle patch qualifier on interface blocks.
Kenneth Graunke
2016-08-30
3
-0
/
+16
*
i965: enable OES_primitive_bounding_box with the no-op implementation
Ilia Mirkin
2016-08-30
2
-0
/
+4
*
st/mesa: provide the null implementation of bounding box outputs in tcs
Ilia Mirkin
2016-08-30
1
-0
/
+3
*
glsl: add gl_BoundingBox and associated varying slots
Ilia Mirkin
2016-08-30
6
-1
/
+30
*
mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and query
Ilia Mirkin
2016-08-30
4
-0
/
+57
*
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2016-08-30
12
-1
/
+153
*
aubinator: fix if indentation and add brackets to multiline body
Timothy Arceri
2016-08-31
1
-3
/
+4
*
i965/fs: Assert that the number of color targets is one when dual-source blen...
Francisco Jerez
2016-08-30
1
-0
/
+1
*
glsl: Fix gl_program::OutputsWritten computation for dual-source blending.
Francisco Jerez
2016-08-30
2
-4
/
+2
*
glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...
Francisco Jerez
2016-08-30
1
-7
/
+2
*
st/glsl_to_tgsi: Use SecondaryOutputsWritten to determine dual-source fragmen...
Francisco Jerez
2016-08-30
2
-8
/
+15
*
glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.
Francisco Jerez
2016-08-30
2
-2
/
+8
*
glsl: Fix typo in comment
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Replace most assertions with unreachable()
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Refactor handling of horizontal operations
Ian Romanick
2016-08-30
1
-8
/
+7
*
glsl: Use constant_template_horizontal instead of constant_template_horizonta...
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Eliminate constant_template2
Ian Romanick
2016-08-30
1
-11
/
+0
*
glsl: Eliminate constant_template5
Ian Romanick
2016-08-30
1
-22
/
+1
*
glsl: Eliminate constant_template0
Ian Romanick
2016-08-30
1
-34
/
+4
*
glsl: Eliminate one of the templates for simpler operations
Ian Romanick
2016-08-30
1
-21
/
+3
*
glsl: Use the generated constant expression code
Ian Romanick
2016-08-30
4
-1109
/
+14
*
glsl: Generate code for constant ir_triop_csel expressions
Ian Romanick
2016-08-30
1
-1
/
+23
*
glsl: Generate code for constant ir_triop_lrp expressions
Ian Romanick
2016-08-30
1
-1
/
+28
*
glsl: Generate code for constant ir_quadop_vector expressions
Ian Romanick
2016-08-30
1
-2
/
+20
*
glsl: Generate code for constant ir_quadop_bitfield_insert expressions
Ian Romanick
2016-08-30
1
-4
/
+21
*
glsl: Generate code for constant ir_triop_vector_insert expressions
Ian Romanick
2016-08-30
1
-2
/
+25
*
glsl: Generate code for constant ir_binop_vector_extract expressions
Ian Romanick
2016-08-30
1
-1
/
+21
*
glsl: Generate code for constant ir_binop_mul expressions
Ian Romanick
2016-08-30
1
-2
/
+54
*
glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...
Ian Romanick
2016-08-30
1
-5
/
+13
*
glsl: Generate code for constant ir_binop_dot expressions
Ian Romanick
2016-08-30
1
-1
/
+18
*
glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressions
Ian Romanick
2016-08-30
1
-2
/
+13
*
glsl: Generate code for constant ir_binop_ldexp expressions
Ian Romanick
2016-08-30
1
-4
/
+19
*
glsl: Generate code for constant unary expressions that don't assign the dest...
Ian Romanick
2016-08-30
1
-8
/
+18
*
glsl: Generate code for some constant binary expression that are horizontal
Ian Romanick
2016-08-30
1
-3
/
+7
*
glsl: Generate code for constant unary expression that are horizontal
Ian Romanick
2016-08-30
1
-6
/
+16
[next]