index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
nir: add component level support to remove_unused_io_vars()
Timothy Arceri
1
-16
/
+21
2017-10-16
glsl: mark xfb inputs as always_active_io
Timothy Arceri
1
-3
/
+19
2017-10-16
nir: add variant of lower_io_to_scalar to be called earlier
Timothy Arceri
2
-0
/
+255
2017-10-16
nir: add glsl_channel_type() helper
Timothy Arceri
2
-0
/
+29
2017-10-16
nir: add glsl_type_is_64bit() to nir_types
Timothy Arceri
2
-0
/
+7
2017-10-15
a2xx: add support for a few 16-bit color rendering formats
Ilia Mirkin
2
-1
/
+11
2017-10-15
freedreno/a20x: Enable rendering to RGBA/RGBX
Wladimir J. van der Laan
1
-1
/
+3
2017-10-15
freedreno/a20x: Fix rendering to BGRX
Wladimir J. van der Laan
1
-0
/
+1
2017-10-14
mesa: minor simplification in test_attachment_completeness()
Brian Paul
1
-2
/
+1
2017-10-14
etnaviv: rework TS enable to be a derived state
Lucas Stach
3
-5
/
+43
2017-10-14
etnaviv: skip unused vertex attributes when assigning VS inputs
Lucas Stach
1
-0
/
+4
2017-10-14
radv: do not allocate CMASK for non-MSSA images with 128 bit formats
Samuel Pitoiset
3
-6
/
+9
2017-10-14
radv: set correct INDEX_TYPE for indexed indirect draws on GFX9
Samuel Pitoiset
1
-2
/
+8
2017-10-14
radv: add the draw count buffer to the list of buffers
Samuel Pitoiset
1
-0
/
+2
2017-10-13
blob: Use intptr_t instead of ssize_t
Jason Ekstrand
3
-8
/
+8
2017-10-13
i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrap
Kenneth Graunke
5
-12
/
+12
2017-10-13
i965: Delete dead brw_context fields.
Kenneth Graunke
2
-4
/
+0
2017-10-13
mapi/shared-glapi/test: rework glapitable.h handling
Emil Velikov
2
-3
/
+4
2017-10-13
meson: fix blob test includes
Dylan Baker
1
-1
/
+1
2017-10-13
Revert "make: Fix test to be meson compatible"
Emil Velikov
2
-3
/
+1
2017-10-13
st/dri: Add definitions to allow importing 16-bit surfaces
Mark Thompson
1
-0
/
+14
2017-10-13
i965: Complete 'expose RGBA visuals only on Android'
Mario Kleiner
1
-2
/
+2
2017-10-13
wayland-drm: constify the callbacks struct, take 2
Emil Velikov
3
-11
/
+7
2017-10-13
wayland-drm: use a copy of the wayland_drm_callbacks struct
Emil Velikov
1
-5
/
+5
2017-10-13
egl/dri: don't crash when createImageFromRenderbuffer2 is NULL
Emil Velikov
1
-1
/
+2
2017-10-13
meson: Build i915
Ville Syrjälä
2
-0
/
+100
2017-10-12
intel/cs: Make thread_local_id a regular builtin param
Jason Ekstrand
5
-40
/
+37
2017-10-12
intel/compiler: Allocate pull_param in assign_constant_locations
Jason Ekstrand
3
-8
/
+14
2017-10-12
intel: Allocate prog_data::[pull_]param deeper inside the compiler
Jason Ekstrand
9
-88
/
+55
2017-10-12
ralloc: Allow reparenting to a NULL context
Jason Ekstrand
1
-1
/
+1
2017-10-12
anv/pipeline: Refactor setup of the prog_data::param array
Jason Ekstrand
1
-14
/
+9
2017-10-12
anv/pipeline: Grow the param array for images
Jason Ekstrand
2
-7
/
+5
2017-10-12
anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZE
Jason Ekstrand
1
-4
/
+2
2017-10-12
intel/vs: Grow the param array for clip planes
Jason Ekstrand
3
-5
/
+14
2017-10-12
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
4
-22
/
+9
2017-10-12
intel/compiler: Make brw_nir_lower_intrinsics compute-specific
Jason Ekstrand
5
-19
/
+13
2017-10-12
intel/compiler: Add a helper for growing the prog_data::param array
Jason Ekstrand
1
-0
/
+13
2017-10-12
intel/compiler: Stop adding params for texture sizes
Jason Ekstrand
2
-6
/
+0
2017-10-12
i965: Only add the wpos state reference if we lowered something
Jason Ekstrand
1
-6
/
+6
2017-10-12
intel/compiler: Add a flag for pull constant support
Jason Ekstrand
5
-2
/
+13
2017-10-12
anv/pipeline: Ralloc prog_data::param of the compile mem_ctx
Jason Ekstrand
1
-2
/
+1
2017-10-12
anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compile
Jason Ekstrand
1
-33
/
+39
2017-10-12
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
14
-49
/
+17
2017-10-12
i965: Use prog->info.num_images for needs_dc computation
Jason Ekstrand
1
-2
/
+3
2017-10-12
intel: Rewrite the world of push/pull params
Jason Ekstrand
23
-151
/
+288
2017-10-12
i965: Get rid of gen7_cs_state.c
Jason Ekstrand
6
-177
/
+145
2017-10-12
i965: Add a helper for populating constant buffers
Jason Ekstrand
3
-12
/
+33
2017-10-12
i965: Move brw_upload_pull_constants to gen6_constant_state.c
Jason Ekstrand
3
-64
/
+65
2017-10-12
nir: Get rid of the variable on vote intrinsics
Jason Ekstrand
2
-5
/
+3
2017-10-12
nir/opcodes: Fix constant-folding of ufind_msb
Jason Ekstrand
1
-1
/
+1
[next]